Searched refs:xOffsetCorrection (Results 1 – 1 of 1) sorted by relevance
151 const Point<float> xOffsetCorrection{5, 0}; 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()