Lines Matching refs:y

462     s16 y;  in renderStatus()  local
473 y = Y_START; in renderStatus()
475 DEMOPrintf(x, y, 0, "WPAD Demo -- Dummy checker"); in renderStatus()
476 y+=FONT_HEIGHT; in renderStatus()
477 y+=FONT_HEIGHT; 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()
495 y = (s16)(Y_START + FONT_HEIGHT*2); 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()
522 …DEMOPrintf(x, y, 0, " %04X %04X", (u16)(wpad_ptr->obj[0].x), (u16)(wpad_ptr->obj[0].y)); y+= FON… in renderStatus()
523 …DEMOPrintf(x, y, 0, " %04X %04X", (u16)(wpad_ptr->obj[1].x), (u16)(wpad_ptr->obj[1].y)); y+= FON… in renderStatus()
524 …DEMOPrintf(x, y, 0, " %04X %04X %04X", (u16)(wpad_ptr->accX), (u16)(wpad_ptr->accY), (u16)(wpad_… in renderStatus()
526 y+= FONT_HEIGHT; in renderStatus()
533 DEMOPrintf(x, y, 0, " %s", buf2); y+= FONT_HEIGHT; in renderStatus()
534 …DEMOPrintf(x, y, 0, " %04X %04X", (u16)(fs_ptr->fsStickX), (u16)(fs_ptr->fsStickY)); y+= FONT_HE… in renderStatus()
535 …DEMOPrintf(x, y, 0, " %04X %04X %04X", (u16)(fs_ptr->fsAccX), (u16)(fs_ptr->fsAccY), (u16)(fs_pt… in renderStatus()
539 y+= FONT_HEIGHT * 3; in renderStatus()
542 y+= FONT_HEIGHT; in renderStatus()
562 DEMOPrintf(x, y, 0, " %s", buf3); y+= FONT_HEIGHT; in renderStatus()
563 …DEMOPrintf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clLStickX), (u16)(cl_ptr->clLStickY)); y+= FONT_… in renderStatus()
564 …DEMOPrintf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clRStickX), (u16)(cl_ptr->clRStickY)); y+= FONT_… in renderStatus()
565 …DEMOPrintf(x, y, 0, " %04X %04X", (u16)(cl_ptr->clTriggerL), (u16)(cl_ptr->clTriggerR)); y+= FON… in renderStatus()
686 …s16 y=(s16)(SCREEN_HEIGHT-(co_ptr[index].obj[0].y+co_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings() local
687 DEMOPrintf(x, y, 0, "."); in renderAimings()
707 …s16 y=(s16)(SCREEN_HEIGHT-(fs_ptr[index].obj[0].y+fs_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings() local
708 DEMOPrintf(x, y, 0, "."); in renderAimings()
728 …s16 y=(s16)(SCREEN_HEIGHT-(cl_ptr[index].obj[0].y+cl_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings() local
729 DEMOPrintf(x, y, 0, "."); in renderAimings()