Home
last modified time | relevance | path

Searched refs:shapedLabelLength (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.cpp107 const float shapedLabelLength = fmax(textRight - textLeft, iconRight - iconLeft); in getAnchors() local
108 const float labelLength = shapedLabelLength * boxScale; in getAnchors()
127 std::fmod((shapedLabelLength / 2 + fixedExtraOffset) * boxScale * overscaling, spacing) : in getAnchors()