HomeSort by relevance Sort by last modified time
    Searched refs:OnDraw (Results 1 - 12 of 12) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_PushButton.cpp 36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
FFL_FormFiller.cpp 93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
880 void CFFL_Button::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
924 OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
FFL_IFormFiller.cpp 76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
89 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_PushButton.h 19 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
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,
FFL_IFormFiller.h 38 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 80 bool OnDraw(jobject java_canvas,
171 // If we call up view invalidate and OnDraw is not called before a deadline,
browser_view_renderer.cc 240 bool BrowserViewRenderer::OnDraw(jobject java_canvas,
371 // Treat it the same way as skipping onDraw.
789 // This should only be called if OnDraw or DrawGL did not come in time, which
  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 39 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/
aw_contents.h 114 bool OnDraw(JNIEnv* env,
aw_contents.cc     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 140 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)
449 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);

Completed in 167 milliseconds