Lines Matching refs:FONT_HEIGHT
54 #define FONT_HEIGHT 8 macro
449 #define COL_WIDTH 6*FONT_HEIGHT
478 y+=FONT_HEIGHT; in renderStatus()
479 y+=FONT_HEIGHT; in renderStatus()
480 DEMOPrintf(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus()
481 DEMOPrintf(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus()
482 DEMOPrintf(x, y, 0, "Error :"); y+=FONT_HEIGHT; in renderStatus()
483 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
484 DEMOPrintf(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus()
485 DEMOPrintf(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus()
486 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
487 DEMOPrintf(x, y, 0, "--------"); y+=FONT_HEIGHT; in renderStatus()
488 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
489 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
490 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
491 DEMOPrintf(x, y, 0, "--------"); y+=FONT_HEIGHT; in renderStatus()
492 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
493 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
494 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
495 DEMOPrintf(x, y, 0, "TrigLR :"); y+=FONT_HEIGHT; in renderStatus()
498 y = (s16)(Y_START + FONT_HEIGHT*2); in renderStatus()
502 DEMOPrintf(x, y, 0, "%s", get_status_name(status)); y+= FONT_HEIGHT; in renderStatus()
503 DEMOPrintf(x, y, 0, "%s", get_dev_name(type)); y+= FONT_HEIGHT; in renderStatus()
512 DEMOPrintf(x, y, 0, "%s", get_status_name(wpad_ptr->err)); y+= FONT_HEIGHT; in renderStatus()
528 DEMOPrintf(x, y, 0, " %s", buf); y+= FONT_HEIGHT; in renderStatus()
532 …tf(x, y, 0, " %04X %04X", (u16)(wpad_ptr->obj[0].x), (u16)(wpad_ptr->obj[0].y)); y+= FONT_HEIGHT; in renderStatus()
533 …tf(x, y, 0, " %04X %04X", (u16)(wpad_ptr->obj[1].x), (u16)(wpad_ptr->obj[1].y)); y+= FONT_HEIGHT; in renderStatus()
534 … %04X %04X", (u16)(wpad_ptr->accX), (u16)(wpad_ptr->accY), (u16)(wpad_ptr->accZ)); y+= FONT_HEIGHT; in renderStatus()
538 DEMOPrintf(x, y, 0, " ---- ----"); y+= FONT_HEIGHT; in renderStatus()
539 DEMOPrintf(x, y, 0, " ---- ----"); y+= FONT_HEIGHT; in renderStatus()
540 DEMOPrintf(x, y, 0, " ---- ---- ----"); y+= FONT_HEIGHT; in renderStatus()
542 y+= FONT_HEIGHT; in renderStatus()
551 DEMOPrintf(x, y, 0, " %s", buf2); y+= FONT_HEIGHT; in renderStatus()
555 …Printf(x, y, 0, " %04X %04X", (u16)(fs_ptr->fsStickX), (u16)(fs_ptr->fsStickY)); y+= FONT_HEIGHT; in renderStatus()
556 … %04X %04X", (u16)(fs_ptr->fsAccX), (u16)(fs_ptr->fsAccY), (u16)(fs_ptr->fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
560 DEMOPrintf(x, y, 0, " ---- ----"); y+= FONT_HEIGHT; in renderStatus()
561 DEMOPrintf(x, y, 0, " ---- ---- ----"); y+= FONT_HEIGHT; in renderStatus()
566 y+= FONT_HEIGHT * 3; in renderStatus()
568 y+= FONT_HEIGHT; in renderStatus()
590 DEMOPrintf(x, y, 0, " %s", buf3); y+= FONT_HEIGHT; in renderStatus()
594 …intf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clLStickX), (u16)(cl_ptr->clLStickY)); y+= FONT_HEIGHT; in renderStatus()
595 …intf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clRStickX), (u16)(cl_ptr->clRStickY)); y+= FONT_HEIGHT; in renderStatus()
596 …tf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clTriggerL), (u16)(cl_ptr->clTriggerR)); y+= FONT_HEIGHT; in renderStatus()
600 DEMOPrintf(x, y, 0, " ---- ----"); y+= FONT_HEIGHT; in renderStatus()
601 DEMOPrintf(x, y, 0, " ---- ----"); y+= FONT_HEIGHT; in renderStatus()
602 DEMOPrintf(x, y, 0, " ---- ----"); y+= FONT_HEIGHT; in renderStatus()