Home | History | Annotate | Download | only in core

Lines Matching defs:srcRect

791     SkIRect srcRect, r;
792 srcRect.set(0, 0, this->width(), this->height());
793 if (!r.intersect(srcRect, subset)) {