Home
last modified time | relevance | path

Searched refs:GetScrollBarWidth (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h33 virtual float GetScrollBarWidth() const = 0;
Dcfwl_datetimepicker.cpp83 float fBtn = theme->GetScrollBarWidth(); in Update()
426 m_fBtn = theme->GetScrollBarWidth(); in DisForm_Update()
Dcfwl_edit.cpp99 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()
Dcfwl_combobox.cpp379 float fBtn = theme->GetScrollBarWidth(); in Layout()
670 float fBtn = theme->GetScrollBarWidth(); in DisForm_Layout()
Dcfwl_listbox.cpp611 return theme ? theme->GetScrollBarWidth() : 0.0f; in GetScrollWidth()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h42 float GetScrollBarWidth() const override;
Dcxfa_fwltheme.cpp203 float CXFA_FWLTheme::GetScrollBarWidth() const { in GetScrollBarWidth() function in CXFA_FWLTheme
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.h140 float GetScrollBarWidth() const;
Dcpwl_wnd.cpp420 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
Dcpwl_scroll_bar.cpp594 float CPWL_ScrollBar::GetScrollBarWidth() const { in GetScrollBarWidth() function in CPWL_ScrollBar