Home
last modified time | relevance | path

Searched refs:getCropRect (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkMergeImageFilter.cpp99 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
/external/skia/src/core/
DSkImageFilter.cpp68 skif::ParameterSpace<SkRect>(as_IFB(this)->getCropRect().rect())).roundOut(); in filterBounds()
84 as_IFB(this)->getCropRect().applyTo( in filterBounds()
312 as_IFB(this)->getCropRect().applyTo( in getOutputBounds()
DSkImageFilter_Base.h260 CropRect getCropRect() const { return fCropRect; } in getCropRect() function