Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp71 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
77 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Down, in OnDraw()
80 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
87 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Rollover, in OnDraw()
90 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
96 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
Dcffl_formfiller.cpp61 pWnd->DrawAppearance(pDevice, GetCurMatrix() * mtUser2Device); in OnDraw()
69 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
76 ToCPDFSDKWidget(pAnnot)->DrawAppearance(pDevice, mtUser2Device, in OnDrawDeactive()
Dcffl_interactiveformfiller.cpp102 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp69 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot
73 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()
Dcpdfsdk_baannot.h38 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
Dcpdfsdk_widget.h125 void DrawAppearance(CFX_RenderDevice* pDevice,
Dcpdfsdk_baannothandler.cpp69 pAnnot->AsBAAnnot()->DrawAppearance(pDevice, mtUser2Device, in OnDraw()
Dcpdfsdk_widgethandler.cpp86 pAnnot->AsBAAnnot()->DrawAppearance(pDevice, mtUser2Device, in OnDraw()
Dcpdfsdk_widget.cpp639 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_Widget
657 CPDFSDK_BAAnnot::DrawAppearance(pDevice, mtUser2Device, mode, pOptions); in DrawAppearance()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h86 bool DrawAppearance(CPDF_Page* pPage,
Dcpdf_annotlist.cpp267 } else if (!pAnnot->DrawAppearance(pPage, pDevice, matrix, in DisplayPass()
Dcpdf_annot.cpp383 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp212 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPWL_Wnd
246 pChild->DrawAppearance(pDevice, mtUser2Device); in DrawChildAppearance()
250 pChild->DrawAppearance(pDevice, mt); in DrawChildAppearance()
Dcpwl_wnd.h194 void DrawAppearance(CFX_RenderDevice* pDevice,