Lines Matching defs:aboutToDraw
166 if (!fSurfaceBase->aboutToDraw(willOverwritesEntireSurface
188 if (!fSurfaceBase->aboutToDraw(mode)) {
363 skstd::optional<AutoLayerForImageFilter> SkCanvas::aboutToDraw(
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(this, paint, &oval);
2092 auto layer = this->aboutToDraw(this, paint, &oval);
2116 auto layer = this->aboutToDraw(this, paint, &bounds);
2128 auto layer = this->aboutToDraw(this, paint, &bounds);
2148 auto layer = this->aboutToDraw(this, paint, &pathBounds);
2241 auto layer = this->aboutToDraw(this, realPaint, &bounds);
2257 auto layer = this->aboutToDraw(this, realPaint, &dst, CheckForOverwrite::kYes,
2273 auto layer = this->aboutToDraw(this, realPaint, &dst);
2314 auto layer = this->aboutToDraw(this, paint, &bounds);
2429 auto layer = this->aboutToDraw(this, simplePaint, &bounds);
2460 auto layer = this->aboutToDraw(this, simplePaint, &bounds);
2510 auto layer = this->aboutToDraw(this, realPaint);
2576 auto layer = this->aboutToDraw(this, realPaint, setBoundsValid ? &setBounds : nullptr);