OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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