Home
last modified time | relevance | path

Searched refs:markedDistance (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 Dget_anchors.cpp37 float markedDistance = offset - spacing; in resample() local
51 while (markedDistance + spacing < distance + segmentDist) { in resample()
52 markedDistance += spacing; in resample()
54 float t = (markedDistance - distance) / segmentDist, in resample()
62 markedDistance - halfLabelLength >= 0.0f && in resample()
63 markedDistance + halfLabelLength <= lineLength) { in resample()