Lines Matching defs:bounds
995 // set the mask's bounds to the transformed bitmap-bounds,
996 // clipped to the actual device and further limited by the clip bounds
998 SkASSERT(fDst.bounds().contains(fRC->getBounds()));
999 SkIRect devBounds = fDst.bounds();
1142 const SkIRect bounds = SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height());
1144 if (fRC->quickReject(bounds)) {
1162 SkScan::FillIRect(bounds, *fRC, blitter);
1171 r.set(bounds);
1209 SkIRect* bounds) {
1210 // init our bounds from the path
1211 *bounds = devPathBounds.makeOutset(SK_ScalarHalf, SK_ScalarHalf).roundOut();
1219 srcM.fBounds = *bounds;
1226 // (possibly) trim the bounds to reflect the clip
1236 if (!bounds->intersect(clipBounds->makeOutset(std::min(margin.fX, MAX_MARGIN),