/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
PathTraversalState.h | 68 float m_normalAngle; // degrees
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftsynth.h | 70 /* Slant an outline glyph to the right by about 12 degrees. */
|
/external/chromium_org/third_party/skia/src/animator/ |
SkMatrixParts.h | 43 SkScalar degrees; member in class:SkRotate
|
SkMatrixParts.cpp | 40 SK_MEMBER(degrees, Float) 47 SkRotate::SkRotate() : degrees(0) { 52 fMatrix->rotate(degrees, center);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchyRecord.h | 34 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/utils/ |
SkLuaCanvas.cpp | 125 bool SkLuaCanvas::rotate(SkScalar degrees) { 127 lua.pushScalar(degrees, "degrees"); 128 return this->INHERITED::rotate(degrees);
|
/external/freetype/include/freetype/ |
ftsynth.h | 70 /* Slant an outline glyph to the right by about 12 degrees. */
|
/external/jpeg/ |
jpegtran.1 | 81 Rotate image 90 degrees clockwise. 84 Rotate image 180 degrees. 87 Rotate image 270 degrees clockwise (or 90 ccw). 201 This example rotates an image 90 degrees clockwise, discarding any
|
/external/kernel-headers/original/asm-arm/ |
byteorder.h | 29 * right thing and not screw it up to different degrees
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.1 | 81 Rotate image 90 degrees clockwise. 84 Rotate image 180 degrees. 87 Rotate image 270 degrees clockwise (or 90 ccw). 201 This example rotates an image 90 degrees clockwise, discarding any
|
/external/skia/src/animator/ |
SkMatrixParts.h | 43 SkScalar degrees; member in class:SkRotate
|
SkMatrixParts.cpp | 40 SK_MEMBER(degrees, Float) 47 SkRotate::SkRotate() : degrees(0) { 52 fMatrix->rotate(degrees, center);
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.h | 34 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
|
/external/skia/src/utils/ |
SkLuaCanvas.cpp | 125 bool SkLuaCanvas::rotate(SkScalar degrees) { 127 lua.pushScalar(degrees, "degrees"); 128 return this->INHERITED::rotate(degrees);
|
/packages/apps/Camera2/src_pd/com/android/camera/util/ |
PhotoSphereHelper.java | 30 // Whether a panorama is 360 degrees
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
Transition3d.java | 23 * rotates the list by 90 degrees on the Y axis and the second half rotates 24 * the picture by 90 degrees on the Y axis. When the first half finishes, the 117 * is rotated 90 degrees and thus invisible.
|
/external/chromium_org/cc/animation/ |
transform_operations.cc | 120 SkMScalar degrees) { 122 to_add.matrix.RotateAbout(gfx::Vector3dF(x, y, z), degrees); local 127 to_add.rotate.angle = degrees;
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
EqualPowerPanner.cpp | 90 // Pan smoothly from left to right with azimuth going from -90 -> +90 degrees. 95 // by transforming the "azimuth" value from -90 -> 0 degrees into the range -90 -> +90. 99 // by transforming the "azimuth" value from 0 -> +90 degrees into the range -90 -> +90.
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 119 public static float radians(float degrees) { 120 return degrees * DEG_TO_RAD; 123 public static float degrees(float radians) { method in class:MathUtils
|
/frameworks/base/core/java/android/view/animation/ |
RotateAnimation.java | 167 float degrees = mFromDegrees + ((mToDegrees - mFromDegrees) * interpolatedTime); local 171 t.getMatrix().setRotate(degrees); 173 t.getMatrix().setRotate(degrees, mPivotX * scale, mPivotY * scale);
|
/hardware/libhardware/include/hardware/ |
hwcomposer_defs.h | 122 /* rotate source image 90 degrees clock-wise */ 124 /* rotate source image 180 degrees */ 126 /* rotate source image 270 degrees clock-wise */
|
/frameworks/av/services/camera/libcameraservice/api1/ |
CameraClient.cpp | 945 int CameraClient::getOrientation(int degrees, bool mirror) { 947 if (degrees == 0) return 0; 948 else if (degrees == 90) return HAL_TRANSFORM_ROT_90; 949 else if (degrees == 180) return HAL_TRANSFORM_ROT_180; 950 else if (degrees == 270) return HAL_TRANSFORM_ROT_270; 952 if (degrees == 0) { // FLIP_H and ROT_0 954 } else if (degrees == 90) { // FLIP_H and ROT_90 956 } else if (degrees == 180) { // FLIP_H and ROT_180 958 } else if (degrees == 270) { // FLIP_H and ROT_270 962 ALOGE("Invalid setDisplayOrientation degrees=%d", degrees) [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 138 // Degrees by which we rotate the image. 139 int degrees = 0; local 142 degrees = 90; 147 degrees = 180; 152 degrees = 270; 156 rotateAndScaleImage(inputFilename, degrees, outputFile); 157 return degrees != 0;
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
WindowOrientationListener.java | 204 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing. 223 // We work with all angles in degrees in this class. 262 // If the tilt angle has increased by at least delta degrees within the specified amount 327 // The tilt angle range in degrees for each orientation. 345 // The gap angle in degrees between adjacent orientation angles for hysteresis. 461 // the screen) in a range of [-90, 90] degrees. 462 // -90 degrees: screen horizontal and facing the ground (overhead) 463 // 0 degrees: screen vertical 464 // 90 degrees: screen horizontal and facing the sky (on table) 490 // the +y-axis, increasing clockwise in a range of [0, 360] degrees [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
CameraOrientationActivity.java | 267 int degrees = mPreviewOrientations.get(mNextPreviewOrientation); local 268 mCamera.setDisplayOrientation(degrees); 489 int degrees = mPreviewOrientations.get(mNextPreviewOrientation); 497 degrees = (360 - degrees) % 360; // compensate the mirror 507 mat.postRotate(degrees);
|