Searched refs:positionedGlyphs (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | shaping.cpp | 86 for (auto& glyph : shaping.positionedGlyphs) { in align() 93 void justifyLine(std::vector<PositionedGlyph>& positionedGlyphs, in justifyLine() argument 102 PositionedGlyph& glyph = positionedGlyphs[end]; in justifyLine() 109 positionedGlyphs[j].x -= lineIndent; in justifyLine() 281 std::size_t lineStartIndex = shaping.positionedGlyphs.size(); in shapeLines() 291 shaping.positionedGlyphs.emplace_back(chr, x, y, false); in shapeLines() 294 shaping.positionedGlyphs.emplace_back(chr, x, 0, true); in shapeLines() 300 if (shaping.positionedGlyphs.size() != lineStartIndex) { in shapeLines() 304 justifyLine(shaping.positionedGlyphs, glyphs, lineStartIndex, in shapeLines() 305 shaping.positionedGlyphs.size() - 1, justify); in shapeLines()
|
| H A D | glyph.hpp | 78 std::vector<PositionedGlyph> positionedGlyphs; member in mbgl::Shaping 85 explicit operator bool() const { return !positionedGlyphs.empty(); } in operator bool()
|
| H A D | quads.cpp | 107 for (const PositionedGlyph &positionedGlyph: shapedText.positionedGlyphs) { in getGlyphQuads()
|