Home
last modified time | relevance | path

Searched refs:preRotate (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebKit/android/plugins/
DANPMatrixInterface.cpp101 matrix->preRotate(SkFloatToScalar(degrees)); in anp_preRotate()
161 ASSIGN(i, preRotate); in ANPMatrixInterfaceV0_Init()
Dandroid_npapi.h263 void (*preRotate)(ANPMatrix*, float degrees); member
/external/skia/include/effects/
DSkColorMatrix.h41 void preRotate(Axis, SkScalar degrees);
/external/skia/src/animator/
DSkDrawMatrix.h54 fMatrix.preRotate(degrees, center.fX, center.fY); in rotate()
/external/skia/include/core/
DSkMatrix.h181 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py);
185 bool preRotate(SkScalar degrees);
/external/skia/gm/
Dshapes.cpp86 fMatrixRefs[3]->preRotate(SkIntToScalar(30), c, c); in onDraw()
/external/skia/src/utils/
DSkColorMatrix.cpp53 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) in preRotate() function in SkColorMatrix
/external/skia/src/core/
DSkMatrix.cpp314 bool SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { in preRotate() function in SkMatrix
320 bool SkMatrix::preRotate(SkScalar degrees) { in preRotate() function in SkMatrix
DSkCanvas.cpp784 return fMCRec->fMatrix->preRotate(degrees); in rotate()