Searched refs:GetScrollBarWidth (Results 1 – 10 of 10) sorted by relevance
35 virtual float GetScrollBarWidth() const = 0;
70 float scrollbarWidth = theme ? theme->GetScrollBarWidth() : 0.0f; in GetWidgetRect()751 float fWidth = theme->GetScrollBarWidth(); in Layout()821 float fWidth = theme ? theme->GetScrollBarWidth() : 0; in LayoutScrollBar()
78 m_fBtn = theme->GetScrollBarWidth(); in Update()
288 float fBtn = theme->GetScrollBarWidth(); in Layout()
604 return theme ? theme->GetScrollBarWidth() : 0.0f; in GetScrollWidth()
45 float GetScrollBarWidth() const override;
201 float CXFA_FWLTheme::GetScrollBarWidth() const { in GetScrollBarWidth() function in CXFA_FWLTheme
142 float GetScrollBarWidth() const;
412 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
568 float CPWL_ScrollBar::GetScrollBarWidth() const { in GetScrollBarWidth() function in CPWL_ScrollBar