Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dline_program.cpp54 const LinePatternPos& posB, in uniformValues() argument
57 const float widthB = posB.width * properties.get<LineDasharray>().toScale; in uniformValues()
66 -posB.height / 2.0f in uniformValues()
77 uniforms::u_tex_y_b::Value{ posB.y }, in uniformValues()
91 const ImagePosition& posB) { in uniformValues() argument
98 …tile.id.pixelsToTileUnits(posB.displaySize()[0] * properties.get<LinePattern>().toScale, state.get… in uniformValues()
99 posB.displaySize()[1] in uniformValues()
109 uniforms::u_pattern_tl_b::Value{ posB.tl() }, in uniformValues()
110 uniforms::u_pattern_br_b::Value{ posB.br() }, in uniformValues()
H A Dline_program.hpp129 const ImagePosition& posB);
158 const LinePatternPos& posB,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp104 …LinePatternPos posB = parameters.lineAtlas.getDashPosition(evaluated.get<LineDasharray>().to, cap); in render() local
116 posB, in render()
121 …optional<ImagePosition> posB = parameters.imageManager.getPattern(evaluated.get<LinePattern>().to); in render() local
123 if (!posA || !posB) in render()
136 *posB)); in render()