Home
last modified time | relevance | path

Searched refs:DrawLogicText (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/tto/
Dfde_textout.h112 void DrawLogicText(const FX_WCHAR* pwsStr,
116 void DrawLogicText(const FX_WCHAR* pwsStr,
Dfde_textout.cpp332 void CFDE_TextOut::DrawLogicText(const FX_WCHAR* pwsStr, in DrawLogicText() function in CFDE_TextOut
337 DrawLogicText(pwsStr, iLength, rtText); in DrawLogicText()
340 void CFDE_TextOut::DrawLogicText(const FX_WCHAR* pwsStr, in DrawLogicText() function in CFDE_TextOut
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.cpp120 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(), in DrawText()
146 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(), in DrawText()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp56 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(), iLen, pParams->m_rtPart); in DrawText()