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

  /external/chromium_org/ash/rotator/
screen_rotation.cc 36 degrees_(degrees) {
45 if (degrees_ == 0) {
61 switch (degrees_) {
83 new ui::InterpolatedRotation(0, degrees_)));
screen_rotation.h 54 int degrees_; member in class:ash::ScreenRotation
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 84 SkScalar degrees_ = SkFloatToScalar(degrees); local
87 obj->setRotate(degrees_, px_, py_);
91 SkScalar degrees_ = SkFloatToScalar(degrees); local
92 obj->setRotate(degrees_);
148 SkScalar degrees_ = SkFloatToScalar(degrees); local
151 return obj->preRotate(degrees_, px_, py_);
155 SkScalar degrees_ = SkFloatToScalar(degrees); local
156 return obj->preRotate(degrees_);
198 SkScalar degrees_ = SkFloatToScalar(degrees); local
201 return obj->postRotate(degrees_, px_, py_)
205 SkScalar degrees_ = SkFloatToScalar(degrees); local
    [all...]
Canvas.cpp 221 SkScalar degrees_ = SkFloatToScalar(degrees); local
222 (void)GraphicsJNI::getNativeCanvas(env, jcanvas)->rotate(degrees_);
    [all...]

Completed in 59 milliseconds