Home
last modified time | relevance | path

Searched refs:embiggen (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkMergeImageFilter.cpp91 bool embiggen = false; in onFilterImage() local
92 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
/external/skqp/src/core/
DSkImageFilter.cpp34 bool embiggen, in applyTo() argument
44 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo()
51 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo()
58 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo()
63 if (embiggen || devICropR.fBottom < cropped->fBottom) { in applyTo()
/external/skqp/src/effects/imagefilters/
DSkMergeImageFilter.cpp62 bool embiggen = false; in onFilterImage() local
63 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
/external/skia/src/core/
DSkImageFilter.cpp336 bool embiggen, SkIRect* cropped) const { in applyTo() argument
345 if (embiggen || devICropR.fLeft > cropped->fLeft) { in applyTo()
352 if (embiggen || devICropR.fTop > cropped->fTop) { in applyTo()
359 if (embiggen || devICropR.fRight < cropped->fRight) { in applyTo()
364 if (embiggen || devICropR.fBottom < cropped->fBottom) { in applyTo()
DSkImageFilter_Base.h167 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
/external/skqp/include/core/
DSkImageFilter.h115 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,