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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRotate.java 48 mLocalRep.rotateCW();
  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 48 void rotateCW(SkIPoint* dst) const;
53 void rotateCW() { this->rotateCW(this); }
273 void rotateCW(SkPoint* dst) const;
278 void rotateCW() { this->rotateCW(this); }
  /external/skia/include/core/
SkPoint.h 48 void rotateCW(SkIPoint* dst) const;
53 void rotateCW() { this->rotateCW(this); }
273 void rotateCW(SkPoint* dst) const;
278 void rotateCW() { this->rotateCW(this); }
  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 12 void SkIPoint::rotateCW(SkIPoint* dst) const {
55 void SkPoint::rotateCW(SkPoint* dst) const {
SkStrokerPriv.cpp 45 normal.rotateCW(&parallel);
SkPath.cpp     [all...]
  /external/skia/src/core/
SkPoint.cpp 12 void SkIPoint::rotateCW(SkIPoint* dst) const {
55 void SkPoint::rotateCW(SkPoint* dst) const {
SkStrokerPriv.cpp 45 normal.rotateCW(&parallel);
SkPath.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java 89 public void rotateCW() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 664 r.rotateCW();
    [all...]

Completed in 281 milliseconds