Home
last modified time | relevance | path

Searched refs:populateVertexVectors (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dheatmap_bucket.cpp90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dcircle_bucket.cpp90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dfill_bucket.cpp108 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dfill_extrusion_bucket.cpp146 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dline_bucket.cpp38 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp481 pair.second.first.populateVertexVectors(feature, bucket->icon.vertices.vertexSize()); in place()
482 pair.second.second.populateVertexVectors(feature, bucket->text.vertices.vertexSize()); in place()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp298 void populateVertexVectors(const GeometryTileFeature& feature, std::size_t length) { in populateVertexVectors() function in mbgl::PaintPropertyBinders