Home
last modified time | relevance | path

Searched defs:resetCanvas (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/include/utils/
H A DSkNoDrawCanvas.h30 void resetCanvas(int w, int h) { this->resetForNextPicture(SkIRect::MakeWH(w, h)); } in resetCanvas() function
31 void resetCanvas(const SkIRect& rect) { this->resetForNextPicture(rect); } in resetCanvas() function