Home
last modified time | relevance | path

Searched refs:firstBoxOffset (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 Dcollision_feature.cpp60 const float firstBoxOffset = -boxSize / 2; in bboxifyLabel() local
64 float anchorDistance = firstBoxOffset; in bboxifyLabel()
132 const float paddedAnchorDistance = std::abs(boxDistanceToAnchor - firstBoxOffset) < step ? in bboxifyLabel()
134 (boxDistanceToAnchor - firstBoxOffset) * 0.8; in bboxifyLabel()