/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_PushButton.cpp | 36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDraw() function in CFFL_PushButton 40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
|
D | FFL_FormFiller.cpp | 93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw() function in CFFL_FormFiller 880 void CFFL_Button::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw() function in CFFL_Button 924 OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDrawDeactive()
|
D | FFL_IFormFiller.cpp | 76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw() function in CFFL_IFormFiller 89 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_PushButton.h | 19 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
|
D | 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,
|
D | FFL_IFormFiller.h | 38 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
|
/external/chromium_org/android_webview/browser/ |
D | browser_view_renderer.h | 80 bool OnDraw(jobject java_canvas,
|
D | browser_view_renderer.cc | 223 bool BrowserViewRenderer::OnDraw(jobject java_canvas, in OnDraw() function in android_webview::BrowserViewRenderer
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 39 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, 110 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_annothandler.cpp | 140 pAnnotHandler->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in Annot_OnDraw() 436 void CPDFSDK_BFAnnotHandler::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderD… in OnDraw() function in CPDFSDK_BFAnnotHandler 449 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
|
/external/chromium_org/android_webview/native/ |
D | aw_contents.h | 114 bool OnDraw(JNIEnv* env,
|
D | aw_contents.cc | 970 bool AwContents::OnDraw(JNIEnv* env, in OnDraw() function in android_webview::AwContents 983 return browser_view_renderer_.OnDraw( in OnDraw()
|