Lines Matching full:degrees
69 90 degrees.
201 /** Set the matrix to rotate by the specified number of degrees, with a
205 void setRotate(SkScalar degrees, SkScalar px, SkScalar py);
206 /** Set the matrix to rotate about (0,0) by the specified number of degrees.
208 void setRotate(SkScalar degrees);
245 M' = M * R(degrees, px, py)
247 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py);
249 M' = M * R(degrees)
251 bool preRotate(SkScalar degrees);
282 M' = R(degrees, px, py) * M
284 bool postRotate(SkScalar degrees, SkScalar px, SkScalar py);
286 M' = R(degrees) * M
288 bool postRotate(SkScalar degrees);
615 90 degrees.