Lines Matching refs:DEMOPrintf
478 DEMOPrintf(30, 20, 0, "WPAD Asynchronous Event Handling Demo"); in renderStatus()
481 DEMOPrintf(x, y, 0, " Chan0 Chan1 Chan2 Chan3"); in renderStatus()
483 DEMOPrintf(x, y, 0, " ---------- ---------- ---------- ----------"); 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()
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()
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()
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()
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()
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()
590 DEMOPrintf(15, y, 0, ">> %s", &__buffer[line][0]); in renderStatus()
759 DEMOPrintf(x, y, 0, "."); in renderAimings()
780 DEMOPrintf(x, y, 0, "."); in renderAimings()