HomeSort by relevance Sort by last modified time
    Searched refs:Rotate (Results 1 - 25 of 43) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/
SVGTextPositioningElement.h 49 DECLARE_ANIMATED_NUMBER_LIST(Rotate, rotate)
SVGTextPositioningElement.cpp 40 DEFINE_ANIMATED_NUMBER_LIST(SVGTextPositioningElement, SVGNames::rotateAttr, Rotate, rotate)
  /external/srec/srec/clib/
jacobi.c 38 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,
  /external/skia/legacy/src/animator/
SkMatrixParts.h 39 DECLARE_MEMBER_INFO(Rotate);
SkDisplayType.cpp 176 CASE_NEW(Rotate);
331 CASE_GET_INFO(Rotate);
498 { "rotate", SkType_Rotate INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkMatrixParts.h 39 DECLARE_MEMBER_INFO(Rotate);
SkDisplayType.cpp 176 CASE_NEW(Rotate);
331 CASE_GET_INFO(Rotate);
498 { "rotate", SkType_Rotate INIT_BOOL_FIELDS },
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 194 class Rotate : public Operation {
196 Rotate(float angleInRadians) : m_angle(angleInRadians) {}
198 context->rotate(m_angle);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 216 // Rotate right.
234 // Rotate left.
v.js 317 // Rotate the camera around y-axis.
338 // Rotate the scene around y-axis.
  /external/v8/tools/
splaytree.js 242 // Rotate right.
260 // Rotate left.
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 596 inline void Rotate(TRect& aRect)
640 Rotate(sourceRect);
641 Rotate(updateRect);
dsa.cpp 1028 inline void Rotate(TRect& aRect)
1078 Rotate(sourceRect);
1079 Rotate(updateRect);
dsa_new.cpp 913 inline void Rotate(TRect& aRect)
963 Rotate(sourceRect);
964 Rotate(updateRect);
1011 Rotate(sourceRect);
1012 Rotate(updateRect);
  /external/v8/benchmarks/
splay.js 311 // Rotate right.
329 // Rotate left.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 290 // Rotate right.
308 // Rotate left.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 290 // Rotate right.
308 // Rotate left.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 306 // Rotate right.
324 // Rotate left.
  /external/skia/legacy/src/xml/
SkJSDisplayable.cpp 167 JS_INIT(Sk, Rotate)
  /external/skia/src/xml/
SkJSDisplayable.cpp 167 JS_INIT(Sk, Rotate)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 398 void GraphicsContext::rotate(float angle) function in class:WebCore::GraphicsContext
403 gc->Rotate(angle);
  /external/llvm/unittests/ADT/
APIntTest.cpp 495 TEST(APIntTest, Rotate) {
  /external/skia/tests/
CanvasTest.cpp 296 SIMPLE_TEST_STEP_WITH_ASSERT(Rotate, rotate(SkIntToScalar(1)));
563 canvas->rotate(SkIntToScalar(30));
585 canvas->rotate(SkIntToScalar(30));
    [all...]

Completed in 734 milliseconds

1 2