Home
last modified time | relevance | path

Searched refs:halfLabelLength (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.cpp33 const float halfLabelLength = labelLength / 2.0f; in resample() local
62 markedDistance - halfLabelLength >= 0.0f && in resample()
63 markedDistance + halfLabelLength <= lineLength) { in resample()