Home | History | Annotate | Download | only in ic

Lines Matching defs:CURSOR_MAX_SIZE

115 #define	CURSOR_MAX_SIZE		64
348 if (cursorp->size.x > CURSOR_MAX_SIZE ||
349 cursorp->size.y > CURSOR_MAX_SIZE)
351 icount = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
383 count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
431 count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
467 curposp->x = curposp->y = CURSOR_MAX_SIZE;
513 count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
574 x = data->curpos.x + CURSOR_MAX_SIZE - data->curhot.x;
575 y = data->curpos.y + CURSOR_MAX_SIZE - data->curhot.y;