Home
last modified time | relevance | path

Searched refs:getEnvironment (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java55 PipelineInterface pipeline = getEnvironment().getPipeline(); in getRenderScriptContext()
60 PipelineInterface pipeline = getEnvironment().getPipeline(); in getInPixelsAllocation()
65 PipelineInterface pipeline = getEnvironment().getPipeline(); in getOutPixelsAllocation()
84 PipelineInterface pipeline = getEnvironment().getPipeline(); in apply()
85 createFilter(pipeline.getResources(), getEnvironment().getScaleFactor(), in apply()
86 getEnvironment().getQuality(), in); in apply()
116 PipelineInterface pipeline = getEnvironment().getPipeline(); in apply()
184 Resources res = getEnvironment().getPipeline().getResources(); in loadScaledResourceAlpha()
196 Resources res = getEnvironment().getPipeline().getResources(); in loadScaledResourceAlpha()
214 Resources res = getEnvironment().getPipeline().getResources(); in loadResource()
DImageFilter.java91 return GeometryMathUtils.getImageToScreenMatrix(getEnvironment().getImagePreset() in getOriginalToScreenMatrix()
99 public FilterEnvironment getEnvironment() { in getEnvironment() method in ImageFilter
DImageFilterTinyPlanet.java80 ImagePreset preset = getEnvironment().getImagePreset(); in apply()
96 mBitmapOut = getEnvironment().getBitmap(outputSize, in apply()
DImageFilterSharpen.java72 float scaleFactor = getEnvironment().getScaleFactor(); in computeKernel()
DImageFilterFx.java99 if (!getEnvironment().needsStop()) { in apply()
DImageFilterChanSat.java155 if (getEnvironment().needsStop()) { in checkStop()
DImageFilterGrad.java184 if (getEnvironment().needsStop()) { in checkStop()
DImageFilterVignette.java133 Resources res = getEnvironment().getPipeline().getResources(); in apply()