/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 93 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()
|
D | cffl_interactiveformfiller.cpp | 99 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.cpp | 56 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()
|
D | cpdfsdk_baannot.h | 83 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_widget.h | 136 void DrawAppearance(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_baannothandler.cpp | 75 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance( in OnDraw()
|
D | cpdfsdk_widgethandler.cpp | 97 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance( in OnDraw()
|
D | cpdfsdk_widget.cpp | 805 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, function in CPDFSDK_Widget 828 CPDFSDK_BAAnnot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.h | 88 bool DrawAppearance(CPDF_Page* pPage,
|
D | cpdf_annotlist.cpp | 148 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix, in DisplayPass()
|
D | cpdf_annot.cpp | 360 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Wnd.cpp | 339 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()
|
D | PWL_Wnd.h | 287 void DrawAppearance(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device);
|