Searched refs:orientationAngle (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScreenInfo.h78 uint16_t orientationAngle; member in struct:blink::WebScreenInfo
86 , orientationAngle(0) { }
/external/chromium_org/content/public/test/
H A Drender_widget_test.cc80 resize_params.screen_info.orientationAngle = 90;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformScreen.cpp96 return hostWindow->screenInfo().orientationAngle;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp181 static inline bool glyphOrientationIsMultiplyOf180Degrees(float orientationAngle) argument
183 return !fabsf(fmodf(orientationAngle, 180));
H A DSVGTextLayoutEngine.cpp497 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, currentCharacter); local
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/
H A Drender_widget_host_view_aura.cc314 results->orientationAngle = display.RotationAsDegree();
315 if (results->orientationAngle == 90)
316 results->orientationAngle = 270;
317 else if (results->orientationAngle == 270)
318 results->orientationAngle = 90;
H A Drender_widget_host_view_android.cc1482 results->orientationAngle = display.RotationAsDegree();
/external/chromium_org/content/renderer/
H A Drender_widget.cc734 screen_info_.orientationAngle != params.screen_info.orientationAngle;
H A Drender_view_impl.cc3929 // orientationAngle is temporary. The test should be able to specify
3933 params.screen_info.orientationAngle = 90;
3936 params.screen_info.orientationAngle = -90;
3939 params.screen_info.orientationAngle = 180;
3942 params.screen_info.orientationAngle = 0;
/external/chromium_org/content/common/
H A Dview_messages.h135 IPC_STRUCT_TRAITS_MEMBER(orientationAngle)

Completed in 963 milliseconds