Searched refs:nativeApplyFilter (Results 1 - 25 of 32) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterContrast.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); method in class:ImageFilterContrast
55 nativeApplyFilter(bitmap, w, h, value);
H A DImageFilterEdge.java39 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float p); method in class:ImageFilterEdge
50 nativeApplyFilter(bitmap, w, h, p);
H A DImageFilterExposure.java43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); method in class:ImageFilterExposure
53 nativeApplyFilter(bitmap, w, h, value);
H A DImageFilterNegative.java26 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); method in class:ImageFilterNegative
37 nativeApplyFilter(bitmap, w, h);
H A DImageFilterSaturated.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); method in class:ImageFilterSaturated
55 nativeApplyFilter(bitmap, w, h, value);
H A DImageFilterShadows.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); method in class:ImageFilterShadows
55 nativeApplyFilter(bitmap, w, h, p);
H A DImageFilterVibrance.java43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); method in class:ImageFilterVibrance
53 nativeApplyFilter(bitmap, w, h, value);
H A DImageFilterBwFilter.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); method in class:ImageFilterBwFilter
61 nativeApplyFilter(bitmap, w, h, r, g, b);
H A DImageFilterHighlights.java48 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float[] luminanceMap); method in class:ImageFilterHighlights
71 nativeApplyFilter(bitmap, w, h, luminanceMap);
H A DImageFilterHue.java47 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix); method in class:ImageFilterHue
60 nativeApplyFilter(bitmap, w, h, cmatrix.getMatrix());
H A DImageFilterRedEye.java50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, short[] matrix); method in class:ImageFilterRedEye
74 nativeApplyFilter(bitmap, w, h, rect);
H A DImageFilterWBalance.java50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int locX, int locY); method in class:ImageFilterWBalance
56 nativeApplyFilter(bitmap, w, h, -1, -1);
H A DImageFilterFx.java54 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, method in class:ImageFilterFx
100 nativeApplyFilter(bitmap, w, h, mFxBitmap, fxw, fxh, start, end);
H A DImageFilterKMeans.java52 native protected void nativeApplyFilter(Bitmap bitmap, int width, int height, method in class:ImageFilterKMeans
91 nativeApplyFilter(bitmap, w, h, large_bm_ds, lw, lh, small_bm_ds, sw, sh, p, mSeed);
H A DImageFilterTinyPlanet.java70 native protected void nativeApplyFilter( method in class:ImageFilterTinyPlanet
104 nativeApplyFilter(bitmapIn, bitmapIn.getWidth(), bitmapIn.getHeight(), mBitmapOut,
/packages/apps/Gallery2/jni/filters/
H A Dnegative.c19 void JNIFUNCF(ImageFilterNegative, nativeApplyFilter, jobject bitmap, jint width, jint height)
H A Dredeye.c20 void JNIFUNCF(ImageFilterRedEye, nativeApplyFilter, jobject bitmap, jint width, jint height, jshortArray vrect)
H A Dexposure.c19 void JNIFUNCF(ImageFilterExposure, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
H A Dhighlight.c20 void JNIFUNCF(ImageFilterHighlights, nativeApplyFilter, jobject bitmap,
H A Dcontrast.c39 void JNIFUNCF(ImageFilterContrast, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
H A Dshadows.c20 void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){
H A Dbwfilter.c20 void JNIFUNCF(ImageFilterBwFilter, nativeApplyFilter, jobject bitmap, jint width, jint height, jint rw, jint gw, jint bw)
H A Dhue.c19 void JNIFUNCF(ImageFilterHue, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloatArray matrix)
H A Dkmeans.cc33 void JNIFUNCF(ImageFilterKMeans, nativeApplyFilter, jobject bitmap, jint width, jint height,
H A Dsaturated.c19 void JNIFUNCF(ImageFilterSaturated, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat saturation)

Completed in 105 milliseconds

12