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 D | get_anchors.cpp | 11 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 D | get_anchors.hpp | 16 const float glyphSize, 26 const float glyphSize,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 243 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()
|