HomeSort by relevance Sort by last modified time
    Searched refs:orientationAngle (Results 1 - 13 of 13) 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/browser/screen_orientation/
screen_orientation_provider_android.cc 184 if (screen_info.orientationAngle == 0 ||
185 screen_info.orientationAngle == 180) {
191 if (screen_info.orientationAngle == 0 ||
192 screen_info.orientationAngle == 180) {
screen_orientation_browsertest.cc 54 screen_info.orientationAngle = angle;
  /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 176 static inline bool glyphOrientationIsMultiplyOf180Degrees(float orientationAngle)
178 return !fabsf(fmodf(orientationAngle, 180));
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);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 319 results->orientationAngle = display.RotationAsDegree();
320 if (results->orientationAngle == 90)
321 results->orientationAngle = 270;
322 else if (results->orientationAngle == 270)
323 results->orientationAngle = 90;
    [all...]
render_widget_host_view_android.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 771 screen_info_.orientationAngle != params.screen_info.orientationAngle;
    [all...]
  /external/chromium_org/content/common/
view_messages.h 145 IPC_STRUCT_TRAITS_MEMBER(orientationAngle)
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 643 screen_info.orientationAngle =
    [all...]

Completed in 1178 milliseconds