Lines Matching refs:DrawText
134 void DrawText() in DrawText() function
147 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
150 df.DrawText( 30, 80, "[A] Launch library applet." ); in DrawText()
151 df.DrawText( 30, 100, "[Up or Down] Select parameter." ); in DrawText()
152 df.DrawText( 30, 110, "[Left or Right] Change parameter." ); in DrawText()
155 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
166 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
168 …df.DrawText( 30, 140, "%c FILTER [%s]", SelectMark(0), filterTypeStr[vsel_param.input.… in DrawText()
169 …df.DrawText( 30, 150, "%c ENABLE SOFT RESET [%s]", SelectMark(1), softResetStr[vsel_param.config.… in DrawText()
170 …df.DrawText( 30, 160, "%c ENABLE HOME BUTTON [%s]", SelectMark(2), homeButtonStr[vsel_param.config… in DrawText()
171 … df.DrawText( 30, 170, "%c MESSAGE [%ls]", SelectMark(3), vsel_param.input.titleText ); in DrawText()
177 DrawText(); in DrawDisplay()