Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/tto/
Dfde_textout.h110 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);
Dfde_textout.cpp168 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/
Dxfa_fwltheme.cpp236 m_pTextOut->CalcLogicSize(pParams->m_wsText.c_str(), in CalcTextRect()
253 m_pTextOut->CalcLogicSize(pParams->m_wsText.c_str(), in CalcTextRect()
Dxfa_ffwidgetacc.cpp862 layoutData->m_pTextOut->CalcLogicSize(wsText.c_str(), wsText.GetLength(), in CalculateTextContentSize()
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp1396 pTextOut->CalcLogicSize(wsText.c_str(), wsText.GetLength(), rcText); in IsFitArea()