/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 86 pWnd->DrawAppearance(pDevice, &mt); in OnDraw() 90 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 100 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDrawDeactive() 701 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 707 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, NULL); in OnDraw() 709 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 712 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Rollover, in OnDraw() 715 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw() 717 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
|
D | FFL_IFormFiller.cpp | 97 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL); in OnDraw()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListCtrl.cpp | 154 pChild->DrawAppearance(pDevice, pUser2Device); in DrawChildAppearance() 157 pChild->DrawAppearance(pDevice, &mt); in DrawChildAppearance()
|
D | PWL_Wnd.cpp | 341 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()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 92 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix, in DisplayPass() 218 FX_BOOL CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 199 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
|
D | fsdk_baseform.h | 205 void DrawAppearance(CFX_RenderDevice* pDevice,
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseannot.cpp | 561 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot 565 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in DrawAppearance() 968 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in Annot_OnDraw()
|
D | fsdk_annothandler.cpp | 151 ->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in Annot_OnDraw() 467 ->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
|
D | fsdk_baseform.cpp | 818 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, function in CPDFSDK_Widget 841 CPDFSDK_BAAnnot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 297 void DrawAppearance(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device);
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 399 FX_BOOL DrawAppearance(CPDF_Page* pPage,
|