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

/inkscape/src/trace/potrace/
H A Dbitmap.h38 #define BM_USET(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))
43 #define BM_SET(bm, x, y) (bm_safe(bm, x, y) ? BM_USET(bm, x, y) : 0)

Completed in 13 milliseconds