Searched refs:endLeft (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.cpp | 397 double endLeft, in addCurrentVertex() argument 403 if (endLeft) in addCurrentVertex() 404 extrude = extrude - (util::perp(normal) * endLeft); in addCurrentVertex() 405 …back(LineProgram::layoutVertex(currentCoordinate, extrude, round, false, endLeft, distance * LINE_… in addCurrentVertex() 430 …addCurrentVertex(currentCoordinate, distance, normal, endLeft, endRight, round, startVertex, trian… in addCurrentVertex()
|
| H A D | line_bucket.hpp | 51 const Point<double>& normal, double endLeft, double endRight, bool round,
|