Lines Matching full:bounds
1146 // set the mask's bounds to the transformed bitmap-bounds,
1295 SkIRect bounds;
1296 bounds.set(x, y, x + bitmap.width(), y + bitmap.height());
1298 if (fRC->quickReject(bounds)) {
1312 SkScan::FillIRect(bounds, *fRC, blitter);
1321 r.set(bounds);
1429 SkIRect* bounds = &mask.fBounds;
1438 bounds = &storage;
1452 state.blitMask(mask, *bounds);
2279 SkIRect* bounds) {
2284 // init our bounds from the path
2288 pathBounds.roundOut(bounds);
2297 srcM.fBounds = *bounds;
2305 // (possibly) trim the bounds to reflect the clip
2318 if (!bounds->intersect(tmp)) {