Home | History | Annotate | Download | only in core

Lines Matching defs:CropRect

90     class CropRect {
99 CropRect() {}
100 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
106 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
113 * so the matrix is ignored for those. It is only applied the croprect's bounds.
227 CropRect getCropRect() const { return fCropRect; }
276 * Attempt to unflatten the cropRect and the expected number of input filters.
285 const CropRect& cropRect() const { return fCropRect; }
292 CropRect fCropRect;
297 SkImageFilter(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect);
312 const CropRect* getCropRectIfSet() const {
385 * colorfilter w/o CropRect constraints.
465 void init(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect);
473 CropRect fCropRect;