Searched refs:posA (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 D | line_program.cpp | 53 const LinePatternPos& posA, in uniformValues() argument 56 const float widthA = posA.width * properties.get<LineDasharray>().fromScale; in uniformValues() 61 -posA.height / 2.0f in uniformValues() 76 uniforms::u_tex_y_a::Value{ posA.y }, in uniformValues() 90 const ImagePosition& posA, in uniformValues() argument 93 …tile.id.pixelsToTileUnits(posA.displaySize()[0] * properties.get<LinePattern>().fromScale, state.g… in uniformValues() 94 posA.displaySize()[1] in uniformValues() 107 uniforms::u_pattern_tl_a::Value{ posA.tl() }, in uniformValues() 108 uniforms::u_pattern_br_a::Value{ posA.br() }, in uniformValues()
|
| H A D | line_program.hpp | 128 const ImagePosition& posA, 157 const LinePatternPos& posA,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_line_layer.cpp | 103 …LinePatternPos posA = parameters.lineAtlas.getDashPosition(evaluated.get<LineDasharray>().from, ca… in render() local 115 posA, in render() 120 …optional<ImagePosition> posA = parameters.imageManager.getPattern(evaluated.get<LinePattern>().fro… in render() local 123 if (!posA || !posB) in render() 135 *posA, in render()
|