Home
last modified time | relevance | path

Searched refs:isChildOf (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/tile/
H A Dtile_id.hpp29 bool isChildOf(const CanonicalTileID&) const;
57 bool isChildOf(const OverscaledTileID&) const;
84 bool isChildOf(const UnwrappedTileID&) const;
117 inline bool CanonicalTileID::isChildOf(const CanonicalTileID& parent) const { in isChildOf() function in mbgl::CanonicalTileID
183 inline bool OverscaledTileID::isChildOf(const OverscaledTileID& rhs) const { in isChildOf() function in mbgl::OverscaledTileID
185 (canonical == rhs.canonical || canonical.isChildOf(rhs.canonical)); in isChildOf()
228 inline bool UnwrappedTileID::isChildOf(const UnwrappedTileID& parent) const { in isChildOf() function in mbgl::UnwrappedTileID
229 return wrap == parent.wrap && canonical.isChildOf(parent.canonical); in isChildOf()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids.cpp23 if (p.isChildOf(child)) { in add()
58 if (childId.isChildOf(parentId)) { in getClipIDs()
H A Dupdate_tile_masks.hpp30 } else if (renderable.id.isChildOf(ref)) { in computeTileMasks()
H A Dgenerate_clip_ids_impl.hpp37 if (childTileID.isChildOf(it->get().id)) { in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp165 if (tile.wrap != 0 && tileCover[0].canonical.isChildOf(tile.canonical)) { in update()
172 coveringTile.canonical.isChildOf(tile.canonical) || in update()
173 tile.canonical.isChildOf(coveringTile.canonical)) { in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp114 if (childIndex.second.coord.isChildOf(tileID)) { in addBucket()