Home | History | Annotate | Download | only in pipe

Lines Matching full:degrees

244     virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
601 bool SkGPipeCanvas::rotate(SkScalar degrees) {
602 if (degrees) {
606 fWriter.writeScalar(degrees);
609 return this->INHERITED::rotate(degrees);