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

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h 78 uint16_t orientationAngle;
86 , orientationAngle(0) { }
  /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...]
  /external/chromium_org/content/public/test/
render_widget_test.cc 80 resize_params.screen_info.orientationAngle = 90;
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.cpp 96 return hostWindow->screenInfo().orientationAngle;
  /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 497 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, currentCharacter);
502 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
585 || orientationAngle || kerning || applySpacingToNextCharacter || definesTextLength;
611 if (orientationAngle)
612 m_currentTextFragment.transform.rotate(orientationAngle);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 314 results->orientationAngle = display.RotationAsDegree();
315 if (results->orientationAngle == 90)
316 results->orientationAngle = 270;
317 else if (results->orientationAngle == 270)
318 results->orientationAngle = 90;
    [all...]
render_widget_host_view_android.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 734 screen_info_.orientationAngle != params.screen_info.orientationAngle;
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/content/common/
view_messages.h 135 IPC_STRUCT_TRAITS_MEMBER(orientationAngle)
    [all...]

Completed in 4243 milliseconds