Home
last modified time | relevance | path

Searched refs:getClipIDs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids.hpp31 std::map<UnwrappedTileID, ClipID> getClipIDs() const;
H A Dgenerate_clip_ids.cpp34 std::map<UnwrappedTileID, ClipID> ClipIDGenerator::getClipIDs() const { in getClipIDs() function in mbgl::algorithm::ClipIDGenerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp487 for (const auto& clipID : parameters.clipIDGenerator.getClipIDs()) { in render()