Lines Matching refs:DrawText

444     pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO CREATE MESSAGEBOX");  in DisplayCreation()
452 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:MESSAGEBOX NUM IS FULL"); in DisplayCreation()
456 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:PRIVATEID DO NOT MATCH"); in DisplayCreation()
460 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:BUSY"); in DisplayCreation()
464 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:"); in DisplayCreation()
474 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "A:CREATE_BOX"); in DisplayCreation()
538 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "AT FIRST, PRESS LEFT/RIGHT TO SELECT CON… in DisplayWriting()
539 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "AT SECOND, PRESS A TO SET SEND MESSAGE"); in DisplayWriting()
546 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:YOU DID NOT AGREE EULA"); in DisplayWriting()
550 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:PARENTAL CONTROL BANED"); in DisplayWriting()
554 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:SEND MESSAGENUM IS FULL"); in DisplayWriting()
555 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "APPLICATION DELETED ALL OUTBOX MESSAGE"); in DisplayWriting()
566 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE:%ls",s_Title); in DisplayWriting()
567 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "------------------BODY------------------"… in DisplayWriting()
573 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "%ls",line); in DisplayWriting()
576 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * (BOTTOM_DISP-1), "A:SET_MESSAGE B:DELETE_BOX"); in DisplayWriting()
577 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * BOTTOM_DISP, "LEFT/RIGHT:SELECT_CONTENT"); in DisplayWriting()
764 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "-----------------------------------------… in DisplayReading()
765 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE ReceiveDate"); in DisplayReading()
770 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "%ls",s_Box.inMessData[i].title); in DisplayReading()
771 …pRenderSystem->DrawText(FONT_SIZE * (x+TITLE_LENGTH+1), FONT_SIZE * y++, "%04d/%02d/%02d %02d:%02d… in DisplayReading()
777 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "-----------------------------------------… in DisplayReading()
779 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE CreateDate"); in DisplayReading()
784 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "%ls",s_Box.outMessData[i].title); in DisplayReading()
785 …pRenderSystem->DrawText(FONT_SIZE * (x+TITLE_LENGTH+1), FONT_SIZE * y++, "%04d/%02d/%02d %02d:%02d… in DisplayReading()
798 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE:%ls",s_Box.inMessData[selected].tit… in DisplayReading()
799 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "------------------BODY------------------"… in DisplayReading()
805 pRenderSystem->DrawText(FONT_SIZE * 9, FONT_SIZE * 10,"////NEW MESSAGE////"); in DisplayReading()
808 pRenderSystem->DrawText(FONT_SIZE * 9, FONT_SIZE * 10,"----NEW MESSAGE----"); in DisplayReading()
811 pRenderSystem->DrawText(FONT_SIZE * 9, FONT_SIZE * 10,"\\\\\\\\NEW MESSAGE\\\\\\\\"); in DisplayReading()
814 pRenderSystem->DrawText(FONT_SIZE * 6, FONT_SIZE * 11,"PRESS Y TO RECEIVE MESSAGE"); in DisplayReading()
824 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "%ls",line); in DisplayReading()
828 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * (BOTTOM_DISP-1),"Y:RECEIVE_MESSAGE X:DELETE_MES… in DisplayReading()
829 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * BOTTOM_DISP, "B:BACK UP/DOWN:SELECT_MESSAGE"… in DisplayReading()