Searched refs:foregroundBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkXfermodeImageFilter.cpp72 SkIRect bounds, foregroundBounds; local
73 if (!applyCropRect(ctx, foreground, foregroundOffset, &foregroundBounds)) {
74 foregroundBounds.setEmpty();
81 bounds.join(foregroundBounds);
99 canvas.clipRect(SkRect::Make(foregroundBounds), SkRegion::kDifference_Op);
/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp64 SkIRect bounds, foregroundBounds; local
65 if (!applyCropRect(ctx, foreground, foregroundOffset, &foregroundBounds)) {
66 foregroundBounds.setEmpty();
73 bounds.join(foregroundBounds);
91 canvas.clipRect(SkRect::Make(foregroundBounds), SkRegion::kDifference_Op);

Completed in 326 milliseconds