Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.h44 void OnDrawDeactive(CPDFSDK_PageView* pPageView,
Dcffl_button.cpp99 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() function in CFFL_Button
Dcffl_formfiller.h36 virtual void OnDrawDeactive(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.cpp72 void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() function in CFFL_FormFiller
Dcffl_interactiveformfiller.cpp100 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, mtUser2Device); in OnDraw()