Home
last modified time | relevance | path

Searched defs:PossiblyEvaluatedType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dpaint_property.hpp22 using PossiblyEvaluatedType = T; typedef in mbgl::style::PaintProperty
33 using PossiblyEvaluatedType = PossiblyEvaluatedPropertyValue<T>; typedef in mbgl::style::DataDrivenPaintProperty
47 using PossiblyEvaluatedType = Faded<T>; typedef in mbgl::style::CrossFadedPaintProperty
67 using PossiblyEvaluatedType = Color; typedef in mbgl::style::ColorRampProperty
H A Dlayout_property.hpp17 using PossiblyEvaluatedType = T; typedef in mbgl::style::LayoutProperty
28 using PossiblyEvaluatedType = PossiblyEvaluatedPropertyValue<T>; typedef in mbgl::style::DataDrivenLayoutProperty
H A Dlight_impl.hpp21 using PossiblyEvaluatedType = T; typedef in mbgl::style::LightProperty