Searched refs:resetCanvas (Results 1 – 2 of 2) 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
114 this->resetCanvas(safe_picture_bounds(bounds)); in reset()