Searched refs:PositionedGlyph (Results 1 – 3 of 3) sorted by relevance
60 class PositionedGlyph { class62 explicit PositionedGlyph(GlyphID glyph_, float x_, float y_, bool vertical_) in PositionedGlyph() function in mbgl::PositionedGlyph78 std::vector<PositionedGlyph> positionedGlyphs;
93 void justifyLine(std::vector<PositionedGlyph>& positionedGlyphs, in justifyLine()102 PositionedGlyph& glyph = positionedGlyphs[end]; in justifyLine()
107 for (const PositionedGlyph &positionedGlyph: shapedText.positionedGlyphs) { in getGlyphQuads()