Searched refs:CFWL_ScrollBarTP (Results 1 – 6 of 6) sorted by relevance
9 CFWL_ScrollBarTP::CFWL_ScrollBarTP() { in CFWL_ScrollBarTP() function in CFWL_ScrollBarTP13 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 …]
10 class CFWL_ScrollBarTP; variable11 class CFWL_ScrollBarTP : public CFWL_WidgetTP {13 CFWL_ScrollBarTP();14 virtual ~CFWL_ScrollBarTP();
10 class CFWL_ScrollBarTP; variable
94 CFWL_ScrollBarTP* pSrollBarTP = new CFWL_ScrollBarTP; in CFWL_Theme()
55 CFWL_ScrollBarTP* m_pSrollBarTP;
32 m_pSrollBarTP = new CFWL_ScrollBarTP; in CXFA_FWLTheme()