Home
last modified time | relevance | path

Searched refs:getLineWidth (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.hpp45 float getLineWidth(const GeometryTileFeature&, const float) const;
H A Drender_line_layer.cpp203 const float halfWidth = getLineWidth(feature, zoom) / 2.0 * pixelsToTileUnits; in queryIntersectsFeature()
210 float RenderLineLayer::getLineWidth(const GeometryTileFeature& feature, const float zoom) const { in getLineWidth() function in mbgl::RenderLineLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.hpp64 float getLineWidth(const RenderLineLayer& layer) const;
H A Dline_bucket.cpp479 float LineBucket::getLineWidth(const RenderLineLayer& layer) const { in getLineWidth() function in mbgl::LineBucket
499 …return getLineWidth(*lineLayer) / 2.0 + std::abs(offset) + util::length(translate[0], translate[1]… in getQueryRadius()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dline_layer.hpp84 DataDrivenPropertyValue<float> getLineWidth() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer.cpp276 DataDrivenPropertyValue<float> LineLayer::getLineWidth() const { in getLineWidth() function in mbgl::style::LineLayer
281 if (value == getLineWidth()) in setLineWidth()