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

  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 181 static inline bool glyphOrientationIsMultiplyOf180Degrees(float orientationAngle)
183 return !fabsf(fmodf(orientationAngle, 180));
SVGTextLayoutEngine.cpp 492 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, currentCharacter);
497 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
583 || orientationAngle || kerning || applySpacingToNextCharacter || definesTextLength;
609 if (orientationAngle)
610 m_currentTextFragment.transform.rotate(orientationAngle);

Completed in 2078 milliseconds