Searched refs:positionedGlyph (Results 1 – 1 of 1) sorted by relevance
107 for (const PositionedGlyph &positionedGlyph: shapedText.positionedGlyphs) { in getGlyphQuads() local108 auto positionsIt = positions.find(positionedGlyph.glyph); in getGlyphQuads()123 Point<float>{ positionedGlyph.x + halfAdvance, positionedGlyph.y } : in getGlyphQuads()128 …Point<float>{ positionedGlyph.x + halfAdvance + textOffset[0], positionedGlyph.y + textOffset[1] }; in getGlyphQuads()141 if (alongLine && positionedGlyph.vertical) { in getGlyphQuads()