Home
last modified time | relevance | path

Searched refs:getInput (Results 1 – 25 of 64) sorted by relevance

123

/external/skia/src/effects/
DSkComposeImageFilter.cpp27 SkImageFilter* outer = this->getInput(0); in computeFastBounds()
28 SkImageFilter* inner = this->getInput(1); in computeFastBounds()
40 innerClipBounds = this->getInput(0)->filterBounds(ctx.clipBounds(), ctx.ctm()); in onFilterImage()
65 SkASSERT(2 == this->countInputs() && this->getInput(0) && this->getInput(1)); in onMakeColorSpace()
67 auto input0 = xformer->apply(this->getInput(0)); in onMakeColorSpace()
68 auto input1 = xformer->apply(this->getInput(1)); in onMakeColorSpace()
69 if (input0.get() != this->getInput(0) || input1.get() != this->getInput(1)) { in onMakeColorSpace()
77 SkImageFilter* outer = this->getInput(0); in onFilterBounds()
78 SkImageFilter* inner = this->getInput(1); in onFilterBounds()
85 return SkComposeImageFilter::Make(common.getInput(0), common.getInput(1)); in CreateProc()
[all …]
DSkOffsetImageFilter.cpp79 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace()
80 if (input.get() != this->getInput(0)) { in onMakeColorSpace()
88 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
108 return Make(offset.x(), offset.y(), common.getInput(0), &common.cropRect()); in CreateProc()
128 if (this->getInput(0)) { in toString()
129 this->getInput(0)->toString(str); in toString()
DSkXfermodeImageFilter.cpp99 return SkXfermodeImageFilter::Make((SkBlendMode)mode, common.getInput(0), in CreateProc()
100 common.getInput(1), &common.cropRect()); in CreateProc()
178 auto background = xformer->apply(this->getInput(0)); in onMakeColorSpace()
179 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace()
180 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
205 if (this->getInput(0)) { in toString()
207 this->getInput(0)->toString(str); in toString()
210 if (this->getInput(1)) { in toString()
212 this->getInput(1)->toString(str); in toString()
331 return SkArithmeticImageFilter::Make(k[0], k[1], k[2], k[3], enforcePMColor, common.getInput(0), in LegacyArithmeticCreateProc()
[all …]
DSkColorFilterImageFilter.cpp33 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()
154 if (this->getInput(0)) { in toString()
155 this->getInput(0)->toString(str); in toString()
DSkTileImageFilter.cpp122 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace()
123 if (input.get() != this->getInput(0)) { in onMakeColorSpace()
150 return Make(src, dst, common.getInput(0)); in CreateProc()
166 if (this->getInput(0)) { in toString()
168 this->getInput(0)->toString(str); in toString()
DSkDropShadowImageFilter.cpp50 return Make(dx, dy, sigmaX, sigmaY, color, shadowMode, common.getInput(0), &common.cropRect()); in CreateProc()
117 sk_sp<SkImageFilter> input = xformer->apply(this->getInput(0)); in onMakeColorSpace()
119 if (input.get() != this->getInput(0) || color != fColor) { in onMakeColorSpace()
127 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
DSkArithmeticImageFilter.cpp82 return SkArithmeticImageFilter::Make(k[0], k[1], k[2], k[3], enforcePMColor, common.getInput(0), in CreateProc()
83 common.getInput(1), &common.cropRect()); in CreateProc()
458 auto background = xformer->apply(this->getInput(0)); in onMakeColorSpace()
459 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace()
460 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
472 if (this->getInput(0)) { in toString()
474 this->getInput(0)->toString(str); in toString()
477 if (this->getInput(1)) { in toString()
479 this->getInput(1)->toString(str); in toString()
DSkMergeImageFilter.cpp101 inputs.push_back(xformer->apply(this->getInput(i))); in onMakeColorSpace()
102 changed |= (inputs[i].get() != this->getInput(i)); in onMakeColorSpace()
145 SkImageFilter* filter = this->getInput(i); in toString()
/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp38 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0)); in CreateProc()
56 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), direction); in onFilterBounds()
61 SkASSERT(1 == this->countInputs() && this->getInput(0)); in onMakeColorSpace()
63 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace()
64 if (input.get() != this->getInput(0)) { in onMakeColorSpace()
DSkMatrixImageFilter.cpp39 return Make(matrix, quality, common.getInput(0)); in CreateProc()
101 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace()
102 if (input.get() != this->getInput(0)) { in onMakeColorSpace()
109 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
DSkImageFilter.cpp188 SkImageFilter* input = this->getInput(i); in flatten()
267 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
269 SkImageFilter* input = this->getInput(i); in computeFastBounds()
284 SkImageFilter* input = this->getInput(i); in canComputeFastBounds()
329 if (nullptr != this->getInput(0) || (*filterPtr)->affectsTransparentBlack()) { in asAColorFilter()
342 SkImageFilter* input = this->getInput(i); in canHandleComplexCTM()
462 SkImageFilter* filter = this->getInput(i); in onFilterBounds()
503 SkImageFilter* input = this->getInput(index); in filterInput()
DSkBlurImageFilter.cpp104 sigmaX, sigmaY, common.getInput(0), &common.cropRect(), tileMode); in CreateProc()
312 auto input = xformer->apply(this->getInput(0)); in onMakeColorSpace()
313 if (this->getInput(0) != input.get()) { in onMakeColorSpace()
321 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
338 if (this->getInput(0)) { in toString()
339 this->getInput(0)->toString(str); in toString()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/
DParameterisedTypeLoadingTestCase.java34 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/skia/include/effects/
DSkDisplacementMapEffect.h58 const SkImageFilter* getDisplacementInput() const { return getInput(0); } in getDisplacementInput()
59 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeParser.h37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
47 - (id<ANTLRTreeNodeStream>)getInput;
DANTLRLexer.h44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
63 - (id<ANTLRCharStream>) getInput;
DANTLRCommonToken.h58 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
86 - (id<ANTLRCharStream>) getInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeParser.h37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
47 - (id<ANTLRTreeNodeStream>)getInput;
DANTLRLexer.h44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
63 - (id<ANTLRCharStream>) getInput;
DANTLRCommonToken.h58 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
86 - (id<ANTLRCharStream>) getInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeParser.h37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
47 - (id<ANTLRTreeNodeStream>)getInput;
DANTLRLexer.h44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
63 - (id<ANTLRCharStream>) getInput;
DANTLRCommonToken.h58 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
86 - (id<ANTLRCharStream>) getInput;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java210 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()
/external/clang/test/SemaCXX/
Dreferences.cpp110 string getInput();
113 string &s = getInput(); // expected-error{{lvalue reference}} in test9()

123