Searched refs:CalcTextRect (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | ifwl_themeprovider.h | 26 virtual void CalcTextRect(const CFWL_ThemeText& pParams,
|
D | cfwl_widget.cpp | 268 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()
|
D | cfwl_widget.h | 150 void CalcTextRect(const WideString& wsText,
|
D | cfwl_checkbox.cpp | 131 CalcTextRect(L"Check box", m_pProperties->m_pThemeProvider.Get(), m_TTOStyles, in Layout()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.h | 37 void CalcTextRect(const CFWL_ThemeText& pParams, CFX_RectF* pRect) override;
|
D | cxfa_fwltheme.cpp | 225 void CXFA_FWLTheme::CalcTextRect(const CFWL_ThemeText& pParams, in CalcTextRect() function in CXFA_FWLTheme
|