Lines Matching refs:textY
1002 s16 textY = 20; in DrawUI() local
1011 DEMOPrintf( textX, textY, 0, "AX mode: AX_MODE_STEREO"); in DrawUI()
1017 DEMOPrintf( textX, textY, 0, "AX mode: AX_MODE_SURROUND"); in DrawUI()
1023 DEMOPrintf( textX, textY, 0, "AX mode: AX_MODE_DPL2"); in DrawUI()
1027 textY += 20; in DrawUI()
1028 DEMOPrintf( textX, textY, 0, "helicopter.voice: %.8xh", helicopter.voice); in DrawUI()
1029 textY += 10; in DrawUI()
1030 …DEMOPrintf( textX, textY, 0, "helicopter.sound.sampleRate: %dHz", helicopter.sound->sampleRate… in DrawUI()
1031 textY += 20; in DrawUI()
1032 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.hAngle: %f", helicopter.axart3d.hAngle); in DrawUI()
1033 textY += 10; in DrawUI()
1034 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.vAngle: %f", helicopter.axart3d.vAngle); in DrawUI()
1035 textY += 10; in DrawUI()
1036 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.dist: %f", helicopter.axart3d.dist); in DrawUI()
1037 textY += 10; in DrawUI()
1038 …DEMOPrintf( textX, textY, 0, "helicopter.axart3d.closingSpeed: %f", helicopter.axart3d.closingSpee… in DrawUI()