Lines Matching refs:SkIRect
182 fClip.op(SkIRect::MakeWH(width, height), SkRegion::kIntersect_Op);
187 updateClip->op(SkIRect::MakeXYWH(x, y, width, height),
195 SkIRect deviceR;
629 SkIRect bounds;
654 bool SkCanvas::readPixels(const SkIRect& srcRect, SkBitmap* bitmap) {
660 SkIRect bounds;
681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
682 SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height()))) {
741 const SkIRect& bounds,
781 SkIRect* intersection) {
782 SkIRect clipBounds;
786 SkIRect ir;
830 SkIRect ir;
1308 SkIRect deviceIBounds;
1370 SkIRect ir;
1437 SkIRect idst;
1439 return !SkIRect::Intersects(idst, fMCRec->fRasterClip->getBounds());
1471 SkIRect ibounds;
1504 bool SkCanvas::getClipDeviceBounds(SkIRect* bounds) const {
1802 const SkIRect& center, const SkRect& dst,
1818 SkIRect c = center;
1868 void SkCanvas::drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,