Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkCanvas.h2302 bool SK_WARN_UNUSED_RESULT predrawNotify(bool willOverwritesEntireSurface = false);
/third_party/flutter/skia/include/core/
DSkCanvas.h2560 void 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()
/third_party/flutter/skia/src/core/
DSkCanvas.cpp147 void SkCanvas::predrawNotify(bool willOverwritesEntireSurface) { in predrawNotify() argument
149 fSurfaceBase->aboutToDraw(willOverwritesEntireSurface in predrawNotify()