/external/skia/src/effects/ |
D | SkComposeImageFilter.cpp | 17 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()
|
D | SkOffsetImageFilter.cpp | 66 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()
|
D | SkColorFilterImageFilter.cpp | 31 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()
|
D | SkXfermodeImageFilter.cpp | 36 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()
|
D | SkBlurImageFilter.cpp | 47 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()
|
D | SkTileImageFilter.cpp | 134 return Create(src, dst, common.getInput(0)); in CreateProc() 150 if (this->getInput(0)) { in toString() 152 this->getInput(0)->toString(str); in toString()
|
D | SkDropShadowImageFilter.cpp | 42 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/ |
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/skia/src/core/ |
D | SkImageFilter.cpp | 206 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()
|
D | SkMatrixImageFilter.cpp | 37 return Create(matrix, quality, common.getInput(0)); in CreateProc() 96 if (getInput(0)) { in computeFastBounds() 97 getInput(0)->computeFastBounds(src, &bounds); in computeFastBounds()
|
D | SkLocalMatrixImageFilter.cpp | 33 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/ |
D | SkDisplacementMapEffect.h | 65 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/ |
D | ANTLRTreeParser.h | 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input; 47 - (id<ANTLRTreeNodeStream>)getInput;
|
D | ANTLRLexer.h | 44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input; 63 - (id<ANTLRCharStream>) getInput;
|
D | ANTLRCommonToken.h | 58 @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/ |
D | ANTLRTreeParser.h | 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input; 47 - (id<ANTLRTreeNodeStream>)getInput;
|
D | ANTLRLexer.h | 44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input; 63 - (id<ANTLRCharStream>) getInput;
|
D | ANTLRCommonToken.h | 58 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input; 86 - (id<ANTLRCharStream>) getInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeParser.h | 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input; 47 - (id<ANTLRTreeNodeStream>)getInput;
|
D | ANTLRLexer.h | 44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input; 63 - (id<ANTLRCharStream>) getInput;
|
D | ANTLRCommonToken.h | 58 @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/ |
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()
|
/external/clang/test/SemaCXX/ |
D | references.cpp | 110 string getInput(); 113 string &s = getInput(); // expected-error{{lvalue reference}} in test9()
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidDaydream.java | 156 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/ |
D | InputSupplier.java | 46 T getInput() throws IOException; in getInput() method
|