Home
last modified time | relevance | path

Searched refs:CalcLogicSize (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fdp/include/
Dfde_tto.h82 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
85 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.h84 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
87 virtual void CalcLogicSize(const FX_WCHAR* pwsStr,
Dfde_textout.cpp205 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr, in CalcLogicSize() function in CFDE_TextOut
210 CalcLogicSize(pwsStr, iLength, rtText); in CalcLogicSize()
214 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr, in CalcLogicSize() function in CFDE_TextOut
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.cpp288 m_pTextOut->CalcLogicSize(pParams->m_wsText, pParams->m_wsText.GetLength(), in CalcTextRect()
306 m_pTextOut->CalcLogicSize(pParams->m_wsText, pParams->m_wsText.GetLength(), in CalcTextRect()
Dxfa_ffwidgetacc.cpp910 ->m_pTextOut->CalcLogicSize(wsText, wsText.GetLength(), size); in CalculateTextContentSize()
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp146 m_pTextOut->CalcLogicSize(pParams->m_wsText, pParams->m_wsText.GetLength(), in CalcTextRect()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp2251 pTextOut->CalcLogicSize(wsText, wsText.GetLength(), rcText); in IsFitArea()