Searched refs:AutoLayerForImageFilter (Results 1 – 2 of 2) sorted by relevance
296 class AutoLayerForImageFilter { class303 AutoLayerForImageFilter(SkCanvas* canvas, in AutoLayerForImageFilter() function in AutoLayerForImageFilter336 AutoLayerForImageFilter(const AutoLayerForImageFilter&) = delete;337 AutoLayerForImageFilter& operator=(const AutoLayerForImageFilter&) = delete;338 AutoLayerForImageFilter(AutoLayerForImageFilter&&) = default;339 AutoLayerForImageFilter& operator=(AutoLayerForImageFilter&&) = default;341 ~AutoLayerForImageFilter() { in ~AutoLayerForImageFilter()358 skstd::optional<AutoLayerForImageFilter> SkCanvas::aboutToDraw( in aboutToDraw()374 return skstd::optional<AutoLayerForImageFilter>(canvas, paint, rawBounds); in aboutToDraw()
40 class AutoLayerForImageFilter; variable2324 skstd::optional<AutoLayerForImageFilter> aboutToDraw(2423 friend class AutoLayerForImageFilter; variable