Home | History | Annotate | Download | only in effects

Lines Matching defs:srcIRect

191     SkIRect srcIRect;
192 srcRect.roundOut(&srcIRect);
198 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
199 radiusX, srcIRect.height());
215 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
216 srcIRect.width(), radiusY);
232 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
233 srcIRect.width() + 1, 1);
235 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
236 1, srcIRect.height());