Home | History | Annotate | Download | only in core

Lines Matching defs:srcRect

780     SkIRect srcRect, r;
781 srcRect.set(0, 0, this->width(), this->height());
782 if (!r.intersect(srcRect, subset)) {