Home | History | Annotate | Download | only in core

Lines Matching defs:srcRect

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