Lines Matching refs:s16

445         DEMORFPrintf((s16)x, (s16)y, (s16)z, "%s", string);  in myPrint()
449 DEMOPrintf((s16)x, (s16)y, (s16)z, "%s", string); in myPrint()
606 s16 x = X0_START; in renderStatus()
607 s16 y = Y0_START; in renderStatus()
654 x = (s16)(X1_START + COL_WIDTH * (i)); in renderStatus()
655 y = (s16)(Y0_START + FONT_HEIGHT); in renderStatus()
681 myPrint(x, y, 0, " %4d", (s16)(ptr->obj[0].x)); in renderStatus()
682 myPrint(x+35, y, 0, " %4d", (s16)(ptr->obj[0].y)); y+= FONT_HEIGHT; in renderStatus()
683 myPrint(x, y, 0, " %4d", (s16)(ptr->obj[1].x)); in renderStatus()
684 myPrint(x+35, y, 0, " %4d", (s16)(ptr->obj[1].y)); y+= FONT_HEIGHT; in renderStatus()
685 myPrint(x, y, 0, " %+3d", (s16)(ptr->accX)); in renderStatus()
686 myPrint(x+35, y, 0, " %+3d", (s16)(ptr->accY)); in renderStatus()
687 myPrint(x+70, y, 0, " %+3d", (s16)(ptr->accZ)); y+= FONT_HEIGHT; y+=FONT_HEIGHT; in renderStatus()
706 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_YAWSEL) ? "L" : "H", (s16)(ptr->yaw), dps); in renderStatus()
713 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_ROLSEL) ? "L" : "H", (s16)(ptr->roll), dps); in renderStatus()
720 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(ptr->pitch), dps); in renderStatus()
740 myPrint(x, y, 0, " %d", (s16)(ptr->ext.fs.fsStickX)); in renderStatus()
741 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.fs.fsStickY)); y+= FONT_HEIGHT; in renderStatus()
742 myPrint(x, y, 0, " %d", (s16)(ptr->ext.fs.fsAccX)); in renderStatus()
743 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.fs.fsAccY)); in renderStatus()
744 myPrint(x+70, y, 0, " %d", (s16)(ptr->ext.fs.fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
765 myPrint(x, y, 0, " %d", (s16)(ptr->ext.cl.clLStickX)); in renderStatus()
766 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.cl.clLStickY)); y+= FONT_HEIGHT; in renderStatus()
767 myPrint(x, y, 0, " %d", (s16)(ptr->ext.cl.clRStickX)); in renderStatus()
768 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.cl.clRStickY)); y+= FONT_HEIGHT; in renderStatus()
769 myPrint(x, y, 0, " %d", (s16)(ptr->ext.cl.clTriggerL)); in renderStatus()
770 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.cl.clTriggerR)); y+= FONT_HEIGHT; in renderStatus()
774 y = (s16)(Y0_START + FONT_HEIGHT * 19); in renderStatus()
796 myPrint(x, y, 0, " %d", (s16)(ptr->fsStickX)); in renderStatus()
797 myPrint(x+35, y, 0, " %d", (s16)(ptr->fsStickY)); y+= FONT_HEIGHT; in renderStatus()
798 myPrint(x, y, 0, " %d", (s16)(ptr->fsAccX)); in renderStatus()
799 myPrint(x+35, y, 0, " %d", (s16)(ptr->fsAccY)); in renderStatus()
800 myPrint(x+70, y, 0, " %d", (s16)(ptr->fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
823 myPrint(x, y, 0, " %d", (s16)(ptr->clLStickX)); in renderStatus()
824 myPrint(x+35, y, 0, " %d", (s16)(ptr->clLStickY)); y+= FONT_HEIGHT; in renderStatus()
825 myPrint(x, y, 0, " %d", (s16)(ptr->clRStickX)); in renderStatus()
826 myPrint(x+35, y, 0, " %d", (s16)(ptr->clRStickY)); y+= FONT_HEIGHT; in renderStatus()
827 myPrint(x, y, 0, " %d", (s16)(ptr->clTriggerL)); in renderStatus()
828 myPrint(x+35, y, 0, " %d", (s16)(ptr->clTriggerR)); y+= FONT_HEIGHT; in renderStatus()
890s16 x=(s16)(SCREEN_WIDTH -(ptr->obj[0].x+ptr->obj[1].x)/2*SCREEN_WIDTH /WPAD_DPD_IMG_RESO_WX); in renderAimings()
891s16 y=(s16)(SCREEN_HEIGHT-(ptr->obj[0].y+ptr->obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD_IMG_RESO_WY); in renderAimings()