Lines Matching refs:rotateMatrix
131 SkMatrix rotateMatrix;132 rotateMatrix.setRotate((SkScalar)fDegrees);133 path->transform(rotateMatrix);