Home | History | Annotate | Download | only in core

Lines Matching defs:srcRect

783     SkIRect srcRect, r;
784 srcRect.set(0, 0, this->width(), this->height());
785 if (!r.intersect(srcRect, subset)) {