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

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_PushButton.cpp36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, function in class:CFFL_PushButton
40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
H A DFFL_FormFiller.cpp93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, function in class:CFFL_FormFiller
880 void CFFL_Button::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, function in class:CFFL_Button
924 OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
H A DFFL_IFormFiller.cpp76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, function in class:CFFL_IFormFiller
89 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_PushButton.h19 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
H A 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,
H A DFFL_IFormFiller.h38 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.h80 bool OnDraw(jobject java_canvas,
171 // If we call up view invalidate and OnDraw is not called before a deadline,
H A Dbrowser_view_renderer.cc240 bool BrowserViewRenderer::OnDraw(jobject java_canvas, function in class:android_webview::BrowserViewRenderer
789 // This should only be called if OnDraw or DrawGL did not come in time, which
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h39 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
110 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
/external/chromium_org/android_webview/native/
H A Daw_contents.h114 bool OnDraw(JNIEnv* env,
H A Daw_contents.cc975 bool AwContents::OnDraw(JNIEnv* env, function in class:android_webview::AwContents
988 return browser_view_renderer_.OnDraw(
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp140 pAnnotHandler->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
436 void CPDFSDK_BFAnnotHandler::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) function in class:CPDFSDK_BFAnnotHandler
449 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);

Completed in 205 milliseconds