Home
last modified time | relevance | path

Searched refs:segmentDist (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.cpp48 const auto segmentDist = util::dist<float>(a, b); in resample() local
51 while (markedDistance + spacing < distance + segmentDist) { in resample()
54 float t = (markedDistance - distance) / segmentDist, in resample()
72 distance += segmentDist; in resample()