Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp93 pWnd->DrawAppearance(pDevice, &mt); in OnDraw()
97 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, in OnDraw()
107 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDrawDeactive()
660 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
666 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, nullptr); in OnDraw()
668 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, in OnDraw()
672 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Rollover, in OnDraw()
675 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, in OnDraw()
678 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
Dcffl_interactiveformfiller.cpp99 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp56 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot
60 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in DrawAppearance()
393 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in Annot_OnDraw()
Dcpdfsdk_baannot.h83 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
Dcpdfsdk_widget.h136 void DrawAppearance(CFX_RenderDevice* pDevice,
Dcpdfsdk_baannothandler.cpp75 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance( in OnDraw()
Dcpdfsdk_widgethandler.cpp97 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance( in OnDraw()
Dcpdfsdk_widget.cpp805 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, function in CPDFSDK_Widget
828 CPDFSDK_BAAnnot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h88 bool DrawAppearance(CPDF_Page* pPage,
Dcpdf_annotlist.cpp148 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix, in DisplayPass()
Dcpdf_annot.cpp360 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp339 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()
DPWL_Wnd.h287 void DrawAppearance(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device);