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

  /external/chromium_org/webkit/common/cursors/
webcursor_aurax11.cc 31 device_scale_factor_, rotation_, &bitmap, &hotspot);
39 if (rotation_ == display.rotation() &&
44 rotation_ = display.rotation();
55 rotation_ = gfx::Display::ROTATE_0;
webcursor.h 105 // Updates |device_scale_factor_| and |rotation_| based on |display|.
181 gfx::Display::Rotation rotation_; member in class:WebCursor
  /external/chromium_org/ui/gfx/
display.h 63 Rotation rotation() const { return rotation_; }
64 void set_rotation(Rotation rotation) { rotation_ = rotation; }
111 Rotation rotation_; member in class:gfx::Display
display.cc 58 rotation_(ROTATE_0) {
64 rotation_(ROTATE_0) {
72 rotation_(ROTATE_0) {
  /external/chromium_org/ash/display/
display_info.h 83 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; }
84 gfx::Display::Rotation rotation() const { return rotation_; }
108 // (|rotation_| and |ui_scale_|). |rotation_| and |ui_scale_| are copied
146 gfx::Display::Rotation rotation_; member in class:ash::internal::DisplayInfo
display_info.cc 124 rotation_(gfx::Display::ROTATE_0),
137 rotation_(gfx::Display::ROTATE_0),
165 // Rotation_ and ui_scale_ are given by preference, or unit
169 rotation_ = native_info.rotation_;
172 // Don't copy insets as it may be given by preference. |rotation_|
193 if (rotation_ == gfx::Display::ROTATE_90 ||
194 rotation_ == gfx::Display::ROTATE_270)
210 int rotation_degree = static_cast<int>(rotation_) * 90;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.h 120 virtual int GetRotation() const { return rotation_; }
145 int rotation_; member in class:cricket::WebRtcVideoFrame
webrtcvideoframe.cc 190 time_stamp_, rotation_);
199 pixel_width_, pixel_height_, elapsed_time_, time_stamp_, rotation_);
256 rotation_ = rotation;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 130 this.rotation_ = 0; //Keeps count of rotation angle of extension icon.
142 this.rotation_ += (1 / this.animationFrames_);
145 if (this.rotation_ <= 1) {
161 this.canvasContext_.rotate(2 * Math.PI * this.getSector(this.rotation_));
189 this.rotation_ = 0;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 130 this.rotation_ = 0; //Keeps count of rotation angle of extension icon.
142 this.rotation_ += (1 / this.animationFrames_);
145 if (this.rotation_ <= 1) {
161 this.canvasContext_.rotate(2 * Math.PI * this.getSector(this.rotation_));
189 this.rotation_ = 0;
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 423 rotation_(rotation) {
431 SkBitmapOperations::Rotate(image_rep.sk_bitmap(), rotation_);
437 const SkBitmapOperations::RotationAmount rotation_; member in class:gfx::__anon16715::RotatedSource

Completed in 2070 milliseconds