Home
last modified time | relevance | path

Searched refs:UC_DELETE (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dmemory.h191 #define UC_DELETE 4 /* Force delete */ macro
H A Dmemory.c327 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 Dchannels.c298 undo_next_core(UC_DELETE, mem_width, mem_height, mem_img_bpp, cmask); in click_delete_ok()
H A Dmemory.h807 #define UC_DELETE 0x04 /* Force delete */ macro
H A Dotherwindow.c84 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 Dpng.c9830 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 Dmemory.c1612 if (!(mode & UC_DELETE)) in undo_next_core()
1650 if (mode & UC_DELETE) in undo_next_core()