Home
last modified time | relevance | path

Searched refs:glyphSize (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
13 3.0f / 5.0f * glyphSize * boxScale : in getAngleWindowSize()
94 const float glyphSize, in getAnchors() argument
105 const float angleWindowSize = getAngleWindowSize(textLeft, textRight, glyphSize, boxScale); in getAnchors()
124 const float fixedExtraOffset = glyphSize * 2; in getAnchors()
139 const float glyphSize, in getCenterAnchor() argument
145 const float angleWindowSize = getAngleWindowSize(textLeft, textRight, glyphSize, boxScale); in getCenterAnchor()
H A Dget_anchors.hpp16 const float glyphSize,
26 const float glyphSize,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp243 const float glyphSize = 24.0f; in addFeature() local
256 const float fontScale = layoutTextSize / glyphSize; in addFeature()
258 const float textMaxBoxScale = tilePixelRatio * textMaxSize / glyphSize; in addFeature()
316 glyphSize, in addFeature()
337 glyphSize, in addFeature()