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

  /external/webkit/WebCore/svg/
SVGTextPositioningElement.h 47 DECLARE_ANIMATED_PROPERTY(SVGTextPositioningElement, SVGNames::rotateAttr, SVGNumberList*, 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/src/animator/
SkMatrixParts.h 47 DECLARE_MEMBER_INFO(Rotate);
SkDisplayType.cpp 184 CASE_NEW(Rotate);
339 CASE_GET_INFO(Rotate);
506 { "rotate", SkType_Rotate INIT_BOOL_FIELDS },
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /external/skia/src/gl/
SkGL.h 242 static inline void Rotate(SkScalar angle) {
  /external/v8/tools/
splaytree.js 237 // Rotate right.
255 // Rotate left.
  /external/v8/benchmarks/
splay.js 295 // Rotate right.
313 // Rotate left.
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 290 // Rotate right.
308 // Rotate left.
  /external/skia/src/xml/
SkJSDisplayable.cpp 175 JS_INIT(Sk, Rotate)
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 378 void GraphicsContext::rotate(float angle) function in class:WebCore::GraphicsContext
383 gc->Rotate(angle);
  /external/clearsilver/imd/
imd.cs 197 &nbsp; Rotate:
198 <A HREF="<?cs var:CGI.PathInfo ?>?album=<?cs var:Album ?>&picture=<?cs var:url_escape(Picture) ?>&rotate=-90">Left</A> -
199 <A HREF="<?cs var:CGI.PathInfo ?>?album=<?cs var:Album ?>&picture=<?cs var:url_escape(Picture) ?>&rotate=90">Right</A> -
200 <A HREF="<?cs var:CGI.PathInfo ?>?album=<?cs var:Album ?>&picture=<?cs var:url_escape(Picture) ?>&rotate=180">Flip</A>
  /external/dropbear/libtomcrypt/
crypt.tex 313 \caption{Rotate Macros}
    [all...]

Completed in 5519 milliseconds