Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp106 optional<GeometryCoordinate> nextCoordinate; in addGeometry() local
124 nextCoordinate = coordinates[first + 1]; in addGeometry()
127 nextCoordinate = coordinates[i + 1]; in addGeometry()
130 nextCoordinate = {}; in addGeometry()
134 if (nextCoordinate && coordinates[i] == *nextCoordinate) { in addGeometry()
150 …nextNormal = nextCoordinate ? util::perp(util::unit(convertPoint<double>(*nextCoordinate - *curren… in addGeometry()
187 …onst bool isSharpCorner = cosHalfAngle < COS_HALF_SHARP_CORNER && prevCoordinate && nextCoordinate; in addGeometry()
200 const bool middleVertex = prevCoordinate && nextCoordinate; in addGeometry()
202 const LineCapType currentCap = nextCoordinate ? beginCap : endCap; in addGeometry()
303 if (nextCoordinate) { in addGeometry()
[all …]