/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Note.h | 151 …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 = …
|
D | PWL_ComboBox.h | 64 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
|
D | PWL_ListBox.h | 60 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
|
D | PWL_IconList.h | 121 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
|
D | PWL_ScrollBar.h | 115 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
|
D | PWL_EditCtrl.h | 76 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
|
D | PWL_Wnd.h | 327 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 182 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 …]
|
D | PWL_EditCtrl.cpp | 84 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()
|
D | PWL_IconList.cpp | 191 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()
|
D | PWL_ListBox.cpp | 43 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()
|
D | PWL_ScrollBar.cpp | 573 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()
|
D | PWL_ComboBox.cpp | 604 void CPWL_ComboBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
|
D | PWL_Wnd.cpp | 637 void CPWL_Wnd::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 269 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/ |
D | fx_system.h | 111 typedef FX_INT64 FX_INTPTR; typedef 114 typedef int FX_INTPTR; typedef
|
D | fx_basic.h | 181 FX_INTPTR GetLength() in GetLength()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GeneralDecoder.cpp | 154 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()
|