Home
last modified time | relevance | path

Searched refs:FX_INTPTR (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h151 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
190 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
261 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
337 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
DPWL_ComboBox.h64 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
DPWL_ListBox.h60 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
DPWL_IconList.h121 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
DPWL_ScrollBar.h115 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
DPWL_EditCtrl.h76 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
DPWL_Wnd.h327 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp182 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
227 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0); in OnNotify()
549 void CPWL_Note_Contents::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
589 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0); in OnNotify()
1098 void CPWL_NoteItem::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
1120 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0); in OnNotify()
1573 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, (FX_INTPTR)&ptNew.y); in OnMouseWheel()
1574 m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptNew.y); in OnMouseWheel()
1583 void CPWL_Note::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
1618 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in OnNotify()
[all …]
DPWL_EditCtrl.cpp84 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
649 this->OnNotify(this,PNM_SETSCROLLINFO,SBT_VSCROLL,(FX_INTPTR)&Info); in IOnSetScrollInfoY()
667 this->OnNotify(this,PNM_SETSCROLLPOS,SBT_VSCROLL,(FX_INTPTR)&fy); in IOnSetScrollPosY()
677 this->OnNotify(this,PNM_SETCARETINFO,(FX_INTPTR)&cInfo,(FX_INTPTR)NULL); in IOnSetCaret()
DPWL_IconList.cpp191 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in CreateChildWnd()
300 pParent->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptScroll.y); in ScrollToItem()
449 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
584 pScrollBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptNew.y); in OnMouseWheel()
DPWL_ListBox.cpp43 m_pList->OnNotify(m_pList,PNM_SETSCROLLINFO,SBT_VSCROLL,(FX_INTPTR)&Info); in IOnSetScrollInfoY()
69 m_pList->OnNotify(m_pList,PNM_SETSCROLLPOS,SBT_VSCROLL,(FX_INTPTR)&fy); in IOnSetScrollPosY()
359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_ScrollBar.cpp573 pParent->OnNotify(this,PNM_LBUTTONDOWN,0,(FX_INTPTR)&point); in OnLButtonDown()
586 pParent->OnNotify(this,PNM_LBUTTONUP,0,(FX_INTPTR)&point); in OnLButtonUp()
600 pParent->OnNotify(this,PNM_MOUSEMOVE,0,(FX_INTPTR)&point); in OnMouseMove()
843 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
1217 pParent->OnNotify(this,PNM_SCROLLWINDOW,(FX_INTPTR)m_sbType,(FX_INTPTR)&fPos); in NotifyScrollWindow()
DPWL_ComboBox.cpp604 void CPWL_ComboBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
DPWL_Wnd.cpp637 void CPWL_Wnd::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp269 m_pObjArray->Add((void*)(FX_INTPTR)item_index); in ProcessObject()
276 m_pObjArray->Add((void*)(FX_INTPTR)item_index); in ProcessObject()
/external/pdfium/core/include/fxcrt/
Dfx_system.h111 typedef FX_INT64 FX_INTPTR; typedef
114 typedef int FX_INTPTR; typedef
Dfx_basic.h181 FX_INTPTR GetLength() in GetLength()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp154 FX_INTPTR nStride, nStride2; in decode_Arith_Template0_opt2()
405 FX_INTPTR nStride, nStride2; in decode_Arith_Template1_opt2()
651 FX_INTPTR nStride, nStride2; in decode_Arith_Template2_opt2()
891 FX_INTPTR nStride; in decode_Arith_Template3_opt2()
1432 FX_INTPTR nStride, nStrideR, nOffset; in decode_Template0_opt()
1641 FX_INTPTR nStride, nStrideR, nOffset; in decode_Template1_opt()