HomeSort by relevance Sort by last modified time
    Searched full:clockwise (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/Gallery2/src/com/android/camera/ui/
RotatableLayout.java 33 * (i.e. counter clockwise). Similarly, when the screen changes to portrait, we
35 * is a clockwise rotation.
88 boolean clockwise = isClockWiseRotation(mPrevRotation, rotation);
89 rotateLayout(clockwise);
93 protected void rotateLayout(boolean clockwise) {
103 rotateChildren(clockwise);
106 protected void rotateChildren(boolean clockwise) {
110 rotate(child, clockwise);
112 if (mListener != null) mListener.onRotation(clockwise ? 90 : 270);
FaceView.java 49 // indicator should be rotated 90 degrees counter-clockwise.
209 mMatrix.postRotate(mOrientation); // postRotate is clockwise
210 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 39 // indicator should be rotated 90 degrees counter-clockwise.
129 mMatrix.postRotate(mOrientation); // postRotate is clockwise
130 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /external/libyuv/files/include/libyuv/
rotate.h 24 kRotate90 = 90, // Rotate 90 degrees clockwise.
26 kRotate270 = 270, // Rotate 270 degrees clockwise.
  /external/skia/src/gpu/
GrGpuVertex.h 54 // rect fan is counter-clockwise
79 // counter-clockwise fan
  /external/skia/include/utils/
SkBoundaryPatch.h 25 // Edge index goes clockwise around the boundary, beginning at the "top"
  /external/skia/legacy/include/utils/
SkBoundaryPatch.h 23 // Edge index goes clockwise around the boundary, beginning at the "top"
  /packages/apps/Gallery2/src/com/android/camera/
Exif.java 38 // Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Exif.java 29 // Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
  /external/skia/include/core/
SkPoint.h 45 /** Rotate the point clockwise, writing the new point into dst
50 /** Rotate the point clockwise, writing the new point back into the point
55 /** Rotate the point counter-clockwise, writing the new point into dst.
60 /** Rotate the point counter-clockwise, writing the new point back into
175 // counter-clockwise fan
185 // counter-clockwise fan
265 /** Rotate the point clockwise by 90 degrees, writing the answer into dst.
270 /** Rotate the point clockwise by 90 degrees, writing the answer back into
275 /** Rotate the point counter-clockwise by 90 degrees, writing the answer
280 /** Rotate the point counter-clockwise by 90 degrees, writing the answe
    [all...]
  /external/skia/legacy/include/core/
SkPoint.h 47 /** Rotate the point clockwise, writing the new point into dst
52 /** Rotate the point clockwise, writing the new point back into the point
57 /** Rotate the point counter-clockwise, writing the new point into dst.
62 /** Rotate the point counter-clockwise, writing the new point back into
172 // counter-clockwise fan
182 // counter-clockwise fan
256 /** Rotate the point clockwise by 90 degrees, writing the answer into dst.
261 /** Rotate the point clockwise by 90 degrees, writing the answer back into
266 /** Rotate the point counter-clockwise by 90 degrees, writing the answer
271 /** Rotate the point counter-clockwise by 90 degrees, writing the answe
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 168 bool clockwise) {
179 /* Note if clockwise and the sign of the sweep disagree. This particular
182 if (clockwise && (sweep > 0 || sweep < -g2PI)) {
184 } else if (!clockwise && (sweep < 0 || sweep > g2PI)) {
195 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep %g treat as circle\n", sa, ea, clockwise, sweep);
206 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep=%g ssweep=%g\n", sa, ea, clockwise, sweep, SkScalarToFloat(sweepDegrees));
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 45 * top-left corner (remaining pairs correspond clockwise).
53 * top-left corner (remaining pairs correspond clockwise).
ArcShape.java 25 * angle and sweeps clockwise, drawing slices of pie.
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 103 // Construct and transform a vector oriented at the specified clockwise
111 // Derive the transformed vector's clockwise angle from vertical.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java 33 // vertices are added in a clockwise orientation (when viewed from the outside)
  /external/qemu/distrib/sdl-1.2.15/
README.wscons 48 screen is rotated 90 degrees anti-clockwise.
52 clockwise, counter clockwise, and upside-down rotation respectively.
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 48 // indicator should be rotated 90 degrees counter-clockwise.
198 mMatrix.postRotate(mOrientation); // postRotate is clockwise
199 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /external/jpeg/
jpegtran.1 81 Rotate image 90 degrees clockwise.
87 Rotate image 270 degrees clockwise (or 90 ccw).
201 This example rotates an image 90 degrees clockwise, discarding any
  /external/qemu/distrib/jpeg-6b/
jpegtran.1 81 Rotate image 90 degrees clockwise.
87 Rotate image 270 degrees clockwise (or 90 ccw).
201 This example rotates an image 90 degrees clockwise, discarding any
  /system/core/include/system/
graphics.h 256 * HAL_TRANSFORM_ROT_90 is applied CLOCKWISE and AFTER HAL_TRANSFORM_FLIP_{H|V}.
265 /* rotate source image 90 degrees clockwise */
269 /* rotate source image 270 degrees clockwise */
  /external/freetype/include/freetype/
ftoutln.h 468 * According to the TrueType specification, clockwise contours must
469 * be filled, and counter-clockwise ones must be unfilled.
472 * According to the PostScript specification, counter-clockwise contours
473 * must be filled, and clockwise ones must be unfilled.
  /external/webkit/Source/WebCore/manual-tests/
interrupted-compound-transform.html 65 In this test you should see a blue diamond spinning in the clockwise direction. After 1.5 seconds it should stop
  /frameworks/av/include/camera/
CameraBase.h 36 * camera image needs to be rotated clockwise so it shows correctly on the
  /packages/apps/Camera/src/com/android/camera/
Exif.java 32 // Returns the degrees in clockwise. Values are 0, 90, 180, or 270.

Completed in 2221 milliseconds

1 2 3 4 5 6 7 8 9