Home
last modified time | relevance | path

Searched refs:shapedIcon (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_feature.hpp66 optional<PositionedIcon> shapedIcon, in CollisionFeature() argument
71 (shapedIcon ? shapedIcon->top() : 0), in CollisionFeature()
72 (shapedIcon ? shapedIcon->bottom() : 0), in CollisionFeature()
73 (shapedIcon ? shapedIcon->left() : 0), in CollisionFeature()
74 (shapedIcon ? shapedIcon->right() : 0), in CollisionFeature()
H A Dquads.cpp16 SymbolQuad getIconQuad(const PositionedIcon& shapedIcon, in getIconQuad() argument
20 const ImagePosition& image = shapedIcon.image(); in getIconQuad()
27 float top = shapedIcon.top() - border / image.pixelRatio; in getIconQuad()
28 float left = shapedIcon.left() - border / image.pixelRatio; in getIconQuad()
29 float bottom = shapedIcon.bottom() + border / image.pixelRatio; in getIconQuad()
30 float right = shapedIcon.right() + border / image.pixelRatio; in getIconQuad()
69 const float angle = shapedIcon.angle(); in getIconQuad()
H A Dquads.hpp43 SymbolQuad getIconQuad(const PositionedIcon& shapedIcon,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp11 optional<PositionedIcon> shapedIcon, in SymbolInstance() argument
30 hasIcon(shapedIcon), in SymbolInstance()
34 iconCollisionFeature(line_, anchor, shapedIcon, iconBoxScale, iconPadding, indexedFeature), in SymbolInstance()
42 if (shapedIcon) { in SymbolInstance()
43 iconQuad = getIconQuad(*shapedIcon, layout, layoutTextSize, shapedTextOrientations.first); in SymbolInstance()
H A Dsymbol_layout.cpp176 optional<PositionedIcon> shapedIcon; in prepare() local
210 shapedIcon = PositionedIcon::shapeIcon( in prepare()
227 if (shapedTextOrientations.first || shapedIcon) { in prepare()
228 …(std::distance(features.begin(), it), feature, shapedTextOrientations, shapedIcon, glyphPositionMa… in prepare()
240 optional<PositionedIcon> shapedIcon, in addFeature() argument
296 symbolInstances.emplace_back(anchor, line, shapedTextOrientations, shapedIcon, in addFeature()
314 (shapedIcon ? shapedIcon->left() : 0), in addFeature()
315 (shapedIcon ? shapedIcon->right() : 0), in addFeature()
335 (shapedIcon ? shapedIcon->left() : 0), in addFeature()
336 (shapedIcon ? shapedIcon->right() : 0), in addFeature()
H A Dsymbol_instance.hpp19 optional<PositionedIcon> shapedIcon,
H A Dsymbol_layout.hpp53 optional<PositionedIcon> shapedIcon,