OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applyRepresentation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java
110
public void
applyRepresentation
(FilterRepresentation representation,
122
public Bitmap
applyRepresentation
(FilterRepresentation representation, Bitmap bitmap) {
ImagePreset.java
489
bitmap = environment.
applyRepresentation
(border, bitmap);
521
bitmap = environment.
applyRepresentation
(representation, bitmap);
546
environment.
applyRepresentation
(border, bitmapIn, out);
568
environment.
applyRepresentation
(representation, in, out);
Completed in 38 milliseconds