Searched defs:Rotation (Results 1 - 3 of 3) sorted by path

/external/chromium_org/ash/display/
H A Droot_window_transformers.cc26 DECLARE_WINDOW_PROPERTY_TYPE(gfx::Display::Rotation); variable
32 DEFINE_WINDOW_PROPERTY_KEY(gfx::Display::Rotation, kRotationPropertyKey,
/external/chromium_org/third_party/webrtc/modules/video_render/include/
H A Dvideo_render_defines.h83 enum Rotation enum in namespace:webrtc
/external/chromium_org/ui/gfx/
H A Ddisplay.h25 // Screen Rotation in clock-wise degrees.
26 enum Rotation { enum in class:gfx::Display
74 Rotation rotation() const { return rotation_; }
75 void set_rotation(Rotation rotation) { rotation_ = rotation; }
127 Rotation rotation_;

Completed in 253 milliseconds