CURSOR_MAX_SIZE 358 dev/ic/bt485.c if ((u_int)cursorp->size.x > CURSOR_MAX_SIZE || CURSOR_MAX_SIZE 359 dev/ic/bt485.c (u_int)cursorp->size.y > CURSOR_MAX_SIZE) CURSOR_MAX_SIZE 400 dev/ic/bt485.c count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y; CURSOR_MAX_SIZE 458 dev/ic/bt485.c count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y; CURSOR_MAX_SIZE 500 dev/ic/bt485.c curposp->x = curposp->y = CURSOR_MAX_SIZE; CURSOR_MAX_SIZE 566 dev/ic/bt485.c count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y; CURSOR_MAX_SIZE 628 dev/ic/bt485.c x = data->curpos.x + CURSOR_MAX_SIZE - data->curhot.x; CURSOR_MAX_SIZE 629 dev/ic/bt485.c y = data->curpos.y + CURSOR_MAX_SIZE - data->curhot.y;