Searched refs:textRight (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 D | get_anchors.cpp | 11 float getAngleWindowSize(const float textLeft, const float textRight, const float glyphSize, const … in getAngleWindowSize() argument 12 return (textLeft - textRight) != 0.0f ? in getAngleWindowSize() 91 const float textRight, 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() 136 const float textRight, 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 D | get_anchors.hpp | 13 const float textRight, 23 const float textRight,
|
| H A D | quads.cpp | 41 auto textRight = shapedText.right * size; in getIconQuad() local 44 auto textWidth = textRight - textLeft; in getIconQuad()
|