Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp86 pWnd->DrawAppearance(pDevice, &mt); in OnDraw()
90 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
100 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDrawDeactive()
701 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
707 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, NULL); in OnDraw()
709 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
712 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Rollover, in OnDraw()
715 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
717 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
DFFL_IFormFiller.cpp97 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp154 pChild->DrawAppearance(pDevice, pUser2Device); in DrawChildAppearance()
157 pChild->DrawAppearance(pDevice, &mt); in DrawChildAppearance()
DPWL_Wnd.cpp341 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPWL_Wnd
375 pChild->DrawAppearance(pDevice, pUser2Device); in DrawChildAppearance()
378 pChild->DrawAppearance(pDevice, &mt); in DrawChildAppearance()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp92 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix, in DisplayPass()
218 FX_BOOL CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h199 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
Dfsdk_baseform.h205 void DrawAppearance(CFX_RenderDevice* pDevice,
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp561 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot
565 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in DrawAppearance()
968 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in Annot_OnDraw()
Dfsdk_annothandler.cpp151 ->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in Annot_OnDraw()
467 ->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
Dfsdk_baseform.cpp818 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, function in CPDFSDK_Widget
841 CPDFSDK_BAAnnot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h297 void DrawAppearance(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device);
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h399 FX_BOOL DrawAppearance(CPDF_Page* pPage,