OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOutPixelsAllocation
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
PipelineInterface.java
28
public Allocation
getOutPixelsAllocation
();
CachingPipeline.java
479
public synchronized Allocation
getOutPixelsAllocation
() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterSharpen.java
104
mScript.forEach_root(getInPixelsAllocation(),
getOutPixelsAllocation
());
ImageFilterRS.java
51
getOutPixelsAllocation
().copyTo(bitmap);
64
protected Allocation
getOutPixelsAllocation
() {
66
return pipeline.
getOutPixelsAllocation
();
ImageFilterChanSat.java
127
getInPixelsAllocation(),
getOutPixelsAllocation
());
ImageFilterGrad.java
156
getInPixelsAllocation(),
getOutPixelsAllocation
());
ImageFilterVignette.java
126
mScript.forEach_vignette(getInPixelsAllocation(),
getOutPixelsAllocation
());
Completed in 58 milliseconds