Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.h46 void OnDrawDeactive(CPDFSDK_PageView* pPageView,
Dcffl_button.cpp98 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() function in CFFL_Button
Dcffl_formfiller.h35 virtual void OnDrawDeactive(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.cpp90 void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() function in CFFL_FormFiller
Dcffl_interactiveformfiller.cpp101 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, *pUser2Device); in OnDraw()