Home
last modified time | relevance | path

Searched refs:LineFloorwidth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.hpp10 struct LineFloorwidth : style::DataDrivenPaintProperty<float, attributes::a_floorwidth, uniforms::u… struct
16 TypeList<LineFloorwidth>>::Type {};
H A Drender_line_layer.cpp37 style::Properties<LineFloorwidth>::Unevaluated extra(unevaluated.get<style::LineWidth>()); in evaluate()