Lines Matching refs:fs
1306 WPADFSStatus *fs = (WPADFSStatus*)&wpad; in renderStatus() local
1312 cz[0] = (char)((fs->button & WPAD_BUTTON_C) ? 'C' : '_'); in renderStatus()
1313 cz[1] = (char)((fs->button & WPAD_BUTTON_Z) ? 'Z' : '_'); in renderStatus()
1316 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", fs->fsStickX); in renderStatus()
1317 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", fs->fsStickY); in renderStatus()
1319 …DENT * i + ITEM_WIDTH), (s16)(y+FONT_HEIGHT), 0, "%1.2lf", (f32)((f32)fs->fsAccX/(f32)acc.x)); in renderStatus()
1320 …DENT * i + ITEM_WIDTH + 45), (s16)(y+FONT_HEIGHT), 0, "%1.2lf", (f32)((f32)fs->fsAccY/(f32)acc.y)); in renderStatus()
1321 …DENT * i + ITEM_WIDTH + 90), y+=FONT_HEIGHT, 0, "%1.2lf", (f32)((f32)fs->fsAccZ/(f32)acc.z)); in renderStatus()
1443 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.fs.fsStickX)); in renderStatus()
1444 …tf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.fs.fsStickY)); y+= FON… in renderStatus()
1445 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.fs.fsAccX)); in renderStatus()
1446 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.fs.fsAccY)); in renderStatus()
1447 …tf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+70), y, 0, " %d", (s16)(mp->ext.fs.fsAccZ)); y+= FON… in renderStatus()