HomeSort by relevance Sort by last modified time
    Searched full:foregroundbounds (Results 1 - 1 of 1) sorted by null

  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 59 SkIRect bounds, foregroundBounds;
62 if (!applyCropRect(ctx, foregroundSrcBounds, &foregroundBounds)) {
63 foregroundBounds.setEmpty();
72 bounds.join(foregroundBounds);
90 canvas.clipRect(SkRect::Make(foregroundBounds), SkRegion::kDifference_Op);

Completed in 60 milliseconds