Home
last modified time | relevance | path

Searched refs:TextPaintProperties (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.hpp26 class TextPaintProperties : public Properties< class
70 style::TextPaintProperties::PossiblyEvaluated textPaintProperties() const;
H A Drender_symbol_layer.cpp319 style::TextPaintProperties::PossiblyEvaluated RenderSymbolLayer::textPaintProperties() const { in textPaintProperties()
320 return style::TextPaintProperties::PossiblyEvaluated { in textPaintProperties()
/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/renderer/buckets/
H A Dsymbol_bucket.hpp43 …g, std::pair<style::IconPaintProperties::PossiblyEvaluated, style::TextPaintProperties::PossiblyEv…
H A Dsymbol_bucket.cpp14 … style::TextPaintProperties::PossiblyEvaluated>>& layerPaintProperties, in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp156 template class SymbolSDFProgram<style::TextPaintProperties>;
H A Dsymbol_program.hpp443 using SymbolSDFTextProgram = SymbolSDFProgram<style::TextPaintProperties>;