Home
last modified time | relevance | path

Searched refs:UnlockBitmaps (Results 1 – 24 of 24) sorted by relevance

/gdk/samples/PhotoEditor/jni/
Dcopy.cpp26 using android::apps::photoeditor::utils::UnlockBitmaps;
52 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Copy()
Dblur.cpp26 using android::apps::photoeditor::utils::UnlockBitmaps;
54 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Blur()
Dsharpen.cpp26 using android::apps::photoeditor::utils::UnlockBitmaps;
52 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Sharpen()
Dwarmify.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
103 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Warmify()
Dflip.cpp24 using android::apps::photoeditor::utils::UnlockBitmaps;
63 UnlockBitmaps(env, src_bitmap, dst_bitmap); in FlipHorizontal()
101 UnlockBitmaps(env, src_bitmap, dst_bitmap); in FlipVertical()
139 UnlockBitmaps(env, src_bitmap, dst_bitmap); in FlipBoth()
Dquantize.cpp28 using android::apps::photoeditor::utils::UnlockBitmaps;
75 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Quantize()
Dnegative.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
68 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Negative()
Dsepia.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
76 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Sepia()
Dcrossprocess.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
86 UnlockBitmaps(env, src_bitmap, dst_bitmap); in CrossProcess()
Dgrayscale.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
77 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Grayscale()
Dtint.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
89 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Tint()
Dcolortemp.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
95 UnlockBitmaps(env, src_bitmap, dst_bitmap); in ColorTemp()
Dvignetting.cpp27 using android::apps::photoeditor::utils::UnlockBitmaps;
85 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Vignetting()
Dbacklight.cpp27 using android::apps::photoeditor::utils::UnlockBitmaps;
104 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Backlight()
Dduotone.cpp25 using android::apps::photoeditor::utils::UnlockBitmaps;
91 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Duotone()
Dwhiteblack.cpp30 using android::apps::photoeditor::utils::UnlockBitmaps;
110 UnlockBitmaps(env, src_bitmap, dst_bitmap); in WhiteBlack()
Dutils.cpp64 void UnlockBitmaps(JNIEnv* env, jobject src_bitmap, jobject dst_bitmap) { in UnlockBitmaps() function
Dredeye.cpp28 using android::apps::photoeditor::utils::UnlockBitmaps;
106 UnlockBitmaps(env, src_bitmap, dst_bitmap); in RedEye()
Dutils.h62 void UnlockBitmaps(JNIEnv* env, jobject src_bitmap, jobject dst_bitmap);
Dsaturate.cpp27 using android::apps::photoeditor::utils::UnlockBitmaps;
147 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Saturation()
Dgrain.cpp28 using android::apps::photoeditor::utils::UnlockBitmaps;
181 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Grain()
Dheq.cpp30 using android::apps::photoeditor::utils::UnlockBitmaps;
251 UnlockBitmaps(env, src_bitmap, dst_bitmap); in HEQ()
Dfisheye.cpp27 using android::apps::photoeditor::utils::UnlockBitmaps;
157 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Fisheye()
Dconvolution.cpp26 using android::apps::photoeditor::utils::UnlockBitmaps;