Home
last modified time | relevance | path

Searched refs:willOverwritesEntireSurface (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/core/
DSkCanvas.h2344 bool SK_WARN_UNUSED_RESULT predrawNotify(bool willOverwritesEntireSurface = false);
/third_party/skia/src/core/
DSkCanvas.cpp159 bool SkCanvas::predrawNotify(bool willOverwritesEntireSurface) { in predrawNotify() argument
161 if (!fSurfaceBase->aboutToDraw(willOverwritesEntireSurface in predrawNotify()