Home | History | Annotate | Download | only in utils

Lines Matching full:degrees

750 bool SkDeferredCanvas::rotate(SkScalar degrees) {
751 this->drawingCanvas()->rotate(degrees);
752 bool val = this->INHERITED::rotate(degrees);