Lines Matching refs:DEMOPrintf
207 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "accX : %d", stat->accX ); in renderStatus()
208 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "accY : %d", stat->accY ); in renderStatus()
209 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "accZ : %d", stat->accZ ); in renderStatus()
223 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Buttons: [%s]",buf); in renderStatus()
225 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "DPD-ID X Y SIZE"); in renderStatus()
232 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "%1d %4d %4d %3d", p->traceId, p->x, p->y, p->size ); in renderStatus()
238 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Controller Type: %d", stat->dev ); in renderStatus()
239 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "ERROR Info : %d", stat->err ); in renderStatus()
245 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> No controller is connected!"); in renderStatus()
246 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> Please press a button on a paired"); in renderStatus()
247 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> controller to connect."); in renderStatus()
282 DEMOPrintf(x, y, 0, "."); in renderAimings()