Searched refs:tileDistance (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.hpp | 29 : point(point_), angle(angle_), tileDistance(std::move(tileDistance_)) in PlacedGlyph() 32 … : point(std::move(other.point)), angle(other.angle), tileDistance(std::move(other.tileDistance)) in PlacedGlyph() 35 … : point(std::move(other.point)), angle(other.angle), tileDistance(std::move(other.tileDistance)) in PlacedGlyph() 39 optional<TileDistance> tileDistance; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | collision_index.cpp | 38 float CollisionIndex::approximateTileDistance(const TileDistance& tileDistance, const float lastSeg… in approximateTileDistance() argument 52 const float lastSegmentTile = tileDistance.lastSegmentViewportDistance * pixelsToTileUnits; in approximateTileDistance() 53 return tileDistance.prevTileDistance + in approximateTileDistance() 140 …firstTileDistance = approximateTileDistance(*(firstAndLastGlyph->first.tileDistance), firstAndLast… in placeLineFeature() 141 …lastTileDistance = approximateTileDistance(*(firstAndLastGlyph->second.tileDistance), firstAndLast… in placeLineFeature()
|
| H A D | collision_index.hpp | 50 …float approximateTileDistance(const TileDistance& tileDistance, const float lastSegmentAngle, cons…
|