Searched refs:preRotate (Results 1 - 12 of 12) sorted by relevance

/external/skia/include/effects/
H A DSkColorMatrix.h34 void preRotate(Axis, SkScalar degrees);
/external/webkit/Source/WebKit/android/plugins/
H A DANPMatrixInterface.cpp101 matrix->preRotate(SkFloatToScalar(degrees));
161 ASSIGN(i, preRotate);
H A Dandroid_npapi.h298 void (*preRotate)(ANPMatrix*, float degrees); member in struct:ANPMatrixInterfaceV0
/external/skia/src/animator/
H A DSkDrawMatrix.h46 fMatrix.preRotate(degrees, center.fX, center.fY);
/external/skia/gm/
H A Dshapes.cpp70 fMatrixRefs[3]->preRotate(SkIntToScalar(30), c, c);
/external/skia/samplecode/
H A DSampleShapes.cpp115 fMatrixRefs[3]->preRotate(angle, c, c);
/external/skia/include/core/
H A DSkMatrix.h233 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py);
237 bool preRotate(SkScalar degrees);
/external/skia/src/utils/
H A DSkColorMatrix.cpp56 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) { function in class:SkColorMatrix
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp676 mCurrentMatrix->preRotate(SkFloatToScalar(value));
/external/skia/src/core/
H A DSkMatrix.cpp387 bool SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { function in class:SkMatrix
393 bool SkMatrix::preRotate(SkScalar degrees) { function in class:SkMatrix
H A DSkCanvas.cpp981 return fMCRec->fMatrix->preRotate(degrees);
/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp684 fVerticalMatrix.preRotate(SkIntToScalar(90));

Completed in 209 milliseconds