Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkNoDrawCanvas.h32 void resetCanvas(int w, int h) { this->resetForNextPicture(SkIRect::MakeWH(w, h)); } in resetCanvas() function
33 void resetCanvas(const SkIRect& rect) { this->resetForNextPicture(rect); } in resetCanvas() function
/external/skqp/include/utils/
DSkNoDrawCanvas.h35 void resetCanvas(int width, int height) { in resetCanvas() function
/external/skqp/src/core/
DSkLiteRecorder.cpp17 this->resetCanvas(bounds.right(), bounds.bottom()); in reset()
DSkRecorder.cpp62 this->resetCanvas(rounded.right(), rounded.bottom()); in reset()
/external/skia/src/core/
DSkRecorder.cpp77 this->resetCanvas(safe_picture_bounds(bounds)); in reset()