Home
last modified time | relevance | path

Searched refs:verticalRotation (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.cpp150 const float verticalRotation = -M_PI_2; in getGlyphQuads() local
153 tl = util::rotate(tl - center, verticalRotation) + center + xOffsetCorrection; in getGlyphQuads()
154 tr = util::rotate(tr - center, verticalRotation) + center + xOffsetCorrection; in getGlyphQuads()
155 bl = util::rotate(bl - center, verticalRotation) + center + xOffsetCorrection; in getGlyphQuads()
156 br = util::rotate(br - center, verticalRotation) + center + xOffsetCorrection; in getGlyphQuads()