Home
last modified time | relevance | path

Searched refs:PaintProperty (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Draster_layer_properties.hpp15 struct RasterOpacity : PaintProperty<float> {
19 struct RasterHueRotate : PaintProperty<float> {
23 struct RasterBrightnessMin : PaintProperty<float> {
27 struct RasterBrightnessMax : PaintProperty<float> {
31 struct RasterSaturation : PaintProperty<float> {
35 struct RasterContrast : PaintProperty<float> {
39 struct RasterResampling : PaintProperty<RasterResamplingType> {
43 struct RasterFadeDuration : PaintProperty<float> {
H A Dhillshade_layer_properties.hpp15 struct HillshadeIlluminationDirection : PaintProperty<float> {
19 struct HillshadeIlluminationAnchor : PaintProperty<HillshadeIlluminationAnchorType> {
23 struct HillshadeExaggeration : PaintProperty<float> {
27 struct HillshadeShadowColor : PaintProperty<Color> {
31 struct HillshadeHighlightColor : PaintProperty<Color> {
35 struct HillshadeAccentColor : PaintProperty<Color> {
H A Dcircle_layer_properties.hpp31 struct CircleTranslate : PaintProperty<std::array<float, 2>> {
35 struct CircleTranslateAnchor : PaintProperty<TranslateAnchorType> {
39 struct CirclePitchScale : PaintProperty<CirclePitchScaleType> {
43 struct CirclePitchAlignment : PaintProperty<AlignmentType> {
H A Dfill_extrusion_layer_properties.hpp15 struct FillExtrusionOpacity : PaintProperty<float> {
23 struct FillExtrusionTranslate : PaintProperty<std::array<float, 2>> {
27 struct FillExtrusionTranslateAnchor : PaintProperty<TranslateAnchorType> {
H A Dfill_layer_properties.hpp15 struct FillAntialias : PaintProperty<bool> {
31 struct FillTranslate : PaintProperty<std::array<float, 2>> {
35 struct FillTranslateAnchor : PaintProperty<TranslateAnchorType> {
H A Dbackground_layer_properties.hpp15 struct BackgroundColor : PaintProperty<Color> {
23 struct BackgroundOpacity : PaintProperty<float> {
H A Dheatmap_layer_properties.hpp23 struct HeatmapIntensity : PaintProperty<float> {
29 struct HeatmapOpacity : PaintProperty<float> {
H A Dsymbol_layer_properties.hpp215 struct IconTranslate : PaintProperty<std::array<float, 2>> {
219 struct IconTranslateAnchor : PaintProperty<TranslateAnchorType> {
243 struct TextTranslate : PaintProperty<std::array<float, 2>> {
247 struct TextTranslateAnchor : PaintProperty<TranslateAnchorType> {
H A Dline_layer_properties.hpp43 struct LineTranslate : PaintProperty<std::array<float, 2>> {
47 struct LineTranslateAnchor : PaintProperty<TranslateAnchorType> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dpaint_property.hpp17 class PaintProperty { class