HomeSort by relevance Sort by last modified time
    Searched refs:CropRect (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/skia/include/effects/
SkLightingImageFilter.h 22 sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
25 sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
29 sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
32 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
35 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr)
    [all...]
SkMergeImageFilter.h 16 const CropRect* cropRect = nullptr);
19 const CropRect* cropRect = nullptr) {
24 return Make(array, 2, cropRect);
38 SkMergeImageFilter(sk_sp<SkImageFilter>* const filters, int count, const CropRect* cropRect);
SkMagnifierImageFilter.h 19 const CropRect* cropRect = nullptr);
28 const CropRect* cropRect);
SkPaintImageFilter.h 25 static sk_sp<SkImageFilter> Make(const SkPaint& paint, const CropRect* cropRect = nullptr);
39 SkPaintImageFilter(const SkPaint& paint, const CropRect* rect);
SkAlphaThresholdFilter.h 26 const SkImageFilter::CropRect* cropRect = nullptr);
SkArithmeticImageFilter.h 18 const SkImageFilter::CropRect* cropRect);
SkBlurImageFilter.h 29 const SkImageFilter::CropRect* cropRect = nullptr,
SkMorphologyImageFilter.h 41 const CropRect* cropRect);
61 const CropRect* cropRect = nullptr);
72 const CropRect* cropRect)
73 : INHERITED(radiusX, radiusY, input, cropRect) {}
83 const CropRect* cropRect = nullptr);
93 sk_sp<SkImageFilter> input, const CropRect* cropRect
    [all...]
SkColorFilterImageFilter.h 19 const CropRect* cropRect = nullptr);
36 const CropRect* cropRect);
SkOffsetImageFilter.h 18 const CropRect* cropRect = nullptr);
33 SkOffsetImageFilter(SkScalar dx, SkScalar dy, sk_sp<SkImageFilter> input, const CropRect*);
SkXfermodeImageFilter.h 23 const SkImageFilter::CropRect* cropRect);
SkDisplacementMapEffect.h 32 const CropRect* cropRect = nullptr);
52 const CropRect* cropRect);
  /external/skqp/include/effects/
SkLightingImageFilter.h 22 sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
25 sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
29 sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
32 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr);
35 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect* cropRect = nullptr)
    [all...]
SkMergeImageFilter.h 16 const CropRect* cropRect = nullptr);
19 const CropRect* cropRect = nullptr) {
24 return Make(array, 2, cropRect);
38 SkMergeImageFilter(sk_sp<SkImageFilter>* const filters, int count, const CropRect* cropRect);
SkMagnifierImageFilter.h 19 const CropRect* cropRect = nullptr);
28 const CropRect* cropRect);
SkPaintImageFilter.h 25 static sk_sp<SkImageFilter> Make(const SkPaint& paint, const CropRect* cropRect = nullptr);
39 SkPaintImageFilter(const SkPaint& paint, const CropRect* rect);
SkAlphaThresholdFilter.h 26 const SkImageFilter::CropRect* cropRect = nullptr);
SkArithmeticImageFilter.h 18 const SkImageFilter::CropRect* cropRect);
SkBlurImageFilter.h 29 const SkImageFilter::CropRect* cropRect = nullptr,
SkMorphologyImageFilter.h 41 const CropRect* cropRect);
61 const CropRect* cropRect = nullptr);
72 const CropRect* cropRect)
73 : INHERITED(radiusX, radiusY, input, cropRect) {}
83 const CropRect* cropRect = nullptr);
93 sk_sp<SkImageFilter> input, const CropRect* cropRect
    [all...]
SkColorFilterImageFilter.h 19 const CropRect* cropRect = nullptr);
36 const CropRect* cropRect);
SkOffsetImageFilter.h 18 const CropRect* cropRect = nullptr);
33 SkOffsetImageFilter(SkScalar dx, SkScalar dy, sk_sp<SkImageFilter> input, const CropRect*);
SkXfermodeImageFilter.h 23 const SkImageFilter::CropRect* cropRect);
  /external/skia/include/core/
SkImageFilter.h 86 class CropRect {
95 CropRect() {}
96 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
105 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
112 * so the matrix is ignored for those. It is only applied the croprect's bounds.
222 CropRect getCropRect() const { return fCropRect; }
258 * Attempt to unflatten the cropRect and the expected number of input filters.
267 const CropRect& cropRect() const { return fCropRect;
    [all...]
  /external/skqp/include/core/
SkImageFilter.h 86 class CropRect {
95 CropRect() {}
96 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
105 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
112 * so the matrix is ignored for those. It is only applied the croprect's bounds.
222 CropRect getCropRect() const { return fCropRect; }
258 * Attempt to unflatten the cropRect and the expected number of input filters.
267 const CropRect& cropRect() const { return fCropRect;
    [all...]

Completed in 167 milliseconds

1 2 3 4 5