Home
last modified time | relevance | path

Searched refs:sharpCornerOffset (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.cpp96 …const double sharpCornerOffset = SHARP_CORNER_OFFSET * (float(util::EXTENT) / (util::tileSize * ov… in addGeometry() local
191 if (prevSegmentLength > 2.0 * sharpCornerOffset) { in addGeometry()
192 …round(convertPoint<double>(*currentCoordinate - *prevCoordinate) * (sharpCornerOffset / prevSegmen… in addGeometry()
364 if (nextSegmentLength > 2 * sharpCornerOffset) { in addGeometry()
365 …round(convertPoint<double>(*nextCoordinate - *currentCoordinate) * (sharpCornerOffset / nextSegmen… in addGeometry()