HomeSort by relevance Sort by last modified time
    Searched defs:orientationAngle (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 506 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, *currentCharacter);
511 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
604 if (!shouldStartNewFragment && (angle || angle != lastAngle || orientationAngle))
634 if (orientationAngle)
635 m_currentTextFragment.transform.rotate(orientationAngle);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 491 int orientationAngle = (int) Math.round(
493 if (orientationAngle < 0) {
495 orientationAngle += 360;
499 int nearestRotation = (orientationAngle + 45) / 90;
507 orientationAngle)) {
512 + ", orientationAngle=" + orientationAngle
522 + ", orientationAngle=" + orientationAngle);
581 private boolean isOrientationAngleAcceptableLocked(int rotation, int orientationAngle) {
    [all...]

Completed in 137 milliseconds