Home
last modified time | relevance | path

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 Dcollision_feature.hpp55 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 Dcollision_feature.cpp17 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 Dget_anchors.cpp96 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 Dget_anchors.hpp18 const float overscaling);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp26 const float overscaling) : in SymbolInstance() argument
33 …apedTextOrientations.first, textBoxScale, textPadding, textPlacement, indexedFeature, overscaling), in SymbolInstance()
H A Dsymbol_instance.hpp34 const float overscaling);
H A Dsymbol_layout.hpp72 const float overscaling; member in mbgl::SymbolLayout
H A Dsymbol_layout.cpp45 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 Dline_bucket.hpp61 const uint32_t overscaling; member in mbgl::LineBucket
H A Dline_bucket.cpp19 overscaling(parameters.tileID.overscaleFactor()), in LineBucket()
96 …e sharpCornerOffset = SHARP_CORNER_OFFSET * (float(util::EXTENT) / (util::tileSize * overscaling)); in addGeometry()