Searched refs:DrawLogicText (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.h | 112 void DrawLogicText(const FX_WCHAR* pwsStr, 116 void DrawLogicText(const FX_WCHAR* pwsStr,
|
D | fde_textout.cpp | 332 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/ |
D | xfa_fwltheme.cpp | 120 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/ |
D | cfwl_widgettp.cpp | 56 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(), iLen, pParams->m_rtPart); in DrawText()
|