Searched refs:UnlockBitmaps (Results 1 – 24 of 24) sorted by relevance
/gdk/samples/PhotoEditor/jni/ |
D | copy.cpp | 26 using android::apps::photoeditor::utils::UnlockBitmaps; 52 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Copy()
|
D | blur.cpp | 26 using android::apps::photoeditor::utils::UnlockBitmaps; 54 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Blur()
|
D | sharpen.cpp | 26 using android::apps::photoeditor::utils::UnlockBitmaps; 52 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Sharpen()
|
D | warmify.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 103 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Warmify()
|
D | flip.cpp | 24 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()
|
D | quantize.cpp | 28 using android::apps::photoeditor::utils::UnlockBitmaps; 75 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Quantize()
|
D | negative.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 68 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Negative()
|
D | sepia.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 76 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Sepia()
|
D | crossprocess.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 86 UnlockBitmaps(env, src_bitmap, dst_bitmap); in CrossProcess()
|
D | grayscale.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 77 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Grayscale()
|
D | tint.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 89 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Tint()
|
D | colortemp.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 95 UnlockBitmaps(env, src_bitmap, dst_bitmap); in ColorTemp()
|
D | vignetting.cpp | 27 using android::apps::photoeditor::utils::UnlockBitmaps; 85 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Vignetting()
|
D | backlight.cpp | 27 using android::apps::photoeditor::utils::UnlockBitmaps; 104 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Backlight()
|
D | duotone.cpp | 25 using android::apps::photoeditor::utils::UnlockBitmaps; 91 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Duotone()
|
D | whiteblack.cpp | 30 using android::apps::photoeditor::utils::UnlockBitmaps; 110 UnlockBitmaps(env, src_bitmap, dst_bitmap); in WhiteBlack()
|
D | utils.cpp | 64 void UnlockBitmaps(JNIEnv* env, jobject src_bitmap, jobject dst_bitmap) { in UnlockBitmaps() function
|
D | redeye.cpp | 28 using android::apps::photoeditor::utils::UnlockBitmaps; 106 UnlockBitmaps(env, src_bitmap, dst_bitmap); in RedEye()
|
D | utils.h | 62 void UnlockBitmaps(JNIEnv* env, jobject src_bitmap, jobject dst_bitmap);
|
D | saturate.cpp | 27 using android::apps::photoeditor::utils::UnlockBitmaps; 147 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Saturation()
|
D | grain.cpp | 28 using android::apps::photoeditor::utils::UnlockBitmaps; 181 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Grain()
|
D | heq.cpp | 30 using android::apps::photoeditor::utils::UnlockBitmaps; 251 UnlockBitmaps(env, src_bitmap, dst_bitmap); in HEQ()
|
D | fisheye.cpp | 27 using android::apps::photoeditor::utils::UnlockBitmaps; 157 UnlockBitmaps(env, src_bitmap, dst_bitmap); in Fisheye()
|
D | convolution.cpp | 26 using android::apps::photoeditor::utils::UnlockBitmaps;
|