OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInPixelsAllocation
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterSharpen.java
90
int w =
getInPixelsAllocation
().getType().getX();
91
int h =
getInPixelsAllocation
().getType().getY();
102
mScript.set_gIn(
getInPixelsAllocation
());
103
mScript.bind_gPixels(
getInPixelsAllocation
());
104
mScript.forEach_root(
getInPixelsAllocation
(), getOutPixelsAllocation());
ImageFilterChanSat.java
69
createFilter(res, scaleFactor, quality,
getInPixelsAllocation
());
104
int width =
getInPixelsAllocation
().getType().getX();
105
int height =
getInPixelsAllocation
().getType().getY();
118
int width =
getInPixelsAllocation
().getType().getX();
119
int height =
getInPixelsAllocation
().getType().getY();
127
getInPixelsAllocation
(), getOutPixelsAllocation());
ImageFilterGrad.java
79
createFilter(res, scaleFactor, quality,
getInPixelsAllocation
());
114
int width =
getInPixelsAllocation
().getType().getX();
115
int height =
getInPixelsAllocation
().getType().getY();
127
int width =
getInPixelsAllocation
().getType().getX();
128
int height =
getInPixelsAllocation
().getType().getY();
156
getInPixelsAllocation
(), getOutPixelsAllocation());
ImageFilterRS.java
59
protected Allocation
getInPixelsAllocation
() {
61
return pipeline.
getInPixelsAllocation
();
122
if (
getInPixelsAllocation
() != null
123
&& ((
getInPixelsAllocation
().getType().getX() != mLastInputWidth)
124
|| (
getInPixelsAllocation
().getType().getY() != mLastInputHeight))) {
132
mLastInputWidth =
getInPixelsAllocation
().getType().getX();
133
mLastInputHeight =
getInPixelsAllocation
().getType().getY();
ImageFilterVignette.java
88
int w =
getInPixelsAllocation
().getType().getX();
89
int h =
getInPixelsAllocation
().getType().getY();
126
mScript.forEach_vignette(
getInPixelsAllocation
(), getOutPixelsAllocation());
161
int width =
getInPixelsAllocation
().getType().getX();
162
int height =
getInPixelsAllocation
().getType().getY();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
PipelineInterface.java
27
public Allocation
getInPixelsAllocation
();
CachingPipeline.java
475
public synchronized Allocation
getInPixelsAllocation
() {
Completed in 49 milliseconds