Home
last modified time | relevance | path

Searched refs:LineDasharray (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dline_program.cpp56 const float widthA = posA.width * properties.get<LineDasharray>().fromScale; in uniformValues()
57 const float widthB = posB.width * properties.get<LineDasharray>().toScale; in uniformValues()
78 uniforms::u_mix::Value{ properties.get<LineDasharray>().t }, in uniformValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp67 struct LineDasharray : CrossFadedPaintProperty<std::vector<float>> { struct
91 LineDasharray,
H A Dline_layer.cpp385 return impl().paint.template get<LineDasharray>().value; in getLineDasharray()
392 impl_->paint.template get<LineDasharray>().value = value; in setLineDasharray()
399 impl_->paint.template get<LineDasharray>().options = options; in setLineDasharrayTransition()
404 return impl().paint.template get<LineDasharray>().options; in getLineDasharrayTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp100 if (!evaluated.get<LineDasharray>().from.empty()) { in render()
103 …LinePatternPos posA = parameters.lineAtlas.getDashPosition(evaluated.get<LineDasharray>().from, ca… in render()
104 …LinePatternPos posB = parameters.lineAtlas.getDashPosition(evaluated.get<LineDasharray>().to, cap); in render()