Lines Matching refs:first_glyph
466 int first_glyph = 0; in HB_MyanmarShape() local
485 syllable.glyphs = item->glyphs + first_glyph; in HB_MyanmarShape()
486 syllable.attributes = item->attributes + first_glyph; in HB_MyanmarShape()
487 syllable.advances = item->advances + first_glyph; in HB_MyanmarShape()
488 syllable.offsets = item->offsets + first_glyph; in HB_MyanmarShape()
489 syllable.num_glyphs = item->num_glyphs - first_glyph; in HB_MyanmarShape()
498 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i) in HB_MyanmarShape()
502 MMDEBUG(" %d -> glyph %d", i, first_glyph); in HB_MyanmarShape()
503 logClusters[i-item->item.pos] = first_glyph; in HB_MyanmarShape()
506 first_glyph += syllable.num_glyphs; in HB_MyanmarShape()
508 item->num_glyphs = first_glyph; in HB_MyanmarShape()