Lines Matching refs:DEMOPrintf

475     DEMOPrintf(x, y, 0, "WPAD Demo -- Dummy checker");   in renderStatus()
478 DEMOPrintf(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus()
479 DEMOPrintf(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus()
480 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
481 DEMOPrintf(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus()
482 DEMOPrintf(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus()
483 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
484 DEMOPrintf(x, y, 0, "--------"); y+=FONT_HEIGHT; in renderStatus()
485 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
486 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
487 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
488 DEMOPrintf(x, y, 0, "--------"); y+=FONT_HEIGHT; in renderStatus()
489 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
490 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
491 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
492 DEMOPrintf(x, y, 0, "TrigLR :"); y+=FONT_HEIGHT; in renderStatus()
499 DEMOPrintf(x, y, 0, "%s", get_status_name(status)); y+= FONT_HEIGHT; in renderStatus()
500 DEMOPrintf(x, y, 0, "%s", get_dev_name(type)); y+= FONT_HEIGHT; in renderStatus()
521 DEMOPrintf(x, y, 0, " %s", buf); y+= FONT_HEIGHT; in renderStatus()
522DEMOPrintf(x, y, 0, " %04X %04X", (u16)(wpad_ptr->obj[0].x), (u16)(wpad_ptr->obj[0].y)); y+= FON… in renderStatus()
523DEMOPrintf(x, y, 0, " %04X %04X", (u16)(wpad_ptr->obj[1].x), (u16)(wpad_ptr->obj[1].y)); y+= FON… in renderStatus()
524DEMOPrintf(x, y, 0, " %04X %04X %04X", (u16)(wpad_ptr->accX), (u16)(wpad_ptr->accY), (u16)(wpad_… in renderStatus()
533 DEMOPrintf(x, y, 0, " %s", buf2); y+= FONT_HEIGHT; in renderStatus()
534DEMOPrintf(x, y, 0, " %04X %04X", (u16)(fs_ptr->fsStickX), (u16)(fs_ptr->fsStickY)); y+= FONT_HE… in renderStatus()
535DEMOPrintf(x, y, 0, " %04X %04X %04X", (u16)(fs_ptr->fsAccX), (u16)(fs_ptr->fsAccY), (u16)(fs_pt… in renderStatus()
562 DEMOPrintf(x, y, 0, " %s", buf3); y+= FONT_HEIGHT; in renderStatus()
563DEMOPrintf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clLStickX), (u16)(cl_ptr->clLStickY)); y+= FONT_… in renderStatus()
564DEMOPrintf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clRStickX), (u16)(cl_ptr->clRStickY)); y+= FONT_… in renderStatus()
565DEMOPrintf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clTriggerL), (u16)(cl_ptr->clTriggerR)); y+= FON… in renderStatus()
687 DEMOPrintf(x, y, 0, "."); in renderAimings()
708 DEMOPrintf(x, y, 0, "."); in renderAimings()
729 DEMOPrintf(x, y, 0, "."); in renderAimings()