Home
last modified time | relevance | path

Searched refs:hasCollisionBoxData (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp84 if (hasCollisionBoxData()) { in upload()
127 return hasTextData() || hasIconData() || hasCollisionBoxData(); in hasData()
138 bool SymbolBucket::hasCollisionBoxData() const { in hasCollisionBoxData() function in mbgl::SymbolBucket
H A Dsymbol_bucket.hpp57 bool hasCollisionBoxData() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp252 if (bucket.hasCollisionBoxData()) bucket.collisionBox.dynamicVertices.clear(); in updateBucketOpacities()
330 if (bucket.hasCollisionBoxData()) { in updateBucketOpacities()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp235 if (bucket.hasCollisionBoxData()) { in render()