Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.hpp44 void addGeometry(const GeometryCoordinates&, const GeometryTileFeature&);
H A Dline_bucket.cpp34 addGeometry(line, feature); in addFeature()
67 void LineBucket::addGeometry(const GeometryCoordinates& coordinates, const GeometryTileFeature& fea… in addGeometry() function in mbgl::LineBucket