| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | symbol_layer_properties.hpp | 219 struct IconTranslateAnchor : PaintProperty<TranslateAnchorType> { 220 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue() 247 struct TextTranslateAnchor : PaintProperty<TranslateAnchorType> { 248 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue()
|
| H A D | fill_extrusion_layer_properties.hpp | 27 struct FillExtrusionTranslateAnchor : PaintProperty<TranslateAnchorType> { 28 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue()
|
| H A D | fill_layer_properties.hpp | 35 struct FillTranslateAnchor : PaintProperty<TranslateAnchorType> { 36 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue()
|
| H A D | circle_layer_properties.hpp | 35 struct CircleTranslateAnchor : PaintProperty<TranslateAnchorType> { 36 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue()
|
| H A D | line_layer_properties.hpp | 47 struct LineTranslateAnchor : PaintProperty<TranslateAnchorType> { 48 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue()
|
| H A D | fill_layer.cpp | 234 PropertyValue<TranslateAnchorType> FillLayer::getDefaultFillTranslateAnchor() { in getDefaultFillTranslateAnchor() 235 return { TranslateAnchorType::Map }; in getDefaultFillTranslateAnchor() 238 PropertyValue<TranslateAnchorType> FillLayer::getFillTranslateAnchor() const { in getFillTranslateAnchor() 242 void FillLayer::setFillTranslateAnchor(PropertyValue<TranslateAnchorType> value) { in setFillTranslateAnchor()
|
| H A D | fill_extrusion_layer.cpp | 180 PropertyValue<TranslateAnchorType> FillExtrusionLayer::getDefaultFillExtrusionTranslateAnchor() { in getDefaultFillExtrusionTranslateAnchor() 181 return { TranslateAnchorType::Map }; in getDefaultFillExtrusionTranslateAnchor() 184 PropertyValue<TranslateAnchorType> FillExtrusionLayer::getFillExtrusionTranslateAnchor() const { in getFillExtrusionTranslateAnchor() 188 void FillExtrusionLayer::setFillExtrusionTranslateAnchor(PropertyValue<TranslateAnchorType> value) { in setFillExtrusionTranslateAnchor()
|
| H A D | circle_layer.cpp | 234 PropertyValue<TranslateAnchorType> CircleLayer::getDefaultCircleTranslateAnchor() { in getDefaultCircleTranslateAnchor() 235 return { TranslateAnchorType::Map }; in getDefaultCircleTranslateAnchor() 238 PropertyValue<TranslateAnchorType> CircleLayer::getCircleTranslateAnchor() const { in getCircleTranslateAnchor() 242 void CircleLayer::setCircleTranslateAnchor(PropertyValue<TranslateAnchorType> value) { in setCircleTranslateAnchor()
|
| H A D | line_layer.cpp | 245 PropertyValue<TranslateAnchorType> LineLayer::getDefaultLineTranslateAnchor() { in getDefaultLineTranslateAnchor() 246 return { TranslateAnchorType::Map }; in getDefaultLineTranslateAnchor() 249 PropertyValue<TranslateAnchorType> LineLayer::getLineTranslateAnchor() const { in getLineTranslateAnchor() 253 void LineLayer::setLineTranslateAnchor(PropertyValue<TranslateAnchorType> value) { in setLineTranslateAnchor()
|
| H A D | symbol_layer.cpp | 838 PropertyValue<TranslateAnchorType> SymbolLayer::getDefaultIconTranslateAnchor() { in getDefaultIconTranslateAnchor() 839 return { TranslateAnchorType::Map }; in getDefaultIconTranslateAnchor() 842 PropertyValue<TranslateAnchorType> SymbolLayer::getIconTranslateAnchor() const { in getIconTranslateAnchor() 846 void SymbolLayer::setIconTranslateAnchor(PropertyValue<TranslateAnchorType> value) { in setIconTranslateAnchor() 1027 PropertyValue<TranslateAnchorType> SymbolLayer::getDefaultTextTranslateAnchor() { in getDefaultTextTranslateAnchor() 1028 return { TranslateAnchorType::Map }; in getDefaultTextTranslateAnchor() 1031 PropertyValue<TranslateAnchorType> SymbolLayer::getTextTranslateAnchor() const { in getTextTranslateAnchor() 1035 void SymbolLayer::setTextTranslateAnchor(PropertyValue<TranslateAnchorType> value) { in setTextTranslateAnchor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_tile.hpp | 34 style::TranslateAnchorType anchor, 38 style::TranslateAnchorType anchor, 47 style::TranslateAnchorType anchor,
|
| H A D | render_tile.cpp | 16 TranslateAnchorType anchor, in translateVtxMatrix() 26 (anchor == TranslateAnchorType::Map ? state.getAngle() : 0) : in translateVtxMatrix() 27 (anchor == TranslateAnchorType::Viewport ? -state.getAngle() : 0); in translateVtxMatrix() 44 TranslateAnchorType anchor, in translatedMatrix() 50 TranslateAnchorType anchor, in translatedClipMatrix()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/ |
| H A D | symbol_layer.hpp | 223 static PropertyValue<TranslateAnchorType> getDefaultIconTranslateAnchor(); 224 PropertyValue<TranslateAnchorType> getIconTranslateAnchor() const; 225 void setIconTranslateAnchor(PropertyValue<TranslateAnchorType>); 265 static PropertyValue<TranslateAnchorType> getDefaultTextTranslateAnchor(); 266 PropertyValue<TranslateAnchorType> getTextTranslateAnchor() const; 267 void setTextTranslateAnchor(PropertyValue<TranslateAnchorType>);
|
| H A D | fill_layer.hpp | 69 static PropertyValue<TranslateAnchorType> getDefaultFillTranslateAnchor(); 70 PropertyValue<TranslateAnchorType> getFillTranslateAnchor() const; 71 void setFillTranslateAnchor(PropertyValue<TranslateAnchorType>);
|
| H A D | fill_extrusion_layer.hpp | 57 static PropertyValue<TranslateAnchorType> getDefaultFillExtrusionTranslateAnchor(); 58 PropertyValue<TranslateAnchorType> getFillExtrusionTranslateAnchor() const; 59 void setFillExtrusionTranslateAnchor(PropertyValue<TranslateAnchorType>);
|
| H A D | circle_layer.hpp | 69 static PropertyValue<TranslateAnchorType> getDefaultCircleTranslateAnchor(); 70 PropertyValue<TranslateAnchorType> getCircleTranslateAnchor() const; 71 void setCircleTranslateAnchor(PropertyValue<TranslateAnchorType>);
|
| H A D | line_layer.hpp | 77 static PropertyValue<TranslateAnchorType> getDefaultLineTranslateAnchor(); 78 PropertyValue<TranslateAnchorType> getLineTranslateAnchor() const; 79 void setLineTranslateAnchor(PropertyValue<TranslateAnchorType>);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | types.cpp | 23 MBGL_DEFINE_ENUM(TranslateAnchorType, { 24 { TranslateAnchorType::Map, "map" }, 25 { TranslateAnchorType::Viewport, "viewport" },
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | make_property_setters.hpp | 93 …result["fill-translate-anchor"] = &setProperty<FillLayer, PropertyValue<TranslateAnchorType>, &Fil… in makePaintPropertySetters() 104 …result["line-translate-anchor"] = &setProperty<LineLayer, PropertyValue<TranslateAnchorType>, &Lin… in makePaintPropertySetters() 131 …result["icon-translate-anchor"] = &setProperty<SymbolLayer, PropertyValue<TranslateAnchorType>, &S… in makePaintPropertySetters() 145 …result["text-translate-anchor"] = &setProperty<SymbolLayer, PropertyValue<TranslateAnchorType>, &S… in makePaintPropertySetters() 158 …result["circle-translate-anchor"] = &setProperty<CircleLayer, PropertyValue<TranslateAnchorType>, … in makePaintPropertySetters() 188 …ranslate-anchor"] = &setProperty<FillExtrusionLayer, PropertyValue<TranslateAnchorType>, &FillExtr… in makePaintPropertySetters()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | feature_index.cpp | 174 const style::TranslateAnchorType anchorType, in translateQueryGeometry() 182 if (anchorType == style::TranslateAnchorType::Viewport) { in translateQueryGeometry()
|
| H A D | feature_index.hpp | 73 const style::TranslateAnchorType,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | types.hpp | 51 enum class TranslateAnchorType : bool { enum
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_symbol_layer.hpp | 47 TranslateAnchorType translateAnchor;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | value.cpp | 310 template type::Type valueTypeToExpressionType<TranslateAnchorType>(); 311 template struct ValueConverter<TranslateAnchorType>;
|