Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkCanvas.h1415 void predrawNotify(bool willOverwritesEntireSurface = false);
/external/skia/src/core/
DSkCanvas.cpp213 void SkCanvas::predrawNotify(bool willOverwritesEntireSurface) { in predrawNotify() argument
215 fSurfaceBase->aboutToDraw(willOverwritesEntireSurface in predrawNotify()