Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_properties.hpp17 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 Dline_layer_properties.hpp17 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 Dcircle_layer_properties.hpp16 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 Draster_layer_properties.hpp16 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 Dfill_extrusion_layer_properties.hpp16 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 Dfill_layer_properties.hpp16 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 Dhillshade_layer_properties.hpp16 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 Dheatmap_layer_properties.hpp16 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 Dbackground_layer_properties.hpp16 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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h533 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault()
540 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault()
548 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault()
561 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
567 …typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const… in GetWithDefault()
573 …Type, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaultValue) const { in GetWithDefault()
580 …me ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& defaultValue)… in GetWithDefault()
591 …EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) const { in GetWithDefault()
1103 …, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& defaultValue,… in GetValueByPointerWithDefault()
1108 …oot, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* defaultValue, typ… in GetValueByPointerWithDefault()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlight_impl.hpp27 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 Dpaint_property.hpp71 static Color defaultValue() { return {}; } in defaultValue() function in mbgl::style::ColorRampProperty
H A Dproperties.hpp152 const PossiblyEvaluatedPropertyValue<T>& v, const T& defaultValue) { in evaluate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp142 …nstantSymbolSizeBinder(const float /*tileZoom*/, const style::Undefined&, const float defaultValue) in ConstantSymbolSizeBinder()
208 const float defaultValue; member in mbgl::SourceFunctionSymbolSizeBinder
239 const float defaultValue; member in mbgl::CompositeFunctionSymbolSizeBinder
H A Dsymbol_program.cpp18 const float defaultValue) { in create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp174 T defaultValue; member in mbgl::SourceFunctionPaintPropertyBinder
239 T defaultValue; member in mbgl::CompositeFunctionPaintPropertyBinder
247 …yBinder<T, A>::create(const PossiblyEvaluatedPropertyValue<T>& value, float zoom, T defaultValue) { in create()
H A Dproperty_evaluator.hpp23 T defaultValue; member in mbgl::PropertyEvaluator
H A Ddata_driven_property_evaluator.hpp40 T defaultValue; member in mbgl::DataDrivenPropertyEvaluator
H A Dcross_faded_property_evaluator.hpp36 T defaultValue; member in mbgl::CrossFadedPropertyEvaluator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.hpp11 static float defaultValue() { return 1; } in defaultValue() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dfunction.hpp25 optional<T> defaultValue; in convertFunctionToExpression() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_expression.hpp112 optional<T> defaultValue; member in mbgl::style::PropertyExpression
/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.cpp91 QVariant MimeUtils::value(const QString &key, const QVariant &defaultValue) { in value()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...