Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngine.cpp506 …float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle,… in layoutTextOnLineOrPath() local
511 …alculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientation… in layoutTextOnLineOrPath()
604 if (!shouldStartNewFragment && (angle || angle != lastAngle || orientationAngle)) in layoutTextOnLineOrPath()
634 if (orientationAngle) in layoutTextOnLineOrPath()
635 m_currentTextFragment.transform.rotate(orientationAngle); in layoutTextOnLineOrPath()
DSVGTextLayoutEngineBaseline.cpp180 static inline bool glyphOrientationIsMultiplyOf180Degrees(float orientationAngle) in glyphOrientationIsMultiplyOf180Degrees() argument
182 return !fabsf(fmodf(orientationAngle, 180)); in glyphOrientationIsMultiplyOf180Degrees()