Lines Matching refs:DrawText
107 void DrawText() in DrawText() function
120 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
125 df.DrawText( 40, 90, "push [START] to run COPPACS Setting Menu"); in DrawText()
130 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
133 df.DrawText( 30, 130, "IsCoppacsSupported :%s" ,isCoppacsSupported?"true":"false"); in DrawText()
134 df.DrawText( 30, 140, "GetCoppacsRestriction:"); in DrawText()
135 df.DrawText( 60, 150, "%s" ,COPPACS_RESTRICTION_STRING[coppacsRestriction]); in DrawText()
140 df.DrawText( 30, 160, "IsFromMset :true(%d)",msetScene); in DrawText()
144 df.DrawText( 30, 160, "IsFromMset :false"); in DrawText()
157 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
163 DrawText(); in DrawDisplay()