Home | History | Annotate | Download | only in core

Lines Matching defs:clipBounds

838     SkIRect clipBounds;
840 if (!this->getClipDeviceBounds(&clipBounds)) {
845 imageFilter->filterBounds(clipBounds, fMCRec->fMatrix, &clipBounds);
856 if (!ir.intersect(clipBounds)) {
863 ir = clipBounds;
1224 SkIRect clipBounds = SkIRect::MakeWH(srcDev->width(), srcDev->height());
1226 SkImageFilter::Context ctx(matrix, clipBounds, cache.get());
1264 SkIRect clipBounds = SkIRect::MakeWH(bitmap.width(), bitmap.height());
1266 SkImageFilter::Context ctx(matrix, clipBounds, cache.get());