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

  /external/chromium_org/ui/base/cursor/
cursor_loader.h 19 CursorLoader() : scale_(1.f), rotation_(gfx::Display::ROTATE_0) {}
23 return rotation_;
27 rotation_ = rotation;
69 gfx::Display::Rotation rotation_; member in class:ui::CursorLoader
  /external/chromium_org/content/common/cursors/
webcursor_ozone.cc 22 device_scale_factor_, rotation_, &bitmap, &hotspot);
29 if (rotation_ == display.rotation() &&
34 rotation_ = display.rotation();
45 rotation_ = gfx::Display::ROTATE_0;
webcursor.h 109 // Updates |device_scale_factor_| and |rotation_| based on |display|.
181 gfx::Display::Rotation rotation_; member in class:content::WebCursor
  /external/chromium_org/ui/gfx/
display.cc 61 rotation_(ROTATE_0),
68 rotation_(ROTATE_0),
77 rotation_(ROTATE_0),
88 switch (rotation_) {
106 rotation_ = ROTATE_0;
109 rotation_ = ROTATE_90;
112 rotation_ = ROTATE_180;
115 rotation_ = ROTATE_270;
display.h 74 Rotation rotation() const { return rotation_; }
75 void set_rotation(Rotation rotation) { rotation_ = rotation; }
127 Rotation rotation_; member in class:gfx::Display
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.h 75 int rotation_; member in class:metadata::ImageMetadataExtractor
image_metadata_extractor.cc 303 rotation_(-1),
337 return rotation_;
417 rotation_ = 0;
421 rotation_ = 180;
425 rotation_ = 90;
429 rotation_ = 270;
  /external/chromium_org/ash/display/
display_info.h 106 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; }
107 gfx::Display::Rotation rotation() const { return rotation_; }
155 // user (|rotation_| and |configured_ui_scale_|). |rotation_| and
226 gfx::Display::Rotation rotation_; member in class:ash::DisplayInfo
display_info.cc 215 rotation_(gfx::Display::ROTATE_0),
232 rotation_(gfx::Display::ROTATE_0),
265 // Rotation_ and ui_scale_ color_profile_ are given by preference,
269 rotation_ = native_info.rotation_;
276 // Don't copy insets as it may be given by preference. |rotation_|
313 if (rotation_ == gfx::Display::ROTATE_90 ||
314 rotation_ == gfx::Display::ROTATE_270)
339 int rotation_degree = static_cast<int>(rotation_) * 90;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.h 101 virtual int GetRotation() const { return rotation_; }
129 int rotation_; member in class:cricket::WebRtcVideoFrame
webrtcvideoframe.cc 224 time_stamp_, rotation_);
233 pixel_width_, pixel_height_, elapsed_time_, time_stamp_, rotation_);
290 rotation_ = rotation;
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 84 int rotation_; member in class:media::VideoCaptureDeviceLinux
video_capture_device_linux.cc 143 rotation_(0) {
194 // |rotation_| can be set directly.
195 rotation_ = rotation;
202 rotation_ = rotation;
416 rotation_, local
  /external/chromium_org/media/base/
audio_video_metadata_extractor.h 93 int rotation_; member in class:media::AudioVideoMetadataExtractor
audio_video_metadata_extractor.cc 65 rotation_(-1),
159 return rotation_;
245 if (ExtractInt(tag, "rotate", &rotation_)) continue;
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 78 * The rotation angle is this.rotation_ * 90.
82 this.rotation_ = 0;
181 this.rotation_ = rotation;
191 return this.rotation_;
382 this.rotation_ = 0;
398 if (this.rotation_ % 2 == 0) {
452 viewport.rotation_ = this.rotation_;
464 if (this.rotation_ % 2) {
472 'rotate(' + (this.rotation_ * 90) + 'deg)'
    [all...]
  /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 404 int rotation() const { return rotation_; }
408 void set_rotation(int rotation) { rotation_ = rotation; }
419 int rotation_; member in class:google_apis::ImageMediaMetadata
drive_api_parser.cc 670 rotation_(-1) {}
682 &ImageMediaMetadata::rotation_);
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 411 rotation_(rotation) {
419 SkBitmapOperations::Rotate(image_rep.sk_bitmap(), rotation_);
425 const SkBitmapOperations::RotationAmount rotation_; member in class:gfx::__anon570::RotatedSource

Completed in 4576 milliseconds