Home
last modified time | relevance | path

Searched refs:iconRotation (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.hpp38 const float iconRotation);
H A Dshaping.cpp64 …t std::array<float, 2>& iconOffset, style::SymbolAnchorType iconAnchor, const float iconRotation) { in shapeIcon() argument
73 return PositionedIcon { image, y1, y2, x1, x2, iconRotation }; in shapeIcon()