Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp70 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
76 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Down, in OnDraw()
79 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
86 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Rollover, in OnDraw()
89 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
95 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
Dcffl_formfiller.cpp79 pWnd->DrawAppearance(pDevice, mt); in OnDraw()
87 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
94 CPDFSDKAnnotToWidget(pAnnot)->DrawAppearance(pDevice, mtUser2Device, in OnDrawDeactive()
Dcffl_interactiveformfiller.cpp103 pWidget->DrawAppearance(pDevice, *pUser2Device, CPDF_Annot::Normal, in OnDraw()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.h82 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
Dcpdfsdk_baannot.cpp63 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot
67 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()
Dcpdfsdk_widget.h137 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.cpp804 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, function in CPDFSDK_Widget
827 CPDFSDK_BAAnnot::DrawAppearance(pDevice, mtUser2Device, mode, pOptions);
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h82 bool DrawAppearance(CPDF_Page* pPage,
Dcpdf_annotlist.cpp204 } else if (!pAnnot->DrawAppearance(pPage, pDevice, matrix, in DisplayPass()
Dcpdf_annot.cpp351 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp234 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPWL_Wnd
271 pChild->DrawAppearance(pDevice, mtUser2Device); in DrawChildAppearance()
274 pChild->DrawAppearance(pDevice, mt); in DrawChildAppearance()
Dcpwl_wnd.h198 void DrawAppearance(CFX_RenderDevice* pDevice,