Home | History | Annotate | Download | only in core

Lines Matching full:degrees

83         90 degrees.
232 /** Set the matrix to rotate by the specified number of degrees, with a
236 void setRotate(SkScalar degrees, SkScalar px, SkScalar py);
237 /** Set the matrix to rotate about (0,0) by the specified number of degrees.
239 void setRotate(SkScalar degrees);
279 M' = M * R(degrees, px, py)
281 void preRotate(SkScalar degrees, SkScalar px, SkScalar py);
283 M' = M * R(degrees)
285 void preRotate(SkScalar degrees);
316 M' = R(degrees, px, py) * M
318 void postRotate(SkScalar degrees, SkScalar px, SkScalar py);
320 M' = R(degrees) * M
322 void postRotate(SkScalar degrees);
711 90 degrees.