Searched refs:rotate (Results 1 - 25 of 169) sorted by relevance

1234567

/external/webkit/Source/WebCore/svg/
H A DSVGTextPositioningElement.idl33 readonly attribute SVGAnimatedNumberList rotate;
H A DSVGTextPositioningElement.h49 DECLARE_ANIMATED_NUMBER_LIST(Rotate, rotate)
H A DSVGMatrix.h64 SVGMatrix rotate(double d) function in class:WebCore::SVGMatrix
67 copy.rotate(d);
H A DSVGMatrix.idl41 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotate(in float angle);
H A DSVGAnimateMotionElement.cpp105 String rotate = getAttribute(SVGNames::rotateAttr); local
106 if (rotate == autoVal)
108 if (rotate == autoReverse)
210 transform->rotate(angle);
/external/jmonkeyengine/engine/src/test/jme3test/input/
H A DTestCameraNode.java48 * WASD keys, rotate by dragging the mouse.
55 boolean rotate = false; field in class:TestCameraNode
132 if (name.equals("rotateRight") && rotate) {
133 teaNode.rotate(0, 5 * tpf, 0);
135 if (name.equals("rotateLeft") && rotate) {
136 teaNode.rotate(0, -5 * tpf, 0);
144 rotate = true;
148 rotate = false;
/external/chromium-trace/src/shared/css/
H A Dtrash.css44 -webkit-transform: rotate(-45deg);
50 -webkit-transform: rotate(45deg);
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
H A DSDL_wsconsvideo.h63 int rotate; member in struct:SDL_PrivateVideoData
H A DSDL_wsconsvideo.c210 private->rotate = WSCONS_ROTATE_NONE;
215 private->rotate = WSCONS_ROTATE_NONE;
219 private->rotate = WSCONS_ROTATE_NONE;
223 private->rotate = WSCONS_ROTATE_CW;
227 private->rotate = WSCONS_ROTATE_CCW;
231 private->rotate = WSCONS_ROTATE_UD;
252 if (private->rotate == WSCONS_ROTATE_NONE ||
253 private->rotate == WSCONS_ROTATE_UD) {
294 if (private->rotate == WSCONS_ROTATE_CW ||
295 private->rotate
[all...]
/external/stlport/test/unit/
H A Drotate_test.cpp40 rotate((int*)numbers, numbers + 3, numbers + 6);
53 rotate(v1.begin(), v1.begin()+1, v1.end());
65 rotate(v1.begin(), v1.begin()+2, v1.end());
77 rotate(v1.begin(), v1.begin()+7, v1.end());
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DTestRayCasting.java77 teapot.rotate(FastMath.HALF_PI, FastMath.HALF_PI, FastMath.HALF_PI);
91 teapot.rotate(0,tpf,0);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h77 void rotate(float);
92 void rotate(float) {} function in class:WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h67 void rotate(float) {} function in class:WebCore::GraphicsContextPlatformPrivate
83 void rotate(float);
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestBareBonesApp.java74 boxGeom.rotate(tpf * 2, tpf * 4, tpf * 3);
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloLoop.java44 * rotate continuously. */
69 // make the player rotate:
70 player.rotate(0, 2*tpf, 0);
H A DHelloNode.java44 * You can rotate, translate, and scale objects by manipulating their parent nodes.
80 pivot.rotate(.4f,.4f,0f);
/external/llvm/include/llvm/ADT/
H A DHashing.h177 /// \brief Bitwise right rotate.
180 inline uint64_t rotate(uint64_t val, size_t shift) { function in namespace:llvm::hashing::detail
217 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
225 return hash_16_bytes(rotate(a - b, 43) + rotate(c ^ seed, 30) + d,
226 a + rotate(b ^ k3, 20) - c + len + seed);
232 uint64_t b = rotate(a + z, 52);
233 uint64_t c = rotate(a, 37);
235 c += rotate(a, 7);
238 uint64_t vs = b + rotate(
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
H A DTestCustomAnim.java131 Quaternion rotate = new Quaternion();
132 rotate.fromAngleAxis(tpf, Vector3f.UNIT_X);
135 rotation.multLocal(rotate);
/external/skia/samplecode/
H A DSampleCircle.cpp95 static void rotate(SkCanvas* canvas, SkScalar angle, SkScalar px, SkScalar py) { function in class:CircleView
97 canvas->rotate(angle);
114 canvas->rotate(SkIntToScalar(10) * (n - 3));
/external/chromium/chrome/browser/resources/ntp4/
H A Drecently_closed.css19 -webkit-transform: rotate(270deg);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
H A DCalculationBone.java98 public Spatial rotate(Quaternion rot, int frame) { method in class:CalculationBone
99 Spatial spatial = super.rotate(rot);
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
H A DTestBillboard.java100 n.rotate(0, tpf, 0);
102 n2.rotate(0, 0, -tpf);
/external/libyuv/
H A DAndroid.mk15 files/source/rotate.cc \
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestPhysicsCar.java137 wheels1.rotate(0, FastMath.HALF_PI, 0);
145 wheels2.rotate(0, FastMath.HALF_PI, 0);
153 wheels3.rotate(0, FastMath.HALF_PI, 0);
161 wheels4.rotate(0, FastMath.HALF_PI, 0);
/external/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);

Completed in 401 milliseconds

1234567