Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/theme/
Dscrollbartp.cpp9 CFWL_ScrollBarTP::CFWL_ScrollBarTP() { in CFWL_ScrollBarTP() function in CFWL_ScrollBarTP
13 CFWL_ScrollBarTP::~CFWL_ScrollBarTP() { in ~CFWL_ScrollBarTP()
19 FX_BOOL CFWL_ScrollBarTP::IsValidWidget(IFWL_Widget* pWidget) { in IsValidWidget()
24 void* CFWL_ScrollBarTP::GetCapacity(CFWL_ThemePart* pThemePart, in GetCapacity()
32 FX_DWORD CFWL_ScrollBarTP::SetThemeID(IFWL_Widget* pWidget, in SetThemeID()
40 FX_BOOL CFWL_ScrollBarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
92 void CFWL_ScrollBarTP::DrawThumbBtn(CFX_Graphics* pGraphics, in DrawThumbBtn()
138 void CFWL_ScrollBarTP::DrawPaw(CFX_Graphics* pGraphics, in DrawPaw()
213 void CFWL_ScrollBarTP::DrawTrack(CFX_Graphics* pGraphics, in DrawTrack()
248 void CFWL_ScrollBarTP::DrawMaxMinBtn(CFX_Graphics* pGraphics, in DrawMaxMinBtn()
[all …]
/external/pdfium/xfa/include/fwl/theme/
Dscrollbartp.h10 class CFWL_ScrollBarTP; variable
11 class CFWL_ScrollBarTP : public CFWL_WidgetTP {
13 CFWL_ScrollBarTP();
14 virtual ~CFWL_ScrollBarTP();
Dlistboxtp.h10 class CFWL_ScrollBarTP; variable
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp94 CFWL_ScrollBarTP* pSrollBarTP = new CFWL_ScrollBarTP; in CFWL_Theme()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h55 CFWL_ScrollBarTP* m_pSrollBarTP;
Dxfa_fwltheme.cpp32 m_pSrollBarTP = new CFWL_ScrollBarTP; in CXFA_FWLTheme()