HomeSort by relevance Sort by last modified time
    Searched refs:OnDraw (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_PushButton.cpp 36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
FFL_FormFiller.cpp 93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
880 void CFFL_Button::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
924 OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
FFL_IFormFiller.cpp 76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
89 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_PushButton.h 21 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
FFL_FormFiller.h 41 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
164 virtual void OnDraw(CPDFSDK_PageView *pPageView/*, HDC hDC*/, CPDFSDK_Annot* pAnnot,
FFL_IFormFiller.h 39 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 47 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
118 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 140 pAnnotHandler->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
436 void CPDFSDK_BFAnnotHandler::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags)
449 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);

Completed in 168 milliseconds