Searched refs:overscaling (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | collision_feature.hpp | 55 const float overscaling) in CollisionFeature() argument 56 …, shapedText.left, shapedText.right, boxScale, padding, placement, indexedFeature_, overscaling) {} in CollisionFeature() 90 const float overscaling); 98 … const int segment, const float length, const float height, const float overscaling);
|
| H A D | collision_feature.cpp | 17 const float overscaling) in CollisionFeature() argument 36 bboxifyLabel(line, anchorPoint, anchor.segment, length, height, overscaling); in CollisionFeature() 43 … const int segment, const float labelLength, const float boxSize, const float overscaling) { in bboxifyLabel() argument 55 const float overscalingPaddingFactor = 1 + .4 * ::log2(static_cast<double>(overscaling)); in bboxifyLabel()
|
| H A D | get_anchors.cpp | 96 const float overscaling) { in getAnchors() argument 127 std::fmod((shapedLabelLength / 2 + fixedExtraOffset) * boxScale * overscaling, spacing) : in getAnchors() 128 std::fmod(spacing / 2 * overscaling, spacing); in getAnchors()
|
| H A D | get_anchors.hpp | 18 const float overscaling);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_instance.cpp | 26 const float overscaling) : in SymbolInstance() argument 33 …apedTextOrientations.first, textBoxScale, textPadding, textPlacement, indexedFeature, overscaling), in SymbolInstance()
|
| H A D | symbol_instance.hpp | 34 const float overscaling);
|
| H A D | symbol_layout.hpp | 72 const float overscaling; member in mbgl::SymbolLayout
|
| H A D | symbol_layout.cpp | 45 overscaling(parameters.tileID.overscaleFactor()), in SymbolLayout() 49 tileSize(util::tileSize * overscaling), in SymbolLayout() 300 …dFeature, layoutFeatureIndex, feature.index, feature.text.value_or(std::u16string()), overscaling); in addFeature() 318 overscaling); in addFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.hpp | 61 const uint32_t overscaling; member in mbgl::LineBucket
|
| H A D | line_bucket.cpp | 19 overscaling(parameters.tileID.overscaleFactor()), in LineBucket() 96 …e sharpCornerOffset = SHARP_CORNER_OFFSET * (float(util::EXTENT) / (util::tileSize * overscaling)); in addGeometry()
|