Searched refs:srcGlyph (Results 1 – 1 of 1) sorted by relevance
771 const LayoutGlyph& srcGlyph = src.mGlyphs[i]; in appendLayout() local772 int font_ix = fontMap[srcGlyph.font_ix]; in appendLayout()773 unsigned int glyph_id = srcGlyph.glyph_id; in appendLayout()774 float x = x0 + srcGlyph.x; in appendLayout()775 float y = srcGlyph.y; in appendLayout()