HomeSort by: relevance | last modified time | path
    Searched defs:rasops_eraserows_rotated_cw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/rasops/
rasops.c 215 static void rasops_eraserows_rotated_cw(void *, int, int, long);
223 #define rasops_eraserows_rotated_ccw rasops_eraserows_rotated_cw
571 ri->ri_ops.eraserows = rasops_eraserows_rotated_cw;
1560 rasops_eraserows_rotated_cw(void *cookie, int row, int num, long attr) function in typeref:typename:void

Completed in 15 milliseconds