Searched refs:Rotate (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGTextPositioningElement.h49 DECLARE_ANIMATED_NUMBER_LIST(Rotate, rotate)
H A DSVGTextPositioningElement.cpp40 DEFINE_ANIMATED_NUMBER_LIST(SVGTextPositioningElement, SVGNames::rotateAttr, Rotate, rotate)
/external/srec/srec/clib/
H A Djacobi.c38 static void Rotate(double **a, int dim, int i, int j, int k, int l, double s,
144 for (k = 0 ; k < i; k++) Rotate(a, dim, k, i, k, j, s, tau);
145 for (k = i + 1; k < j; k++) Rotate(a, dim, i, k, k, j, s, tau);
146 for (k = j + 1; k < dim; k++) Rotate(a, dim, i, k, j, k, s, tau);
148 for (k = 0; k < dim; k++) Rotate(v, dim, k, i, k, j, s, tau);
193 static void Rotate(double **a, int dim, int i, int j, int k, int l, double s, function
/external/skia/src/animator/
H A DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
H A DSkDisplayType.cpp176 CASE_NEW(Rotate);
331 CASE_GET_INFO(Rotate);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h191 class Rotate : public Operation { class in namespace:WebCore::GraphicsOperation
193 Rotate(float angleInRadians) : m_angle(angleInRadians) {} function in class:WebCore::GraphicsOperation::Rotate
H A DPlatformGraphicsContextRecording.cpp677 appendStateOperation(NEW_OP(Rotate)(angleInRadians));
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp596 inline void Rotate(TRect& aRect) function
640 Rotate(sourceRect);
641 Rotate(updateRect);
H A Ddsa.cpp1028 inline void Rotate(TRect& aRect) function
1078 Rotate(sourceRect);
1079 Rotate(updateRect);
H A Ddsa_new.cpp913 inline void Rotate(TRect& aRect) function
963 Rotate(sourceRect);
964 Rotate(updateRect);
1011 Rotate(sourceRect);
1012 Rotate(updateRect);
/external/skia/src/xml/
H A DSkJSDisplayable.cpp167 JS_INIT(Sk, Rotate)
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp403 gc->Rotate(angle);
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp487 TEST(APIntTest, Rotate) {
/external/skia/tests/
H A DCanvasTest.cpp238 SIMPLE_TEST_STEP_WITH_ASSERT(Rotate, rotate(SkIntToScalar(1)));
/external/dropbear/libtomcrypt/
H A Dcrypt.tex313 \caption{Rotate Macros}

Completed in 344 milliseconds