Searched refs:PIX_PER_CELL (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c473 #define PIX_PER_CELL 32 macro
522 xcells = howmany(rc->crc_width, PIX_PER_CELL);
523 ycells = howmany(rc->crc_height, PIX_PER_CELL);
529 rem_y = PIX_PER_CELL;
553 cellwidth = PIX_PER_CELL;
587 for (y = 0; y < h; y += PIX_PER_CELL) {
599 cellwidth = PIX_PER_CELL;
602 x * PIX_PER_CELL,
603 celly * PIX_PER_CELL,
605 y + PIX_PER_CELL >
[all...]

Completed in 59 milliseconds