OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageFilterVibrance
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterVibrance.java
23
public class
ImageFilterVibrance
extends SimpleImageFilter {
25
public
ImageFilterVibrance
() {
34
representation.setFilterClass(
ImageFilterVibrance
.class);
BaseFiltersManager.java
129
filters.add(
ImageFilterVibrance
.class);
297
mEffects.add(getRepresentation(
ImageFilterVibrance
.class));
/packages/apps/Gallery2/jni/filters/
vibrance.c
20
void JNIFUNCF(
ImageFilterVibrance
, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat vibrance)
Completed in 85 milliseconds