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

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h 78 uint16_t orientationAngle;
86 , orientationAngle(0) { }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 495 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, currentCharacter);
500 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
583 || orientationAngle || kerning || applySpacingToNextCharacter || definesTextLength;
609 if (orientationAngle)
610 m_currentTextFragment.transform.rotate(orientationAngle);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 547 int orientationAngle = (int) Math.round(
549 if (orientationAngle < 0) {
551 orientationAngle += 360;
555 int nearestRotation = (orientationAngle + 45) / 90;
563 orientationAngle)) {
568 + ", orientationAngle=" + orientationAngle
578 + ", orientationAngle=" + orientationAngle);
641 private boolean isOrientationAngleAcceptableLocked(int rotation, int orientationAngle) {
    [all...]

Completed in 86 milliseconds