Searched refs:angleWindowSize (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | get_anchors.cpp | 28 const float angleWindowSize, in resample() argument 66 … if (!angleWindowSize || checkMaxAngle(line, anchor, labelLength, angleWindowSize, maxAngle)) { in resample() 81 …anchors = resample(line, distance / 2, spacing, angleWindowSize, maxAngle, labelLength, continuedL… in resample() 105 const float angleWindowSize = getAngleWindowSize(textLeft, textRight, glyphSize, boxScale); in getAnchors() local 130 …return resample(line, offset, spacing, angleWindowSize, maxAngle, labelLength, continuedLine, fals… in getAnchors() 145 const float angleWindowSize = getAngleWindowSize(textLeft, textRight, glyphSize, boxScale); in getCenterAnchor() local 166 … if (!angleWindowSize || checkMaxAngle(line, anchor, labelLength, angleWindowSize, maxAngle)) { in getCenterAnchor()
|