Searched refs:endRight (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 | 398 double endRight, in addCurrentVertex() argument 414 if (endRight) in addCurrentVertex() 415 extrude = extrude - (util::perp(normal) * endRight); in addCurrentVertex() 416 …ack(LineProgram::layoutVertex(currentCoordinate, extrude, round, true, -endRight, 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,
|