HomeSort by relevance Sort by last modified time
    Searched defs:OnDraw (Results 1 - 6 of 6) 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/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);
  /external/chromium_org/android_webview/browser/
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/chromium_org/android_webview/native/
aw_contents.cc     [all...]

Completed in 263 milliseconds