Home | History | Annotate | Download | only in tto

Lines Matching defs:DrawText

299 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
305 DrawText(pwsStr, iLength, rtText);
308 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
312 DrawText(pwsStr, iLength,
316 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
319 DrawText(pwsStr, iLength, rect.As<FX_FLOAT>());
322 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
329 DrawText(pwsStr, iLength, rtText, m_rtClip);
346 DrawText(pwsStr, iLength, rect, rtClip);
349 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,