Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcircle_layer.hpp76 PropertyValue<CirclePitchScaleType> getCirclePitchScale() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcircle_layer.cpp265 PropertyValue<CirclePitchScaleType> CircleLayer::getCirclePitchScale() const { in getCirclePitchScale() function in mbgl::style::CircleLayer
270 if (value == getCirclePitchScale()) in setCirclePitchScale()