Home
last modified time | relevance | path

Searched refs:OnDraw (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_PushButton.cpp36 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()
DFFL_FormFiller.cpp93 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()
DFFL_IFormFiller.cpp76 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/
DFFL_PushButton.h19 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
DFFL_FormFiller.h41 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
164 virtual void OnDraw(CPDFSDK_PageView *pPageView/*, HDC hDC*/, CPDFSDK_Annot* pAnnot,
DFFL_IFormFiller.h38 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
/external/chromium_org/android_webview/browser/
Dbrowser_view_renderer.h80 bool OnDraw(jobject java_canvas,
Dbrowser_view_renderer.cc223 bool BrowserViewRenderer::OnDraw(jobject java_canvas, in OnDraw() function in android_webview::BrowserViewRenderer
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h39 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
110 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp140 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/
Daw_contents.h114 bool OnDraw(JNIEnv* env,
Daw_contents.cc970 bool AwContents::OnDraw(JNIEnv* env, in OnDraw() function in android_webview::AwContents
983 return browser_view_renderer_.OnDraw( in OnDraw()