Searched refs:resetCanvas (Results 1 – 5 of 5) sorted by relevance
32 void resetCanvas(int w, int h) { this->resetForNextPicture(SkIRect::MakeWH(w, h)); } in resetCanvas() function33 void resetCanvas(const SkIRect& rect) { this->resetForNextPicture(rect); } in resetCanvas() function
35 void resetCanvas(int width, int height) { in resetCanvas() function
17 this->resetCanvas(bounds.right(), bounds.bottom()); in reset()
62 this->resetCanvas(rounded.right(), rounded.bottom()); in reset()
77 this->resetCanvas(safe_picture_bounds(bounds)); in reset()