Lines Matching refs:FONT_HEIGHT

56 #define FONT_HEIGHT     8  macro
443 #define COL_WIDTH 13*FONT_HEIGHT
482 y+=FONT_HEIGHT; in renderStatus()
485 y+=FONT_HEIGHT; in renderStatus()
486 DEMOPrintf(x, y, 0, " Status :"); y+=FONT_HEIGHT; in renderStatus()
487 DEMOPrintf(x, y, 0, " Type :"); y+=FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
489 DEMOPrintf(x, y, 0, " Buttons:"); y+=FONT_HEIGHT; y+=FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
491 DEMOPrintf(x, y, 0, " DPD0-x :"); y+=FONT_HEIGHT; in renderStatus()
492 DEMOPrintf(x, y, 0, " DPD0-y :"); y+=FONT_HEIGHT; in renderStatus()
493 DEMOPrintf(x, y, 0, " DPD1-x :"); y+=FONT_HEIGHT; in renderStatus()
494 DEMOPrintf(x, y, 0, " DPD1-y :"); y+=FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
496 DEMOPrintf(x, y, 0, " ACC-X :"); y+=FONT_HEIGHT; in renderStatus()
497 DEMOPrintf(x, y, 0, " ACC-Y :"); y+=FONT_HEIGHT; in renderStatus()
498 DEMOPrintf(x, y, 0, " ACC-Z :"); y+=FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
500 DEMOPrintf(x, y, 0, " StickX :"); y+=FONT_HEIGHT; in renderStatus()
501 DEMOPrintf(x, y, 0, " StickY :"); y+=FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
503 DEMOPrintf(x, y, 0, " ACC-X :"); y+=FONT_HEIGHT; in renderStatus()
504 DEMOPrintf(x, y, 0, " ACC-Y :"); y+=FONT_HEIGHT; in renderStatus()
505 DEMOPrintf(x, y, 0, " ACC-Z :"); y+=FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
514 y = (s16)(Y_START + 2 * FONT_HEIGHT); in renderStatus()
518 DEMOPrintf(x, y, 0, "%s", get_status_name(status)); y+= FONT_HEIGHT; in renderStatus()
519 DEMOPrintf(x, y, 0, "%s", get_dev_name(type)); y+= FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
543 DEMOPrintf(x, y, 0, " %s", buf1); y+= FONT_HEIGHT; in renderStatus()
544 DEMOPrintf(x, y, 0, " %s", buf2); y+= FONT_HEIGHT; in renderStatus()
546 y+= FONT_HEIGHT; in renderStatus()
548 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->obj[0].x)); y+= FONT_HEIGHT; in renderStatus()
549 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->obj[0].y)); y+= FONT_HEIGHT; in renderStatus()
550 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->obj[1].x)); y+= FONT_HEIGHT; in renderStatus()
551 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->obj[1].y)); y+= FONT_HEIGHT; in renderStatus()
553 y+= FONT_HEIGHT; in renderStatus()
555 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->accX)); y+= FONT_HEIGHT; in renderStatus()
556 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->accY)); y+= FONT_HEIGHT; in renderStatus()
557 DEMOPrintf(x, y, 0, " %04X", (u16)(wpad_ptr->accZ)); y+= FONT_HEIGHT; in renderStatus()
559 y+= FONT_HEIGHT; in renderStatus()
564 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsStickX)); y+= FONT_HEIGHT; in renderStatus()
565 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsStickY)); y+= FONT_HEIGHT; in renderStatus()
567 y+= FONT_HEIGHT; in renderStatus()
569 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsAccX)); y+= FONT_HEIGHT; in renderStatus()
570 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsAccY)); y+= FONT_HEIGHT; in renderStatus()
571 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
573 y+= FONT_HEIGHT; in renderStatus()
592 y+= FONT_HEIGHT; in renderStatus()