Searched refs:CalcLogicSize (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.h | 110 void CalcLogicSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_SizeF& size); 111 void CalcLogicSize(const FX_WCHAR* pwsStr, int32_t iLength, CFX_RectF& rect);
|
D | fde_textout.cpp | 168 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr, in CalcLogicSize() function in CFDE_TextOut 172 CalcLogicSize(pwsStr, iLength, rtText); in CalcLogicSize() 176 void CFDE_TextOut::CalcLogicSize(const FX_WCHAR* pwsStr, in CalcLogicSize() function in CFDE_TextOut
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fwltheme.cpp | 236 m_pTextOut->CalcLogicSize(pParams->m_wsText.c_str(), in CalcTextRect() 253 m_pTextOut->CalcLogicSize(pParams->m_wsText.c_str(), in CalcTextRect()
|
D | xfa_ffwidgetacc.cpp | 862 layoutData->m_pTextOut->CalcLogicSize(wsText.c_str(), wsText.GetLength(), in CalculateTextContentSize()
|
/external/pdfium/xfa/fde/ |
D | cfde_txtedtengine.cpp | 1396 pTextOut->CalcLogicSize(wsText.c_str(), wsText.GetLength(), rcText); in IsFitArea()
|