HomeSort by relevance Sort by last modified time
    Searched refs:rotate (Results 126 - 150 of 479) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLight.java 119 signpost.rotate(0, FastMath.HALF_PI, 0);
TestTransparentShadow.java 73 geom.rotate(-FastMath.HALF_PI, 0, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestParallax.java 107 signpost.rotate(0, FastMath.HALF_PI, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentCartoonEdge.java 41 geom.rotate(-FastMath.HALF_PI, 0, 0);
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 524 public void rotate(double theta) method in class:OverrideGraphics2D
526 graphics.rotate(theta);
529 public void rotate(double theta, double x, double y) method in class:OverrideGraphics2D
531 graphics.rotate(theta, x, y);
  /external/skia/include/utils/
SkCamera.h 109 void rotate(SkScalar x, SkScalar y, SkScalar z) {} function in class:SkPatch3D
SkDeferredCanvas.h 137 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
SkDumpCanvas.h 77 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
SkProxyCanvas.h 36 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
  /external/skia/legacy/include/utils/
SkCamera.h 109 void rotate(SkScalar x, SkScalar y, SkScalar z) {} function in class:SkPatch3D
SkDumpCanvas.h 68 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
SkProxyCanvas.h 36 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
  /external/skia/tests/
MatrixTest.cpp 145 SkMatrix rotate; local
146 rotate.setRotate(128 * SK_Scalar1);
147 REPORTER_ASSERT(reporter, SkScalarAbs(SK_Scalar1 - rotate.getMaxStretch()) <= SK_ScalarNearlyZero);
163 SkMatrix baseMats[] = {scale, rot90Scale, rotate,
300 // rotate
314 // rotate + translate
320 // rotate + uniform scale
326 // rotate + non-uniform scale
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.cpp 128 PassRefPtr<WebKitCSSMatrix> WebKitCSSMatrix::rotate(double rotX, double rotY, double rotZ) const function in class:WebCore::WebKitCSSMatrix
WebKitCSSMatrix.h 122 // If rotY and rotZ are NaN, rotate about Z (rotX=0, rotateY=0, rotateZ=rotX).
126 PassRefPtr<WebKitCSSMatrix> rotate(double rotX, double rotY, double rotZ) const;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 103 AffineTransform& rotate(double d);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMarker.cpp 125 transform.rotate(markerAngle == -1 ? autoAngle : markerAngle);
  /external/webkit/Source/WebCore/svg/
SVGTextPositioningElement.cpp 40 DEFINE_ANIMATED_NUMBER_LIST(SVGTextPositioningElement, SVGNames::rotateAttr, Rotate, rotate)
SVGTransform.cpp 110 m_matrix.rotate(angle);
154 return makeString("rotate(", String::number(m_angle), ' ', String::number(cx), ' ', String::number(cy), ')');
155 return makeString("rotate(", String::number(m_angle), ')');
  /frameworks/base/libs/hwui/
Matrix.h 149 void rotate(float angle, float x, float y, float z) { function in class:android::uirenderer::Matrix4
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
SettingsView.java 68 mRotationLockContainer = findViewById(R.id.rotate);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ScaledTextActivity.java 135 canvas.rotate(45.0f, width * 3.0f / 2.0f, 0.0f);
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 240 enum rotation rotate; member in struct:fimg2d_param
  /packages/apps/Camera/src/com/android/camera/ui/
RotateImageView.java 33 * A @{code ImageView} which can rotate it's content.
63 // Rotate the view counter-clockwise
134 canvas.rotate(-mCurrentDegree);
RotateLayout.java 34 // capabilities to rotate the item.
125 canvas.rotate(-mOrientation, 0, 0);
179 // Rotate the view counter-clockwise
195 // The workaround invalidates the entire rotate layout. After

Completed in 959 milliseconds

1 2 3 4 56 7 8 91011>>