/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 71 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()
|
D | cffl_formfiller.cpp | 61 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()
|
D | cffl_interactiveformfiller.cpp | 102 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.cpp | 69 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot 73 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()
|
D | cpdfsdk_baannot.h | 38 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_widget.h | 125 void DrawAppearance(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_baannothandler.cpp | 69 pAnnot->AsBAAnnot()->DrawAppearance(pDevice, mtUser2Device, in OnDraw()
|
D | cpdfsdk_widgethandler.cpp | 86 pAnnot->AsBAAnnot()->DrawAppearance(pDevice, mtUser2Device, in OnDraw()
|
D | cpdfsdk_widget.cpp | 639 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/ |
D | cpdf_annot.h | 86 bool DrawAppearance(CPDF_Page* pPage,
|
D | cpdf_annotlist.cpp | 267 } else if (!pAnnot->DrawAppearance(pPage, pDevice, matrix, in DisplayPass()
|
D | cpdf_annot.cpp | 383 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.cpp | 212 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()
|
D | cpwl_wnd.h | 194 void DrawAppearance(CFX_RenderDevice* pDevice,
|