Home
last modified time | relevance | path

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

123

/external/skia/src/effects/
DSkComposeImageFilter.cpp17 SkImageFilter* outer = getInput(0); in computeFastBounds()
18 SkImageFilter* inner = getInput(1); in computeFastBounds()
53 SkImageFilter* outer = getInput(0); in onFilterBounds()
54 SkImageFilter* inner = getInput(1); in onFilterBounds()
63 return SkComposeImageFilter::Create(common.getInput(0), common.getInput(1)); in CreateProc()
68 SkImageFilter* outer = getInput(0); in toString()
69 SkImageFilter* inner = getInput(1); in toString()
DSkOffsetImageFilter.cpp66 if (getInput(0)) { in computeFastBounds()
67 getInput(0)->computeFastBounds(src, dst); in computeFastBounds()
90 return Create(offset.x(), offset.y(), common.getInput(0), &common.cropRect()); in CreateProc()
109 if (this->getInput(0)) { in toString()
110 this->getInput(0)->toString(str); in toString()
DSkColorFilterImageFilter.cpp31 return new SkColorFilterImageFilter(newCF, input->getInput(0), cropRect); in Create()
46 return Create(cf, common.getInput(0), &common.cropRect()); in CreateProc()
117 if (this->getInput(0)) { in toString()
118 this->getInput(0)->toString(str); in toString()
DSkXfermodeImageFilter.cpp36 return Create(mode, common.getInput(0), common.getInput(1), &common.cropRect()); in CreateProc()
107 if (this->getInput(0)) { in toString()
109 this->getInput(0)->toString(str); in toString()
112 if (this->getInput(1)) { in toString()
114 this->getInput(1)->toString(str); in toString()
DSkBlurImageFilter.cpp47 return Create(sigmaX, sigmaY, common.getInput(0), &common.cropRect()); in CreateProc()
183 if (this->getInput(0)) { in computeFastBounds()
184 this->getInput(0)->computeFastBounds(src, dst); in computeFastBounds()
255 if (this->getInput(0)) { in toString()
256 this->getInput(0)->toString(str); in toString()
DSkTileImageFilter.cpp134 return Create(src, dst, common.getInput(0)); in CreateProc()
150 if (this->getInput(0)) { in toString()
152 this->getInput(0)->toString(str); in toString()
DSkDropShadowImageFilter.cpp42 return Create(dx, dy, sigmaX, sigmaY, color, shadowMode, common.getInput(0), in CreateProc()
103 if (getInput(0)) { in computeFastBounds()
104 getInput(0)->computeFastBounds(src, dst); in computeFastBounds()
/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/src/core/
DSkImageFilter.cpp206 SkImageFilter* input = this->getInput(i); in flatten()
248 SkImageFilter* input = this->getInput(index); in filterInputDeprecated()
278 if (this->getInput(0)) { in computeFastBounds()
279 this->getInput(0)->computeFastBounds(src, dst); in computeFastBounds()
284 SkImageFilter* input = this->getInput(i); in computeFastBounds()
297 SkImageFilter* input = this->getInput(i); in canComputeFastBounds()
373 if (nullptr != this->getInput(0) || (*filterPtr)->affectsTransparentBlack()) { in asAColorFilter()
431 SkImageFilter* filter = this->getInput(i); in onFilterBounds()
485 SkImageFilter* input = this->getInput(index); in filterInputGPUDeprecated()
DSkMatrixImageFilter.cpp37 return Create(matrix, quality, common.getInput(0)); in CreateProc()
96 if (getInput(0)) { in computeFastBounds()
97 getInput(0)->computeFastBounds(src, &bounds); in computeFastBounds()
DSkLocalMatrixImageFilter.cpp33 return SkLocalMatrixImageFilter::Create(lm, common.getInput(0)); in CreateProc()
50 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), dst, direction); in onFilterBounds()
/external/skia/include/effects/
DSkDisplacementMapEffect.h65 const SkImageFilter* getDisplacementInput() const { return getInput(0); } in getDisplacementInput()
66 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput()
/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/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/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()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidDaydream.java156 Gdx.input = this.getInput(); in init()
224 Gdx.input = this.getInput(); in onDreamingStarted()
230 getInput().registerSensorListeners(); in onDreamingStarted()
269 public AndroidInput getInput () { in getInput() method in AndroidDaydream
/external/guava/guava/src/com/google/common/io/
DInputSupplier.java46 T getInput() throws IOException; in getInput() method

123