Lines Matching defs:clippedRect
1272 SkIRect clippedRect;1275 clippedRect = *rect;1277 if (clippedRect.intersect(rtRect)) {1278 rect = &clippedRect;