Searched defs:yOrientationShift (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp510 float yOrientationShift = 0; local
511 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
538 yOrientationShift -= scaledGlyphAdvance / 2;
549 yOrientationShift += m_dy - baselineShift;
631 if (xOrientationShift || yOrientationShift)
632 m_currentTextFragment.transform.translate(xOrientationShift, yOrientationShift);

Completed in 230 milliseconds