/external/skqp/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 28 SkImageFilter* outer = this->getInput(0); in computeFastBounds() 29 SkImageFilter* inner = this->getInput(1); in computeFastBounds() 41 innerClipBounds = this->getInput(0)->filterBounds(ctx.clipBounds(), ctx.ctm(), in onFilterImage() 67 SkASSERT(2 == this->countInputs() && this->getInput(0) && this->getInput(1)); in onMakeColorSpace() 69 auto input0 = xformer->apply(this->getInput(0)); in onMakeColorSpace() 70 auto input1 = xformer->apply(this->getInput(1)); in onMakeColorSpace() 71 if (input0.get() != this->getInput(0) || input1.get() != this->getInput(1)) { in onMakeColorSpace() 79 SkImageFilter* outer = this->getInput(0); in onFilterBounds() 80 SkImageFilter* inner = this->getInput(1); in onFilterBounds() 88 return SkComposeImageFilter::Make(common.getInput(0), common.getInput(1)); in CreateProc()
|
D | SkXfermodeImageFilter.cpp | 102 return SkXfermodeImageFilter::Make((SkBlendMode)mode, common.getInput(0), in CreateProc() 103 common.getInput(1), &common.cropRect()); in CreateProc() 189 return this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, dir, inputRect) : src; in onFilterBounds() 192 return this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, dir, inputRect) : src; in onFilterBounds() 226 auto background = xformer->apply(this->getInput(0)); in onMakeColorSpace() 227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() 228 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
|
D | SkOffsetImageFilter.cpp | 85 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 86 if (input.get() != this->getInput(0)) { in onMakeColorSpace() 94 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() 113 return Make(offset.x(), offset.y(), common.getInput(0), &common.cropRect()); in CreateProc()
|
D | SkColorFilterImageFilter.cpp | 33 sk_ref_sp(input->getInput(0)), in Make() 53 return Make(std::move(cf), common.getInput(0), &common.cropRect()); in CreateProc() 124 sk_sp<SkImageFilter> input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 126 if (this->getInput(0) != input.get() || fColorFilter != colorFilter) { in onMakeColorSpace()
|
D | SkArithmeticImageFilter.cpp | 106 return SkArithmeticImageFilter::Make(k[0], k[1], k[2], k[3], enforcePMColor, common.getInput(0), in CreateProc() 107 common.getInput(1), &common.cropRect()); in CreateProc() 241 auto i2 = this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, dir, nullptr) : src; in onFilterBounds() 242 auto i1 = this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, dir, nullptr) : src; in onFilterBounds() 438 auto background = xformer->apply(this->getInput(0)); in onMakeColorSpace() 439 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() 440 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
|
D | SkDropShadowImageFilter.cpp | 53 return Make(dx, dy, sigmaX, sigmaY, color, shadowMode, common.getInput(0), &common.cropRect()); in CreateProc() 120 sk_sp<SkImageFilter> input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 122 if (input.get() != this->getInput(0) || color != fColor) { in onMakeColorSpace() 130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkTileImageFilter.cpp | 123 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 124 if (input.get() != this->getInput(0)) { in onMakeColorSpace() 152 return Make(src, dst, common.getInput(0)); in CreateProc()
|
/external/skia/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 28 SkImageFilter* outer = this->getInput(0); in computeFastBounds() 29 SkImageFilter* inner = this->getInput(1); in computeFastBounds() 41 innerClipBounds = this->getInput(0)->filterBounds(ctx.clipBounds(), ctx.ctm(), in onFilterImage() 67 SkASSERT(2 == this->countInputs() && this->getInput(0) && this->getInput(1)); in onMakeColorSpace() 69 auto input0 = xformer->apply(this->getInput(0)); in onMakeColorSpace() 70 auto input1 = xformer->apply(this->getInput(1)); in onMakeColorSpace() 71 if (input0.get() != this->getInput(0) || input1.get() != this->getInput(1)) { in onMakeColorSpace() 79 SkImageFilter* outer = this->getInput(0); in onFilterBounds() 80 SkImageFilter* inner = this->getInput(1); in onFilterBounds() 88 return SkComposeImageFilter::Make(common.getInput(0), common.getInput(1)); in CreateProc()
|
D | SkXfermodeImageFilter.cpp | 104 return SkXfermodeImageFilter::Make((SkBlendMode)mode, common.getInput(0), in CreateProc() 105 common.getInput(1), &common.cropRect()); in CreateProc() 191 return this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, dir, inputRect) : src; in onFilterBounds() 194 return this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, dir, inputRect) : src; in onFilterBounds() 228 auto background = xformer->apply(this->getInput(0)); in onMakeColorSpace() 229 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() 230 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
|
D | SkOffsetImageFilter.cpp | 85 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 86 if (input.get() != this->getInput(0)) { in onMakeColorSpace() 94 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() 113 return Make(offset.x(), offset.y(), common.getInput(0), &common.cropRect()); in CreateProc()
|
D | SkColorFilterImageFilter.cpp | 33 sk_ref_sp(input->getInput(0)), in Make() 53 return Make(std::move(cf), common.getInput(0), &common.cropRect()); in CreateProc() 124 sk_sp<SkImageFilter> input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 126 if (this->getInput(0) != input.get() || fColorFilter != colorFilter) { in onMakeColorSpace()
|
D | SkArithmeticImageFilter.cpp | 107 return SkArithmeticImageFilter::Make(k[0], k[1], k[2], k[3], enforcePMColor, common.getInput(0), in CreateProc() 108 common.getInput(1), &common.cropRect()); in CreateProc() 242 auto i2 = this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, dir, nullptr) : src; in onFilterBounds() 243 auto i1 = this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, dir, nullptr) : src; in onFilterBounds() 439 auto background = xformer->apply(this->getInput(0)); in onMakeColorSpace() 440 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() 441 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
|
D | SkDropShadowImageFilter.cpp | 53 return Make(dx, dy, sigmaX, sigmaY, color, shadowMode, common.getInput(0), &common.cropRect()); in CreateProc() 120 sk_sp<SkImageFilter> input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 122 if (input.get() != this->getInput(0) || color != fColor) { in onMakeColorSpace() 130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkTileImageFilter.cpp | 123 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 124 if (input.get() != this->getInput(0)) { in onMakeColorSpace() 152 return Make(src, dst, common.getInput(0)); in CreateProc()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/ |
D | Pack200CompressorInputStream.java | 196 return streamBridge.getInput().read(); in read() 201 return streamBridge.getInput().read(b); in read() 206 return streamBridge.getInput().read(b, off, count); in read() 211 return streamBridge.getInput().available(); in available() 217 return streamBridge.getInput().markSupported(); in markSupported() 226 streamBridge.getInput().mark(limit); in mark() 234 streamBridge.getInput().reset(); in reset() 239 return IOUtils.skip(streamBridge.getInput(), count); in skip()
|
/external/skqp/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 39 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0)); in CreateProc() 57 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(ctm, fLocalM), dir, inputRect); in onFilterBounds() 62 SkASSERT(1 == this->countInputs() && this->getInput(0)); in onMakeColorSpace() 64 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 65 if (input.get() != this->getInput(0)) { in onMakeColorSpace()
|
D | SkMatrixImageFilter.cpp | 40 return Make(matrix, buffer.read32LE(kLast_SkFilterQuality), common.getInput(0)); in CreateProc() 102 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 103 if (input.get() != this->getInput(0)) { in onMakeColorSpace() 110 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkImageFilter.cpp | 151 SkImageFilter* input = this->getInput(i); in flatten() 215 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() 217 SkImageFilter* input = this->getInput(i); in computeFastBounds() 232 SkImageFilter* input = this->getInput(i); in canComputeFastBounds() 281 if (nullptr != this->getInput(0) || (*filterPtr)->affectsTransparentBlack()) { in asAColorFilter() 294 SkImageFilter* input = this->getInput(i); in canHandleComplexCTM() 412 SkImageFilter* filter = this->getInput(i); in onFilterBounds() 455 SkImageFilter* input = this->getInput(index); in filterInput()
|
/external/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 39 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0)); in CreateProc() 57 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(ctm, fLocalM), dir, inputRect); in onFilterBounds() 62 SkASSERT(1 == this->countInputs() && this->getInput(0)); in onMakeColorSpace() 64 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 65 if (input.get() != this->getInput(0)) { in onMakeColorSpace()
|
D | SkMatrixImageFilter.cpp | 40 return Make(matrix, buffer.read32LE(kLast_SkFilterQuality), common.getInput(0)); in CreateProc() 102 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace() 103 if (input.get() != this->getInput(0)) { in onMakeColorSpace() 110 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkImageFilter.cpp | 154 SkImageFilter* input = this->getInput(i); in flatten() 218 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() 220 SkImageFilter* input = this->getInput(i); in computeFastBounds() 235 SkImageFilter* input = this->getInput(i); in canComputeFastBounds() 284 if (nullptr != this->getInput(0) || (*filterPtr)->affectsTransparentBlack()) { in asAColorFilter() 297 SkImageFilter* input = this->getInput(i); in canHandleComplexCTM() 415 SkImageFilter* filter = this->getInput(i); in onFilterBounds() 458 SkImageFilter* input = this->getInput(index); in filterInput()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/ |
D | ParameterisedTypeLoadingTestCase.java | 34 MyCompositeObject obj = (MyCompositeObject) yamlParser.load(getInput()); in testParameterisedTypeLoading() 46 MyCompositeObject obj = yamlParser.loadAs(getInput(), MyCompositeObject.class); in testJavaBeanLoader() 62 private InputStream getInput() throws IOException { in getInput() method in ParameterisedTypeLoadingTestCase
|
/external/skqp/include/effects/ |
D | SkDisplacementMapEffect.h | 59 const SkImageFilter* getDisplacementInput() const { return getInput(0); } in getDisplacementInput() 60 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput()
|
/external/skia/include/effects/ |
D | SkDisplacementMapEffect.h | 59 const SkImageFilter* getDisplacementInput() const { return getInput(0); } in getDisplacementInput() 60 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput()
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | TestCaseEditController.java | 210 ITestCaseInput input = this.currentTestCase.getInput(); in updateInputEditor() 285 if(input.getClass().equals(this.currentTestCase.getInput().getClass())) in OnInputTestCaseTypeChanged() 420 currentTestCase.getInput().setScript(getText()); in caretUpdate() 438 currentTestCase.getInput().setScript(getText()); in caretUpdate() 612 clamp(clampAtNewLine(item.getInput().getScript()), 18)); in getListCellRendererComponent() 618 labIn.setIcon(item.getInput() instanceof TestCaseInputFile ? in getListCellRendererComponent()
|