Searched refs:PlacedGlyph (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.hpp | 25 struct PlacedGlyph { struct 26 PlacedGlyph() = default; 28 PlacedGlyph(Point<float> point_, float angle_, optional<TileDistance> tileDistance_) in PlacedGlyph() argument 31 PlacedGlyph(PlacedGlyph&& other) noexcept in PlacedGlyph() function 34 PlacedGlyph(const PlacedGlyph& other) in PlacedGlyph() argument 53 optional<std::pair<PlacedGlyph, PlacedGlyph>> placeFirstAndLastGlyph(const float fontScale,
|
| H A D | symbol_projection.cpp | 158 …optional<PlacedGlyph> placeGlyphAlongLine(const float offsetX, const float lineOffsetX, const floa… in placeGlyphAlongLine() 234 optional<std::pair<PlacedGlyph, PlacedGlyph>> placeFirstAndLastGlyph(const float fontScale, in placeFirstAndLastGlyph() 245 return optional<std::pair<PlacedGlyph, PlacedGlyph>>(); in placeFirstAndLastGlyph() 251 …optional<PlacedGlyph> firstPlacedGlyph = placeGlyphAlongLine(fontScale * firstGlyphOffset, lineOff… in placeFirstAndLastGlyph() 253 return optional<std::pair<PlacedGlyph, PlacedGlyph>>(); in placeFirstAndLastGlyph() 255 …optional<PlacedGlyph> lastPlacedGlyph = placeGlyphAlongLine(fontScale * lastGlyphOffset, lineOffse… in placeFirstAndLastGlyph() 257 return optional<std::pair<PlacedGlyph, PlacedGlyph>>(); in placeFirstAndLastGlyph() 298 std::vector<PlacedGlyph> placedGlyphs; in placeGlyphsAlongLine() 301 const optional<std::pair<PlacedGlyph, PlacedGlyph>> firstAndLastGlyph = in placeGlyphsAlongLine() 345 …optional<PlacedGlyph> singleGlyph = placeGlyphAlongLine(fontScale * glyphOffsetX, lineOffsetX, lin… in placeGlyphsAlongLine()
|