Searched refs:UC_DELETE (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/ |
H A D | memory.h | 191 #define UC_DELETE 4 /* Force delete */ macro
|
H A D | memory.c | 327 if (cmask && !(mode & UC_DELETE)) in undo_next_core() 346 if (!(mode & UC_DELETE)) return (1); in undo_next_core() 371 if (mode & UC_DELETE) in undo_next_core()
|
/dports/graphics/mtpaint/mtPaint-4ea607e/src/ |
H A D | channels.c | 298 undo_next_core(UC_DELETE, mem_width, mem_height, mem_img_bpp, cmask); in click_delete_ok()
|
H A D | memory.h | 807 #define UC_DELETE 0x04 /* Force delete */ macro
|
H A D | otherwindow.c | 84 undo_next_core(UC_DELETE, nw, nh, bpp, CMASK_ALL); in do_new_one() 114 if (undo) undo_next_core(UC_DELETE, mem_clip_w, mem_clip_h, in clip_to_layer()
|
H A D | png.c | 9830 else undo_next_core(UC_DELETE, settings.width, in load_image_x() 9899 undo_next_core(UC_DELETE, mem_width, mem_height, mem_img_bpp, in load_image_x()
|
H A D | memory.c | 1612 if (!(mode & UC_DELETE)) in undo_next_core() 1650 if (mode & UC_DELETE) in undo_next_core()
|