Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkMergeImageFilter.cpp63 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
/external/skia/include/core/
DSkImageFilter.h211 CropRect getCropRect() const { return fCropRect; } in getCropRect() function
/external/skia/gm/
Doffsetimagefilter.cpp123 SkImageFilter::CropRect cr = imgf->getCropRect(); in doDraw()
/external/skia/src/core/
DSkImageFilter.cpp258 this->getCropRect().applyTo(bounds, ctm, this->affectsTransparentBlack(), &dst); in filterBounds()