/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 131 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeigh… in JNIFUNCF() function 144 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHei… in JNIFUNCF() function 154 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterCrop, jobject src, jint srcWidth, jint srcHeigh… in JNIFUNCF() function 164 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterStraighten, jobject src, jint srcWidth __unused, in JNIFUNCF() function
|
D | redeye.c | 20 …void JNIFUNCF(ImageFilterRedEye, nativeApplyFilter, jobject bitmap, jint width, jint height, jshor… in JNIFUNCF() function
|
D | negative.c | 19 void JNIFUNCF(ImageFilterNegative, nativeApplyFilter, jobject bitmap, jint width, jint height) in JNIFUNCF() function
|
D | exposure.c | 19 void JNIFUNCF(ImageFilterExposure, nativeApplyFilter, jobject bitmap, jint width, jint height, jflo… in JNIFUNCF() function
|
D | highlight.c | 22 void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap, in JNIFUNCF() function
|
D | shadows.c | 22 void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float… in JNIFUNCF() function
|
D | contrast.c | 39 void JNIFUNCF(ImageFilterContrast, nativeApplyFilter, jobject bitmap, jint width, jint height, jflo… in JNIFUNCF() function
|
D | hue.c | 19 void JNIFUNCF(ImageFilterHue, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloatArr… in JNIFUNCF() function
|
D | filters.h | 38 #define JNIFUNCF(cls, name, vars...) Java_com_android_gallery3d_filtershow_filters_ ## cls ## _ ## … macro
|
D | saturated.c | 19 void JNIFUNCF(ImageFilterSaturated, nativeApplyFilter, jobject bitmap, jint width, jint height, jfl… in JNIFUNCF() function
|
D | kmeans.cc | 33 void JNIFUNCF(ImageFilterKMeans, nativeApplyFilter, jobject bitmap, jint width, jint height, in JNIFUNCF() function
|
D | gradient.c | 19 void JNIFUNCF(ImageFilter, nativeApplyGradientFilter, jobject bitmap, jint width, jint height, in JNIFUNCF() function
|
D | bwfilter.c | 20 void JNIFUNCF(ImageFilterBwFilter, nativeApplyFilter, jobject bitmap, jint width, jint height, jint… in JNIFUNCF() function
|
D | vibrance.c | 20 void JNIFUNCF(ImageFilterVibrance, nativeApplyFilter, jobject bitmap, jint width, jint height, jfl… in JNIFUNCF() function
|
D | fx.c | 32 void JNIFUNCF(ImageFilterFx, nativeApplyFilter, jobject bitmap, jint width __unused, in JNIFUNCF() function
|
D | edge.c | 20 void JNIFUNCF(ImageFilterEdge, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat p) in JNIFUNCF() function
|
D | tinyplanet.cc | 132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height,… in JNIFUNCF() function
|
D | wbalance.c | 133 void JNIFUNCF(ImageFilterWBalance, nativeApplyFilter, jobject bitmap, jint width, jint height, int … in JNIFUNCF() function
|