Home
last modified time | relevance | path

Searched refs:PossiblyEvaluatedPropertyValue (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpossibly_evaluated_property_value.hpp10 class PossiblyEvaluatedPropertyValue { class
19 PossiblyEvaluatedPropertyValue() = default;
20 PossiblyEvaluatedPropertyValue(Value v, bool useIntegerZoom_ = false) in PossiblyEvaluatedPropertyValue() function in mbgl::PossiblyEvaluatedPropertyValue
63 struct Interpolator<PossiblyEvaluatedPropertyValue<T>> {
64 PossiblyEvaluatedPropertyValue<T> operator()(const PossiblyEvaluatedPropertyValue<T>& a, in operator ()()
65 const PossiblyEvaluatedPropertyValue<T>& b, in operator ()()
H A Dpaint_property_binder.hpp85 …virtual optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& curre…
87 virtual T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const = 0;
89 …static std::unique_ptr<PaintPropertyBinder> create(const PossiblyEvaluatedPropertyValue<T>& value,…
107 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>&) const overri… in attributeBinding()
115 T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const override { in uniformValue()
151 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& currentValue)… in attributeBinding()
163 T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const override { in uniformValue()
212 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& currentValue)… in attributeBinding()
228 T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const override { in uniformValue()
247 PaintPropertyBinder<T, A>::create(const PossiblyEvaluatedPropertyValue<T>& value, float zoom, T def… in create()
H A Ddata_driven_property_evaluator.hpp12 using ResultType = PossiblyEvaluatedPropertyValue<T>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlayout_property.hpp28 using PossiblyEvaluatedType = PossiblyEvaluatedPropertyValue<T>;
H A Dpaint_property.hpp33 using PossiblyEvaluatedType = PossiblyEvaluatedPropertyValue<T>;
H A Dproperties.hpp152 const PossiblyEvaluatedPropertyValue<T>& v, const T& defaultValue) { in evaluate()