Searched refs:GetScrollBarWidth (Results 1 – 10 of 10) sorted by relevance
33 virtual float GetScrollBarWidth() const = 0;
83 float fBtn = theme->GetScrollBarWidth(); in Update()426 m_fBtn = theme->GetScrollBarWidth(); in DisForm_Update()
99 float scrollbarWidth = theme ? theme->GetScrollBarWidth() : 0.0f; in GetWidgetRect()845 float fWidth = theme->GetScrollBarWidth(); in Layout()915 float fWidth = theme ? theme->GetScrollBarWidth() : 0; in LayoutScrollBar()
379 float fBtn = theme->GetScrollBarWidth(); in Layout()670 float fBtn = theme->GetScrollBarWidth(); in DisForm_Layout()
611 return theme ? theme->GetScrollBarWidth() : 0.0f; in GetScrollWidth()
42 float GetScrollBarWidth() const override;
203 float CXFA_FWLTheme::GetScrollBarWidth() const { in GetScrollBarWidth() function in CXFA_FWLTheme
140 float GetScrollBarWidth() const;
420 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
594 float CPWL_ScrollBar::GetScrollBarWidth() const { in GetScrollBarWidth() function in CPWL_ScrollBar