Home
last modified time | relevance | path

Searched refs:coveredByChildren (Results 1 – 2 of 2) sorted by relevance

/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() function
21 if (!coveredByChildren(child, it, end)) { in coveredByChildren()
32 bool coveredByChildren(const UnwrappedTileID& id, const Container& container) { in coveredByChildren() function
33 return coveredByChildren( in coveredByChildren()
H A Dgenerate_clip_ids.cpp70 return algorithm::coveredByChildren(stencil.first, clipIDs); in getClipIDs()