Searched defs:BM_UCLR (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/trace/potrace/
H A Dbitmap.h39 #define BM_UCLR(bm, x, y) (*bm_index(bm, x, y) &= ~bm_mask(x)) macro
41 #define BM_UPUT(bm, x, y, b) ((b) ? BM_USET(bm, x, y) : BM_UCLR(bm, x, y))
44 #define BM_CLR(bm, x, y) (bm_safe(bm, x, y) ? BM_UCLR(bm, x, y) : 0)

Completed in 20 milliseconds