Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/plugins/
DANPMatrixInterface.cpp105 matrix->postRotate(SkFloatToScalar(degrees)); in anp_postRotate()
162 ASSIGN(i, postRotate); in ANPMatrixInterfaceV0_Init()
Dandroid_npapi.h286 void (*postRotate)(ANPMatrix*, float degrees); member
/external/skia/include/effects/
DSkColorMatrix.h42 void postRotate(Axis, SkScalar degrees);
/external/skia/include/core/
DSkMatrix.h224 bool postRotate(SkScalar degrees, SkScalar px, SkScalar py);
228 bool postRotate(SkScalar degrees);
/external/skia/tests/
DMatrixTest.cpp71 mat.postRotate(SkIntToScalar(25)); in TestMatrix()
/external/skia/src/utils/
DSkColorMatrix.cpp60 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) in postRotate() function in SkColorMatrix
/external/skia/src/core/
DSkMatrix.cpp326 bool SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate() function in SkMatrix
332 bool SkMatrix::postRotate(SkScalar degrees) { in postRotate() function in SkMatrix
/external/webkit/WebCore/
DChangeLog-2005-12-1919254 (SVGMatrixImpl::postRotate):
DChangeLog-2006-12-3151982 (SVGMatrix::postRotate):