Home
last modified time | relevance | path

Searched refs:pitchAlignment (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp50 if (values.pitchAlignment == AlignmentType::Map) { in makeValues()
60 const bool pitchWithMap = values.pitchAlignment == style::AlignmentType::Map; in makeValues()
137 const float gammaScale = (values.pitchAlignment == AlignmentType::Map in uniformValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp171 auto pitchAlignment = evaluated.evaluate<style::CirclePitchAlignment>(zoom, feature); in queryIntersectsFeature() local
172 … if (pitchScale == CirclePitchScaleType::Viewport && pitchAlignment == AlignmentType::Map) { in queryIntersectsFeature()
174 … } else if (pitchScale == CirclePitchScaleType::Map && pitchAlignment == AlignmentType::Viewport) { in queryIntersectsFeature()
H A Drender_symbol_layer.hpp41 AlignmentType pitchAlignment; member in mbgl::style::SymbolPropertyValues
H A Drender_symbol_layer.cpp116 values_.pitchAlignment == AlignmentType::Map in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp371 const bool pitchWithMap = values.pitchAlignment == style::AlignmentType::Map; in reprojectLineLabels()
408 const float pitchScaledFontSize = values.pitchAlignment == style::AlignmentType::Map ? in reprojectLineLabels()