Home
last modified time | relevance | path

Searched refs:UnwrappedTileID (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/tile/
H A Dtile_id.hpp17 class UnwrappedTileID;
60 UnwrappedTileID toUnwrapped() const;
77 class UnwrappedTileID { class
79 UnwrappedTileID(uint8_t z, int64_t x, int64_t y);
80 UnwrappedTileID(int16_t wrap, CanonicalTileID);
81 bool operator==(const UnwrappedTileID&) const;
82 bool operator!=(const UnwrappedTileID&) const;
83 bool operator<(const UnwrappedTileID&) const;
84 bool isChildOf(const UnwrappedTileID&) const;
85 std::array<UnwrappedTileID, 4> children() const;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.hpp26 optional<UnwrappedTileID> next();
36 std::vector<UnwrappedTileID> tileCover(const TransformState&, int32_t z);
37 std::vector<UnwrappedTileID> tileCover(const LatLngBounds&, int32_t z);
38 std::vector<UnwrappedTileID> tileCover(const Geometry<double>&, int32_t z);
H A Dtile_cover.cpp82 std::vector<UnwrappedTileID> tileCover(const Point<double>& tl, in tileCover()
124 std::vector<UnwrappedTileID> result; in tileCover()
142 std::vector<UnwrappedTileID> tileCover(const LatLngBounds& bounds_, int32_t z) { in tileCover()
162 std::vector<UnwrappedTileID> tileCover(const TransformState& state, int32_t z) { in tileCover()
176 std::vector<UnwrappedTileID> tileCover(const Geometry<double>& geometry, int32_t z) { in tileCover()
177 std::vector<UnwrappedTileID> result; in tileCover()
244 optional<UnwrappedTileID> TileCover::next() { in next()
H A Dtile_coordinate.hpp35 …static GeometryCoordinate toGeometryCoordinate(const UnwrappedTileID& tileID, const TileCoordinate… in toGeometryCoordinate()
H A Dtile_cover_impl.hpp84 optional<UnwrappedTileID> next();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dcovered_by_children.hpp9 bool coveredByChildren(const UnwrappedTileID& id, Iterator it, const Iterator& end) { in coveredByChildren()
32 bool coveredByChildren(const UnwrappedTileID& id, const Container& container) { in coveredByChildren()
35 container.lower_bound(UnwrappedTileID{ static_cast<int16_t>(id.wrap + 1), { 0, 0, 0 } })); in coveredByChildren()
H A Dgenerate_clip_ids.hpp25 std::multimap<UnwrappedTileID, Leaf> pool;
31 std::map<UnwrappedTileID, ClipID> getClipIDs() const;
H A Dgenerate_clip_ids.cpp34 std::map<UnwrappedTileID, ClipID> ClipIDGenerator::getClipIDs() const { in getClipIDs()
35 std::map<UnwrappedTileID, ClipID> clipIDs; in getClipIDs()
H A Dupdate_tile_masks.hpp17 const UnwrappedTileID ref, in computeTileMasks()
117 UnwrappedTileID{ static_cast<int16_t>(renderable.id.wrap + 1), { 0, 0, 0 } }, in updateTileMasks()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.hpp18 class UnwrappedTileID;
27 void matrixFor(mat4&, const UnwrappedTileID&) const;
89 float getCameraToTileDistance(const UnwrappedTileID&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp100 std::vector<UnwrappedTileID> idealTiles; in update()
101 std::vector<UnwrappedTileID> panTiles; in update()
133 std::set<UnwrappedTileID> rendered; in update()
174 std::map<UnwrappedTileID, Tile*> previouslyRenderedTiles; in update()
179 auto renderTileFn = [&](const UnwrappedTileID& tileID, Tile& tile) { in update()
190 [](const UnwrappedTileID&, Tile&) {}, panTiles, zoomRange, panZoom); in update() argument
H A Drender_tile.hpp19 RenderTile(UnwrappedTileID id_, Tile& tile_) : id(std::move(id_)), tile(tile_) {} in RenderTile()
25 UnwrappedTileID id;
H A Dpaint_parameters.hpp24 class UnwrappedTileID;
65 mat4 matrixForTile(const UnwrappedTileID&, bool aligned = false) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_id_hash.cpp15 size_t hash<mbgl::UnwrappedTileID>::operator()(const mbgl::UnwrappedTileID& id) const { in operator ()()
H A Dtile_id_io.cpp30 ::std::ostream& operator<<(::std::ostream& os, const UnwrappedTileID& rhs) { in operator <<()
38 std::string toString(const UnwrappedTileID& rhs) { in toString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dbackground_program.hpp18 class UnwrappedTileID;
54 const UnwrappedTileID&,
H A Dfill_program.hpp20 class UnwrappedTileID;
55 const UnwrappedTileID&,
H A Dfill_extrusion_program.hpp20 class UnwrappedTileID;
73 const UnwrappedTileID&,
H A Dfill_program.cpp20 const UnwrappedTileID& tileID, in values()
H A Dbackground_program.cpp20 const UnwrappedTileID& tileID, in values()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp32 const std::array<float, 2> RenderHillshadeLayer::getLatRange(const UnwrappedTileID& id) { in getLatRange()
34 …const LatLng latlng1 = LatLng(UnwrappedTileID(id.canonical.z, id.canonical.x, id.canonical.y + 1)); in getLatRange()
71 const UnwrappedTileID& id) { in render()
H A Drender_hillshade_layer.hpp29 const std::array<float, 2> getLatRange(const UnwrappedTileID& id);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.cpp20 …GeometryCoordinate tilePoint = TileCoordinate::toGeometryCoordinate(UnwrappedTileID(0, tileID), co… in updateLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp18 class UnwrappedTileID;
71 LatLng(const UnwrappedTileID& id);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.hpp49 std::vector<UnwrappedTileID> tileIds;

12