Searched refs:orientationAngle (Results 1 – 2 of 2) sorted by relevance
506 …float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle,… in layoutTextOnLineOrPath() local511 …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()
180 static inline bool glyphOrientationIsMultiplyOf180Degrees(float orientationAngle) in glyphOrientationIsMultiplyOf180Degrees() argument182 return !fabsf(fmodf(orientationAngle, 180)); in glyphOrientationIsMultiplyOf180Degrees()