Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.hpp42 LinePatternPos getDashPosition(const std::vector<float>&, LinePatternCap);
H A Dline_atlas.cpp20 LinePatternPos LineAtlas::getDashPosition(const std::vector<float>& dasharray, in getDashPosition() function in mbgl::LineAtlas
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp103 …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()