Home | History | Annotate | Download | only in rasops

Lines Matching defs:NAME

45 #define	NAME(name)		NAME1(RASOPS_DEPTH, name)
46 #define NAME1(depth, name) NAME2(depth, name)
47 #define NAME2(depth, name) rasops ## depth ## _ ## name
53 NAME(erasecols)(void *cookie, int row, int col, int num, long attr)
147 NAME(do_cursor)(struct rasops_info *ri)
219 NAME(copycols)(void *cookie, int row, int src, int dst, int num)
404 #undef NAME