Home | History | Annotate | Download | only in effects

Lines Matching refs:CropRect

21                                       const CropRect* cropRect = NULL) {
22 return SkNEW_ARGS(SkMergeImageFilter, (first, second, mode, cropRect));
26 const CropRect* cropRect = NULL) {
27 return SkNEW_ARGS(SkMergeImageFilter, (filters, count, modes, cropRect));
35 const CropRect* cropRect = NULL);
38 const CropRect* cropRect = NULL);