Home
last modified time | relevance | path

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

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