Home
last modified time | relevance | path

Searched defs:Leaf (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 Dgenerate_clip_ids.hpp15 struct Leaf { struct in mbgl::algorithm::ClipIDGenerator
20 std::set<CanonicalTileID> children;
21 ClipID& clip;
H A Dgenerate_clip_ids.cpp17 ClipIDGenerator::Leaf::Leaf(ClipID& clip_) : clip(clip_) { in Leaf() function in mbgl::algorithm::ClipIDGenerator::Leaf