Home
last modified time | relevance | path

Searched refs:OnDrawDeactive (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h44 virtual void OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
168 virtual void OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp113 void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnno… in OnDrawDeactive() function in CFFL_FormFiller
920 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDrawDeactive() function in CFFL_Button
DFFL_IFormFiller.cpp128 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()