Home
last modified time | relevance | path

Searched refs:IconPaintProperties (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp16 class IconPaintProperties : public Properties< class
69 style::IconPaintProperties::PossiblyEvaluated iconPaintProperties() const;
H A Drender_symbol_layer.cpp307 style::IconPaintProperties::PossiblyEvaluated RenderSymbolLayer::iconPaintProperties() const { in iconPaintProperties()
308 return style::IconPaintProperties::PossiblyEvaluated { in iconPaintProperties()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp44 …std::pair<style::IconPaintProperties::PossiblyEvaluated, style::TextPaintProperties::PossiblyEvalu…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp360 style::IconPaintProperties>
442 using SymbolSDFIconProgram = SymbolSDFProgram<style::IconPaintProperties>;
H A Dsymbol_program.cpp155 template class SymbolSDFProgram<style::IconPaintProperties>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp43 …const std::map<std::string, std::pair<style::IconPaintProperties::PossiblyEvaluated, style::TextPa…
H A Dsymbol_bucket.cpp13 style::IconPaintProperties::PossiblyEvaluated, in SymbolBucket()