Searched refs:OnDraw (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 61 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_Button 101 OnDraw(pPageView, pWidget, pDevice, mtUser2Device); in OnDrawDeactive()
|
D | cffl_button.h | 37 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cffl_formfield.h | 33 virtual void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cffl_interactiveformfiller.h | 61 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cffl_interactiveformfiller.cpp | 57 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_InteractiveFormFiller 67 pFormField->OnDraw(pPageView, pWidget, pDevice, mtUser2Device); in OnDraw()
|
D | cffl_formfield.cpp | 56 void CFFL_FormField::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_FormField
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_widget.h | 30 void OnDraw(CFX_RenderDevice* pDevice,
|
D | cpdfxfa_widget.cpp | 240 void CPDFXFA_Widget::OnDraw(CFX_RenderDevice* pDevice, in OnDraw() function in CPDFXFA_Widget
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.h | 36 void OnDraw(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_annot.h | 67 virtual void OnDraw(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_widget.h | 57 void OnDraw(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_baannot.cpp | 262 void CPDFSDK_BAAnnot::OnDraw(CFX_RenderDevice* pDevice, in OnDraw() function in CPDFSDK_BAAnnot
|
D | cpdfsdk_widget.cpp | 696 void CPDFSDK_Widget::OnDraw(CFX_RenderDevice* pDevice, in OnDraw() function in CPDFSDK_Widget 704 GetInteractiveFormFiller()->OnDraw(GetPageView(), this, pDevice, in OnDraw()
|
D | cpdfsdk_pageview.cpp | 91 pSDKAnnot->OnDraw(pDevice, mtUser2Device, pOptions->GetDrawAnnots()); in PageView_OnDraw()
|