Home
last modified time | relevance | path

Searched refs:textLeft (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp11 float getAngleWindowSize(const float textLeft, const float textRight, const float glyphSize, const … in getAngleWindowSize() argument
12 return (textLeft - textRight) != 0.0f ? in getAngleWindowSize()
90 const float textLeft, in getAnchors() argument
105 const float angleWindowSize = getAngleWindowSize(textLeft, textRight, glyphSize, boxScale); in getAnchors()
107 const float shapedLabelLength = fmax(textRight - textLeft, iconRight - iconLeft); in getAnchors()
135 const float textLeft, in getCenterAnchor() argument
145 const float angleWindowSize = getAngleWindowSize(textLeft, textRight, glyphSize, boxScale); in getCenterAnchor()
146 const float labelLength = fmax(textRight - textLeft, iconRight - iconLeft) * boxScale; in getCenterAnchor()
H A Dget_anchors.hpp12 const float textLeft,
22 const float textLeft,
H A Dquads.cpp40 auto textLeft = shapedText.left * size; in getIconQuad() local
44 auto textWidth = textRight - textLeft; in getIconQuad()
54 left = textLeft + offsetX - padL; in getIconQuad()
56 right = textLeft + offsetX + padR + width; in getIconQuad()