Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp98 const float textRotate = layout.get<TextRotate>() * util::DEG2RAD; in getGlyphQuads() local
159 if (textRotate) { in getGlyphQuads()
161 float angle_sin = std::sin(textRotate); in getGlyphQuads()
162 float angle_cos = std::cos(textRotate); in getGlyphQuads()