/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 103 pWnd->DrawAppearance(pDevice,&mt); in OnDraw() 109 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 121 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDrawDeactive() 899 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, NULL); in OnDraw() 901 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 906 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Rollover, NULL); in OnDraw() 908 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 912 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 916 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
|
D | FFL_IFormFiller.cpp | 130 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListCtrl.cpp | 185 pChild->DrawAppearance(pDevice,pUser2Device); in DrawChildAppearance() 190 pChild->DrawAppearance(pDevice,&mt); in DrawChildAppearance()
|
D | PWL_Wnd.cpp | 430 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawAppearance() function in CPWL_Wnd 473 pChild->DrawAppearance(pDevice,pUser2Device); in DrawChildAppearance() 478 pChild->DrawAppearance(pDevice,&mt); in DrawChildAppearance()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 156 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
|
D | fsdk_baseform.h | 149 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 104 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix, CPDF_Annot::Normal, pOptions)) { in DisplayPass() 250 FX_BOOL CPDF_Annot::DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_Aff… in DrawAppearance() function in CPDF_Annot
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseannot.cpp | 604 void CPDFSDK_Annot::DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device, in DrawAppearance() function in CPDFSDK_Annot 610 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, mode, pOptions); in DrawAppearance() 1176 …m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, CPDF_Annot::Normal, NUL… in Annot_OnDraw()
|
D | fsdk_annothandler.cpp | 144 pAnnot->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in Annot_OnDraw() 443 pAnnot->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
|
D | fsdk_baseform.cpp | 413 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device, in DrawAppearance() function in CPDFSDK_Widget 436 CPDFSDK_Annot::DrawAppearance(pDevice, pUser2Device, mode, pOptions); in DrawAppearance()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 297 void DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 637 …FX_BOOL DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatri…
|