Home
last modified time | relevance | path

Searched refs:GetScrollPos (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp102 FWL_ERR CFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) { in GetScrollPos() function in CFWL_ListBox
105 return static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fPos, bVert); in GetScrollPos()
172 static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fx); in GetItemAtPoint()
173 static_cast<IFWL_ListBox*>(m_pIface)->GetScrollPos(fy, FALSE); in GetItemAtPoint()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListCtrl.h18 CPDF_Point GetScrollPos() const;
DPWL_EditCtrl.h82 CPDF_Point GetScrollPos() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp154 GetScrollPos(); in CreateChildWnd()
244 CPDF_Point ptScroll = GetScrollPos(); in ScrollToItem()
467 CPDF_Point ptScroll = m_pListContent->GetScrollPos(); in OnMouseWheel()
DPWL_EditCtrl.cpp103 m_pEdit->SetScrollPos(CPDF_Point(m_pEdit->GetScrollPos().x, fPos)); in OnNotify()
441 CPDF_Point CPWL_EditCtrl::GetScrollPos() const { in GetScrollPos() function in CPWL_EditCtrl
443 return m_pEdit->GetScrollPos(); in GetScrollPos()
DPWL_ListCtrl.cpp35 CPDF_Point CPWL_ListCtrl::GetScrollPos() const { in GetScrollPos() function in CPWL_ListCtrl
DPWL_Note.cpp1302 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnMouseWheel()
1369 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1413 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1426 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
DPWL_Edit.cpp984 CPDF_Point ptScroll = GetScrollPos(); in OnMouseWheel()
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h28 FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h123 FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h39 virtual FWL_ERR GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert = TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp52 FWL_ERR IFWL_ListBox::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) { in GetScrollPos() function in IFWL_ListBox
53 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetScrollPos(fPos, bVert); in GetScrollPos()
298 FWL_ERR CFWL_ListBoxImp::GetScrollPos(FX_FLOAT& fPos, FX_BOOL bVert) { in GetScrollPos() function in CFWL_ListBoxImp
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h299 virtual CPDF_Point GetScrollPos() const = 0;
Dfxet_edit.h612 CPDF_Point GetScrollPos() const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1878 CPDF_Point CFX_Edit::GetScrollPos() const { in GetScrollPos() function in CFX_Edit