/frameworks/base/core/java/android/util/ |
Base64OutputStream.java | 137 coder.output = embiggen(coder.output, coder.maxOutputSize(len)); 148 private byte[] embiggen(byte[] b, int len) { method in class:Base64OutputStream
|
/external/skia/src/effects/ |
SkMergeImageFilter.cpp | 62 bool embiggen = false; local 63 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds);
|
/external/skqp/src/effects/ |
SkMergeImageFilter.cpp | 62 bool embiggen = false; local 63 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds);
|
/external/skia/src/core/ |
SkImageFilter.cpp | 63 bool embiggen, 73 if (embiggen || devICropR.fLeft > cropped->fLeft) { 80 if (embiggen || devICropR.fTop > cropped->fTop) { 87 if (embiggen || devICropR.fRight < cropped->fRight) { 92 if (embiggen || devICropR.fBottom < cropped->fBottom) {
|
/external/skqp/src/core/ |
SkImageFilter.cpp | 63 bool embiggen, 73 if (embiggen || devICropR.fLeft > cropped->fLeft) { 80 if (embiggen || devICropR.fTop > cropped->fTop) { 87 if (embiggen || devICropR.fRight < cropped->fRight) { 92 if (embiggen || devICropR.fBottom < cropped->fBottom) {
|
/external/skia/include/core/ |
SkImageFilter.h | 106 * set, then the corresponding edge from imageBounds will be used. If "embiggen" 114 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
/external/skqp/include/core/ |
SkImageFilter.h | 106 * set, then the corresponding edge from imageBounds will be used. If "embiggen" 114 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|