Lines Matching defs:srcRect
960 SkIRect srcRect, r;961 srcRect.set(0, 0, this->width(), this->height());962 if (!r.intersect(srcRect, subset)) {