Home | History | Annotate | Download | only in core

Lines Matching refs:CropRect

33     class CropRect {
42 CropRect() {}
43 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge) : fRect(rect), fFlags(flags) {}
201 SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL);
204 explicit SkImageFilter(SkImageFilter* input, const CropRect* cropRect = NULL);
207 SkImageFilter(SkImageFilter* input1, SkImageFilter* input2, const CropRect* cropRect = NULL);
293 CropRect fCropRect;