Searched refs:embiggen (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/effects/imagefilters/ |
D | SkMergeImageFilter.cpp | 91 bool embiggen = false; in onFilterImage() local 92 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
|
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 34 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/ |
D | SkMergeImageFilter.cpp | 62 bool embiggen = false; in onFilterImage() local 63 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 336 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()
|
D | SkImageFilter_Base.h | 167 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
/external/skqp/include/core/ |
D | SkImageFilter.h | 115 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|