Searched refs:preRotate (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPMatrixInterface.cpp | 101 matrix->preRotate(SkFloatToScalar(degrees)); in anp_preRotate() 161 ASSIGN(i, preRotate); in ANPMatrixInterfaceV0_Init()
|
D | android_npapi.h | 298 void (*preRotate)(ANPMatrix*, float degrees); member
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 34 void preRotate(Axis, SkScalar degrees);
|
/external/skia/src/animator/ |
D | SkDrawMatrix.h | 46 fMatrix.preRotate(degrees, center.fX, center.fY); in rotate()
|
/external/skia/gm/ |
D | shapes.cpp | 70 fMatrixRefs[3]->preRotate(SkIntToScalar(30), c, c); in ShapesGM()
|
/external/skia/samplecode/ |
D | SampleShapes.cpp | 115 fMatrixRefs[3]->preRotate(angle, c, c); in onDrawContent()
|
/external/skia/include/core/ |
D | SkMatrix.h | 233 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py); 237 bool preRotate(SkScalar degrees);
|
/external/skia/src/utils/ |
D | SkColorMatrix.cpp | 56 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) { in preRotate() function in SkColorMatrix
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextRecording.cpp | 177 mCurrentMatrix.preRotate(SkFloatToScalar(value)); in rotate()
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 387 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
|
D | SkCanvas.cpp | 980 return fMCRec->fMatrix->preRotate(degrees); in rotate()
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 684 fVerticalMatrix.preRotate(SkIntToScalar(90)); in SkScalerContext_Mac()
|