HomeSort by relevance Sort by last modified time
    Searched refs:DrawLogicText (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fde/tto/
fde_textout.h 112 void DrawLogicText(const FX_WCHAR* pwsStr,
116 void DrawLogicText(const FX_WCHAR* pwsStr,
fde_textout.cpp 332 void CFDE_TextOut::DrawLogicText(const FX_WCHAR* pwsStr,
337 DrawLogicText(pwsStr, iLength, rtText);
340 void CFDE_TextOut::DrawLogicText(const FX_WCHAR* pwsStr,
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 120 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(),
146 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(),
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.cpp 56 m_pTextOut->DrawLogicText(pParams->m_wsText.c_str(), iLen, pParams->m_rtPart);

Completed in 341 milliseconds