Searched refs:rawBounds (Results 1 – 1 of 1) sorted by relevance
427 const SkRect& rawBounds, in apply_paint_to_bounds_sans_imagefilter() argument432 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter()434 return rawBounds; in apply_paint_to_bounds_sans_imagefilter()445 const SkRect* rawBounds = nullptr) : fOrigPaint(paint) { in AutoDrawLooper() argument485 if (rawBounds) { in AutoDrawLooper()487 rawBounds = &apply_paint_to_bounds_sans_imagefilter(*fPaint, *rawBounds, &storage); in AutoDrawLooper()489 (void)canvas->internalSaveLayer(SkCanvas::SaveLayerRec(rawBounds, &tmp), in AutoDrawLooper()