Home
last modified time | relevance | path

Searched refs:HillshadeIlluminationAnchorType (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dhillshade_layer_properties.hpp19 struct HillshadeIlluminationAnchor : PaintProperty<HillshadeIlluminationAnchorType> {
20 …static HillshadeIlluminationAnchorType defaultValue() { return HillshadeIlluminationAnchorType::Vi… in defaultValue()
H A Dhillshade_layer.cpp104 PropertyValue<HillshadeIlluminationAnchorType> HillshadeLayer::getDefaultHillshadeIlluminationAncho… in getDefaultHillshadeIlluminationAnchor()
105 return { HillshadeIlluminationAnchorType::Viewport }; in getDefaultHillshadeIlluminationAnchor()
108 PropertyValue<HillshadeIlluminationAnchorType> HillshadeLayer::getHillshadeIlluminationAnchor() con… in getHillshadeIlluminationAnchor()
112 void HillshadeLayer::setHillshadeIlluminationAnchor(PropertyValue<HillshadeIlluminationAnchorType> … in setHillshadeIlluminationAnchor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dhillshade_layer.hpp40 static PropertyValue<HillshadeIlluminationAnchorType> getDefaultHillshadeIlluminationAnchor();
41 PropertyValue<HillshadeIlluminationAnchorType> getHillshadeIlluminationAnchor() const;
42 void setHillshadeIlluminationAnchor(PropertyValue<HillshadeIlluminationAnchorType>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp33 MBGL_DEFINE_ENUM(HillshadeIlluminationAnchorType, {
34 { HillshadeIlluminationAnchorType::Map, "map" },
35 { HillshadeIlluminationAnchorType::Viewport, "viewport" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp46 enum class HillshadeIlluminationAnchorType : bool { enum
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp316 template type::Type valueTypeToExpressionType<HillshadeIlluminationAnchorType>();
317 template struct ValueConverter<HillshadeIlluminationAnchorType>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp40 …if (evaluated.get<HillshadeIlluminationAnchor>() == HillshadeIlluminationAnchorType::Viewport) azi… in getLight()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dmake_property_setters.hpp216 …nation-anchor"] = &setProperty<HillshadeLayer, PropertyValue<HillshadeIlluminationAnchorType>, &Hi… in makePaintPropertySetters()