Home
last modified time | relevance | path

Searched refs:CalcTextRect (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp268 pTheme->CalcTextRect(calPart, &rect); in CalcTextSize()
272 void CFWL_Widget::CalcTextRect(const WideString& wsText, in CalcTextRect() function in CFWL_Widget
282 pTheme->CalcTextRect(calPart, pRect); in CalcTextRect()
Difwl_themeprovider.h26 virtual void CalcTextRect(const CFWL_ThemeText& pParams,
Dcfwl_widget.h150 void CalcTextRect(const WideString& wsText,
Dcfwl_checkbox.cpp131 CalcTextRect(L"Check box", m_pProperties->m_pThemeProvider.Get(), m_TTOStyles, in Layout()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h37 void CalcTextRect(const CFWL_ThemeText& pParams, CFX_RectF* pRect) override;
Dcxfa_fwltheme.cpp225 void CXFA_FWLTheme::CalcTextRect(const CFWL_ThemeText& pParams, in CalcTextRect() function in CXFA_FWLTheme