| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | symbol_layer_properties.hpp | 17 static SymbolPlacementType defaultValue() { return SymbolPlacementType::Point; } in defaultValue() function 22 static float defaultValue() { return 250; } in defaultValue() function 27 static bool defaultValue() { return false; } in defaultValue() function 32 static bool defaultValue() { return false; } in defaultValue() function 37 static bool defaultValue() { return false; } in defaultValue() function 42 static bool defaultValue() { return false; } in defaultValue() function 47 static AlignmentType defaultValue() { return AlignmentType::Auto; } in defaultValue() function 52 static float defaultValue() { return 1; } in defaultValue() function 57 static IconTextFitType defaultValue() { return IconTextFitType::None; } in defaultValue() function 62 static std::array<float, 4> defaultValue() { return {{ 0, 0, 0, 0 }}; } in defaultValue() function [all …]
|
| H A D | line_layer_properties.hpp | 17 static LineCapType defaultValue() { return LineCapType::Butt; } in defaultValue() function 22 static LineJoinType defaultValue() { return LineJoinType::Miter; } in defaultValue() function 27 static float defaultValue() { return 2; } in defaultValue() function 32 static float defaultValue() { return 1; } in defaultValue() function 36 static float defaultValue() { return 1; } in defaultValue() function 40 static Color defaultValue() { return Color::black(); } in defaultValue() function 44 static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; } in defaultValue() function 48 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue() function 52 static float defaultValue() { return 1; } in defaultValue() function 56 static float defaultValue() { return 0; } in defaultValue() function [all …]
|
| H A D | circle_layer_properties.hpp | 16 static float defaultValue() { return 5; } in defaultValue() function 20 static Color defaultValue() { return Color::black(); } in defaultValue() function 24 static float defaultValue() { return 0; } in defaultValue() function 28 static float defaultValue() { return 1; } in defaultValue() function 32 static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; } in defaultValue() function 36 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue() function 40 static CirclePitchScaleType defaultValue() { return CirclePitchScaleType::Map; } in defaultValue() function 44 static AlignmentType defaultValue() { return AlignmentType::Viewport; } in defaultValue() function 48 static float defaultValue() { return 0; } in defaultValue() function 52 static Color defaultValue() { return Color::black(); } in defaultValue() function [all …]
|
| H A D | raster_layer_properties.hpp | 16 static float defaultValue() { return 1; } in defaultValue() function 20 static float defaultValue() { return 0; } in defaultValue() function 24 static float defaultValue() { return 0; } in defaultValue() function 28 static float defaultValue() { return 1; } in defaultValue() function 32 static float defaultValue() { return 0; } in defaultValue() function 36 static float defaultValue() { return 0; } in defaultValue() function 40 static RasterResamplingType defaultValue() { return RasterResamplingType::Linear; } in defaultValue() function 44 static float defaultValue() { return 300; } in defaultValue() function
|
| H A D | fill_extrusion_layer_properties.hpp | 16 static float defaultValue() { return 1; } in defaultValue() function 20 static Color defaultValue() { return Color::black(); } in defaultValue() function 24 static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; } in defaultValue() function 28 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue() function 32 static std::string defaultValue() { return ""; } in defaultValue() function 36 static float defaultValue() { return 0; } in defaultValue() function 40 static float defaultValue() { return 0; } in defaultValue() function
|
| H A D | fill_layer_properties.hpp | 16 static bool defaultValue() { return true; } in defaultValue() function 20 static float defaultValue() { return 1; } in defaultValue() function 24 static Color defaultValue() { return Color::black(); } in defaultValue() function 28 static Color defaultValue() { return {}; } in defaultValue() function 32 static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; } in defaultValue() function 36 static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; } in defaultValue() function 40 static std::string defaultValue() { return ""; } in defaultValue() function
|
| H A D | hillshade_layer_properties.hpp | 16 static float defaultValue() { return 335; } in defaultValue() function 20 …static HillshadeIlluminationAnchorType defaultValue() { return HillshadeIlluminationAnchorType::Vi… in defaultValue() function 24 static float defaultValue() { return 0.5; } in defaultValue() function 28 static Color defaultValue() { return Color::black(); } in defaultValue() function 32 static Color defaultValue() { return Color::white(); } in defaultValue() function 36 static Color defaultValue() { return Color::black(); } in defaultValue() function
|
| H A D | symbol_layer.cpp | 98 return SymbolPlacement::defaultValue(); in getDefaultSymbolPlacement() 114 return SymbolSpacing::defaultValue(); in getDefaultSymbolSpacing() 130 return SymbolAvoidEdges::defaultValue(); in getDefaultSymbolAvoidEdges() 146 return IconAllowOverlap::defaultValue(); in getDefaultIconAllowOverlap() 162 return IconIgnorePlacement::defaultValue(); in getDefaultIconIgnorePlacement() 178 return IconOptional::defaultValue(); in getDefaultIconOptional() 194 return IconRotationAlignment::defaultValue(); in getDefaultIconRotationAlignment() 210 return IconSize::defaultValue(); in getDefaultIconSize() 226 return IconTextFit::defaultValue(); in getDefaultIconTextFit() 242 return IconTextFitPadding::defaultValue(); in getDefaultIconTextFitPadding() [all …]
|
| H A D | heatmap_layer_properties.hpp | 16 static float defaultValue() { return 30; } in defaultValue() function 20 static float defaultValue() { return 1; } in defaultValue() function 24 static float defaultValue() { return 1; } in defaultValue() function 30 static float defaultValue() { return 1; } in defaultValue() function
|
| H A D | background_layer_properties.hpp | 16 static Color defaultValue() { return Color::black(); } in defaultValue() function 20 static std::string defaultValue() { return ""; } in defaultValue() function 24 static float defaultValue() { return 1; } in defaultValue() function
|
| H A D | layer_properties.hpp.ejs | 23 static <%- evaluatedType(property) %> defaultValue() { return <%- defaultValue(property) %>; } 32 static <%- evaluatedType(property) %> defaultValue() { return <%- defaultValue(property) %>; }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 20 defaultValue(std::move(defaultValue_)), 33 return typed ? *typed : defaultValue ? *defaultValue : T(); in evaluate() 35 return defaultValue ? *defaultValue : T(); in evaluate() 45 return typed ? *typed : defaultValue ? *defaultValue : finalDefaultValue; in evaluate() 47 return defaultValue ? *defaultValue : finalDefaultValue; in evaluate() 56 return typed ? *typed : defaultValue ? *defaultValue : finalDefaultValue; in evaluate() 58 return defaultValue ? *defaultValue : finalDefaultValue; in evaluate() 112 optional<T> defaultValue; member in mbgl::style::PropertyExpression
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | pointer.h | 533 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault() argument 536 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator); in GetWithDefault() 540 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault() argument 543 return alreadyExist ? v : v.SetString(defaultValue, allocator); in GetWithDefault() 548 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault() argument 551 return alreadyExist ? v : v.SetString(defaultValue, allocator); in GetWithDefault() 561 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault() argument 562 return GetWithDefault(root, ValueType(defaultValue).Move(), allocator); in GetWithDefault() 567 …ypename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const { in GetWithDefault() argument 568 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | paint_property_binder.hpp | 89 …PropertyBinder> create(const PossiblyEvaluatedPropertyValue<T>& value, float zoom, T defaultValue); 135 defaultValue(std::move(defaultValue_)) { in SourceFunctionPaintPropertyBinder() 139 auto evaluated = expression.evaluate(feature, defaultValue); in populateVertexVector() 174 T defaultValue; member in mbgl::SourceFunctionPaintPropertyBinder 192 defaultValue(std::move(defaultValue_)), in CompositeFunctionPaintPropertyBinder() 197 Range<T> range = expression.evaluate(zoomRange, feature, defaultValue); in populateVertexVector() 239 T defaultValue; member in mbgl::CompositeFunctionPaintPropertyBinder 247 …yBinder<T, A>::create(const PossiblyEvaluatedPropertyValue<T>& value, float zoom, T defaultValue) { in create() argument 254 … return std::make_unique<SourceFunctionPaintPropertyBinder<T, A>>(expression, defaultValue); in create() 256 …eturn std::make_unique<CompositeFunctionPaintPropertyBinder<T, A>>(expression, zoom, defaultValue); in create() [all …]
|
| H A D | property_evaluator.hpp | 15 defaultValue(std::move(defaultValue_)) {} in PropertyEvaluator() 17 T operator()(const style::Undefined&) const { return defaultValue; } in operator ()() 23 T defaultValue; member in mbgl::PropertyEvaluator
|
| H A D | data_driven_property_evaluator.hpp | 16 defaultValue(std::move(defaultValue_)) {} in DataDrivenPropertyEvaluator() 19 return ResultType(defaultValue); in operator ()() 40 T defaultValue; member in mbgl::DataDrivenPropertyEvaluator
|
| H A D | possibly_evaluated_property_value.hpp | 44 T evaluate(const Feature& feature, float zoom, T defaultValue) const { in evaluate() 49 return expression.evaluate(floor(zoom), feature, defaultValue); in evaluate() 51 return expression.evaluate(zoom, feature, defaultValue); in evaluate()
|
| H A D | cross_faded_property_evaluator.cpp | 10 return calculate(defaultValue, defaultValue, defaultValue); in operator ()()
|
| H A D | cross_faded_property_evaluator.hpp | 26 defaultValue(std::move(defaultValue_)) {} in CrossFadedPropertyEvaluator() 36 T defaultValue; member in mbgl::CrossFadedPropertyEvaluator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | light_impl.hpp | 27 static LightAnchorType defaultValue() { in defaultValue() function 33 static Position defaultValue() { in defaultValue() function 40 static Color defaultValue() { in defaultValue() function 46 static float defaultValue() { in defaultValue() function
|
| H A D | light.cpp | 28 return LightAnchor::defaultValue(); in getDefaultAnchor() 54 return LightPosition::defaultValue(); in getDefaultPosition() 80 return LightColor::defaultValue(); in getDefaultColor() 106 return LightIntensity::defaultValue(); in getDefaultIntensity()
|
| H A D | properties.hpp | 152 const PossiblyEvaluatedPropertyValue<T>& v, const T& defaultValue) { in evaluate() argument 158 return t.evaluate(z, feature, defaultValue); in evaluate() 164 return evaluate(z, feature, this->template get<P>(), P::defaultValue()); in evaluate() 191 .evaluate(Evaluator(parameters, P::defaultValue()), parameters.now); in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | function.hpp | 25 optional<T> defaultValue; in convertFunctionToExpression() local 29 defaultValue = convert<T>(*defaultValueValue, error); in convertFunctionToExpression() 30 if (!defaultValue) { in convertFunctionToExpression() 36 return PropertyExpression<T>(std::move(*expression), defaultValue); in convertFunctionToExpression()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.cpp | 18 const float defaultValue) { in create() argument 21 return std::make_unique<ConstantSymbolSizeBinder>(tileZoom, value, defaultValue); in create() 24 return std::make_unique<ConstantSymbolSizeBinder>(tileZoom, value, defaultValue); in create() 28 … return std::make_unique<ConstantSymbolSizeBinder>(tileZoom, expression, defaultValue); in create() 30 … return std::make_unique<SourceFunctionSymbolSizeBinder>(tileZoom, expression, defaultValue); in create() 32 … return std::make_unique<CompositeFunctionSymbolSizeBinder>(tileZoom, expression, defaultValue); in create()
|
| H A D | symbol_program.hpp | 120 const float defaultValue); 142 …nstantSymbolSizeBinder(const float /*tileZoom*/, const style::Undefined&, const float defaultValue) in ConstantSymbolSizeBinder() argument 143 : layoutSize(defaultValue) {} in ConstantSymbolSizeBinder() 194 defaultValue(defaultValue_) { in SourceFunctionSymbolSizeBinder() 198 const float size = expression.evaluate(feature, defaultValue); in getVertexSizeData() 208 const float defaultValue; member in mbgl::SourceFunctionSymbolSizeBinder 216 defaultValue(defaultValue_), in CompositeFunctionSymbolSizeBinder() 223 expression.evaluate(coveringZoomStops.min, feature, defaultValue), in getVertexSizeData() 224 expression.evaluate(coveringZoomStops.max, feature, defaultValue) in getVertexSizeData() 239 const float defaultValue; member in mbgl::CompositeFunctionSymbolSizeBinder
|