Home
last modified time | relevance | path

Searched refs:aboutToDraw (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkCanvas.cpp166 if (!fSurfaceBase->aboutToDraw(willOverwritesEntireSurface in predrawNotify()
188 if (!fSurfaceBase->aboutToDraw(mode)) { in predrawNotify()
363 skstd::optional<AutoLayerForImageFilter> SkCanvas::aboutToDraw( in aboutToDraw() function in SkCanvas
1955 sk_ignore_unused_variable(fSurfaceBase->aboutToDraw(SkSurface::kDiscard_ContentChangeMode));
1970 auto layer = this->aboutToDraw(this, paint, nullptr, CheckForOverwrite::kYes);
1998 auto layer = this->aboutToDraw(this, strokePaint, &bounds);
2010 auto layer = this->aboutToDraw(this, paint, &r, CheckForOverwrite::kYes);
2022 auto layer = this->aboutToDraw(this, paint, &bounds);
2064 auto layer = this->aboutToDraw(this, paint);
2078 auto layer = this->aboutToDraw(thi
[all...]
/third_party/skia/src/image/
H A DSkSurface.cpp124 bool SkSurface_Base::aboutToDraw(ContentChangeMode mode) { in aboutToDraw() function in SkSurface_Base
201 sk_ignore_unused_variable(asSB(this)->aboutToDraw(mode)); in notifyContentWillChange()
307 if (!asSB(this)->aboutToDraw(mode)) { in writePixels()
H A DSkSurface_Base.h150 bool SK_WARN_UNUSED_RESULT aboutToDraw(ContentChangeMode mode);
152 // Returns true if there is an outstanding image-snapshot, indicating that a call to aboutToDraw
/third_party/skia/include/core/
H A DSkCanvas.h2360 skstd::optional<AutoLayerForImageFilter> aboutToDraw(

Completed in 9 milliseconds