Home
last modified time | relevance | path

Searched refs:CFWL_ScrollBarTP (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.cpp22 CFWL_ScrollBarTP::CFWL_ScrollBarTP() : m_pThemeData(new SBThemeData) { in CFWL_ScrollBarTP() function in CFWL_ScrollBarTP
26 CFWL_ScrollBarTP::~CFWL_ScrollBarTP() {} in ~CFWL_ScrollBarTP()
28 void CFWL_ScrollBarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
74 void CFWL_ScrollBarTP::DrawThumbBtn(CFX_Graphics* pGraphics, in DrawThumbBtn()
120 void CFWL_ScrollBarTP::DrawPaw(CFX_Graphics* pGraphics, in DrawPaw()
203 void CFWL_ScrollBarTP::DrawTrack(CFX_Graphics* pGraphics, in DrawTrack()
238 void CFWL_ScrollBarTP::DrawMaxMinBtn(CFX_Graphics* pGraphics, in DrawMaxMinBtn()
251 void CFWL_ScrollBarTP::SetThemeData() { in SetThemeData()
Dcfwl_scrollbartp.h14 class CFWL_ScrollBarTP : public CFWL_WidgetTP {
16 CFWL_ScrollBarTP();
17 ~CFWL_ScrollBarTP() override;
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.h53 std::unique_ptr<CFWL_ScrollBarTP> m_pSrollBarTP;
Dxfa_fwltheme.cpp50 m_pSrollBarTP(new CFWL_ScrollBarTP), in CXFA_FWLTheme()