Home
last modified time | relevance | path

Searched refs:SymbolLayoutProperties (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.hpp44 const style::SymbolLayoutProperties::Evaluated&,
49 const style::SymbolLayoutProperties::Evaluated&,
H A Dquads.cpp17 const SymbolLayoutProperties::Evaluated& layout, in getIconQuad()
95 const SymbolLayoutProperties::Evaluated& layout, in getGlyphQuads()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp72 …style::SymbolPropertyValues iconPropertyValues(const style::SymbolLayoutProperties::PossiblyEvalua…
73 …style::SymbolPropertyValues textPropertyValues(const style::SymbolLayoutProperties::PossiblyEvalua…
H A Drender_symbol_layer.cpp332 …ropertyValues RenderSymbolLayer::iconPropertyValues(const style::SymbolLayoutProperties::PossiblyE… in iconPropertyValues()
345 …ropertyValues RenderSymbolLayer::textPropertyValues(const style::SymbolLayoutProperties::PossiblyE… in textPropertyValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp42 SymbolBucket(style::SymbolLayoutProperties::PossiblyEvaluated,
63 const style::SymbolLayoutProperties::PossiblyEvaluated layout;
H A Dsymbol_bucket.cpp11 SymbolBucket::SymbolBucket(style::SymbolLayoutProperties::PossiblyEvaluated layout_, in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_impl.hpp17 SymbolLayoutProperties::Unevaluated layout;
H A Dsymbol_layer_properties.hpp251 class SymbolLayoutProperties : public Properties< class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.hpp20 const style::SymbolLayoutProperties::Evaluated&,
H A Dsymbol_layout.hpp77 style::SymbolLayoutProperties::PossiblyEvaluated layout;
H A Dsymbol_instance.cpp12 const SymbolLayoutProperties::Evaluated& layout, in SymbolInstance()
H A Dsymbol_layout.cpp31 static bool has(const style::SymbolLayoutProperties::PossiblyEvaluated& layout) { in has()