Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp103 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()
DFFL_IFormFiller.cpp130 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp185 pChild->DrawAppearance(pDevice,pUser2Device); in DrawChildAppearance()
190 pChild->DrawAppearance(pDevice,&mt); in DrawChildAppearance()
DPWL_Wnd.cpp430 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/
Dfsdk_baseannot.h156 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
Dfsdk_baseform.h149 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp104 } 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/
Dfsdk_baseannot.cpp604 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()
Dfsdk_annothandler.cpp144 pAnnot->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in Annot_OnDraw()
443 pAnnot->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
Dfsdk_baseform.cpp413 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/
DPWL_Wnd.h297 void DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h637 …FX_BOOL DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatri…