Lines Matching refs:clippedSaveLayerBounds
860 SkIRect clippedSaveLayerBounds;
864 clippedSaveLayerBounds = inputSaveLayerBounds;
868 clippedSaveLayerBounds = clipBounds;
872 if (!clippedSaveLayerBounds.intersect(clipBounds)) {
880 SkASSERT(!clippedSaveLayerBounds.isEmpty());
884 fMCRec->fRasterClip.setRect(clippedSaveLayerBounds);
885 fDeviceClipBounds = qr_clip_bounds(clippedSaveLayerBounds);
889 *intersection = clippedSaveLayerBounds;