/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 | 109 // Updates |device_scale_factor_| and |rotation_| based on |display|. 185 gfx::Display::Rotation rotation_; member in class:WebCursor
|
/external/chromium_org/ui/gfx/ |
display.h | 74 Rotation rotation() const { return rotation_; } 75 void set_rotation(Rotation rotation) { rotation_ = rotation; } 125 Rotation rotation_; member in class:gfx::Display
|
display.cc | 60 rotation_(ROTATE_0), 67 rotation_(ROTATE_0), 76 rotation_(ROTATE_0),
|
/external/chromium_org/ash/display/ |
display_info.cc | 139 rotation_(gfx::Display::ROTATE_0), 153 rotation_(gfx::Display::ROTATE_0), 183 // Rotation_ and ui_scale_ are given by preference, or unit 187 rotation_ = native_info.rotation_; 190 // Don't copy insets as it may be given by preference. |rotation_| 217 if (rotation_ == gfx::Display::ROTATE_90 || 218 rotation_ == gfx::Display::ROTATE_270) 234 int rotation_degree = static_cast<int>(rotation_) * 90;
|
display_info.h | 88 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } 89 gfx::Display::Rotation rotation() const { return rotation_; } 126 // user (|rotation_| and |configured_ui_scale_|). |rotation_| and 164 gfx::Display::Rotation rotation_; member in class:ash::internal::DisplayInfo
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoframe.h | 102 virtual int GetRotation() const { return rotation_; } 130 int rotation_; member in class:cricket::WebRtcVideoFrame
|
webrtcvideoframe.cc | 230 time_stamp_, rotation_); 239 pixel_width_, pixel_height_, elapsed_time_, time_stamp_, rotation_); 296 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/google_apis/drive/ |
drive_api_parser.h | 439 int rotation() const { return rotation_; } 443 void set_rotation(int rotation) { rotation_ = rotation; } 454 int rotation_; member in class:google_apis::ImageMediaMetadata
|
drive_api_parser.cc | 693 rotation_(-1) {} 705 &ImageMediaMetadata::rotation_);
|
/external/chromium_org/ui/gfx/image/ |
image_skia_operations.cc | 415 rotation_(rotation) { 423 SkBitmapOperations::Rotate(image_rep.sk_bitmap(), rotation_); 429 const SkBitmapOperations::RotationAmount rotation_; member in class:gfx::__anon17613::RotatedSource
|