Lines Matching refs:first_glyph
599 int first_glyph = 0; in HB_KhmerShape() local
618 syllable.glyphs = item->glyphs + first_glyph; in HB_KhmerShape()
619 syllable.attributes = item->attributes + first_glyph; in HB_KhmerShape()
620 syllable.offsets = item->offsets + first_glyph; in HB_KhmerShape()
621 syllable.advances = item->advances + first_glyph; in HB_KhmerShape()
622 syllable.num_glyphs = item->num_glyphs - first_glyph; in HB_KhmerShape()
630 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i) in HB_KhmerShape()
634 KHDEBUG(" %d -> glyph %d", i, first_glyph); in HB_KhmerShape()
635 logClusters[i-item->item.pos] = first_glyph; in HB_KhmerShape()
638 first_glyph += syllable.num_glyphs; in HB_KhmerShape()
640 item->num_glyphs = first_glyph; in HB_KhmerShape()