Home
last modified time | relevance | path

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

/third_party/skia/include/utils/
DSkNoDrawCanvas.h33 void resetCanvas(int w, int h) { this->resetForNextPicture(SkIRect::MakeWH(w, h)); } in resetCanvas() function
34 void resetCanvas(const SkIRect& rect) { this->resetForNextPicture(rect); } in resetCanvas() function