Home | History | Annotate | Download | only in src

Lines Matching defs:glyph_count

97     uint16_t glyph_count = 0;
98 if (!subtable.ReadU16(&glyph_count)) {
101 if (glyph_count > num_glyphs) {
104 for (unsigned i = 0; i < glyph_count; ++i) {
133 uint16_t glyph_count = 0;
134 if (!subtable.ReadU16(&glyph_count)) {
137 if (glyph_count > num_glyphs) {
140 for (unsigned i = 0; i < glyph_count; ++i) {
208 uint16_t glyph_count = 0;
209 if (!subtable.ReadU16(&glyph_count)) {
212 if (glyph_count > num_glyphs) {
215 for (unsigned i = 0; i < glyph_count; ++i) {
472 uint16_t glyph_count = 0;
473 if (!subtable.ReadU16(&glyph_count)) {
476 if (glyph_count > num_glyphs) {
479 for (unsigned i = 0; i < glyph_count; ++i) {
490 (backtrack_glyph_count + lookahead_glyph_count + glyph_count) * 2;