Home
last modified time | relevance | path

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

/netbsd/sys/dev/rasops/
H A Drasops.c216 static void rasops_putchar_rotated_cw(void *, int, int, u_int, long);
572 ri->ri_ops.putchar = rasops_putchar_rotated_cw; in rasops_reconfig()
1478 rasops_putchar_rotated_cw(void *cookie, int row, int col, u_int uc, long attr) in rasops_putchar_rotated_cw() function