Searched refs:verticalRotation (Results 1 – 1 of 1) sorted by relevance
150 const float verticalRotation = -M_PI_2; in getGlyphQuads() local153 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()