Home
last modified time | relevance | path

Searched refs:textPaintProperties (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp70 style::TextPaintProperties::PossiblyEvaluated textPaintProperties() const;
H A Drender_symbol_layer.cpp195 auto paintPropertyValues = textPaintProperties(); in render()
319 style::TextPaintProperties::PossiblyEvaluated RenderSymbolLayer::textPaintProperties() const { in textPaintProperties() function in mbgl::RenderSymbolLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp93 layer->as<RenderSymbolLayer>()->textPaintProperties() in SymbolLayout()