/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 70 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw() 76 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Down, in OnDraw() 79 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw() 86 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Rollover, in OnDraw() 89 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw() 95 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
|
D | cffl_formfiller.cpp | 79 pWnd->DrawAppearance(pDevice, mt); in OnDraw() 87 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw() 94 CPDFSDKAnnotToWidget(pAnnot)->DrawAppearance(pDevice, mtUser2Device, in OnDrawDeactive()
|
D | cffl_interactiveformfiller.cpp | 103 pWidget->DrawAppearance(pDevice, *pUser2Device, CPDF_Annot::Normal, in OnDraw()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.h | 82 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_baannot.cpp | 63 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPDFSDK_BAAnnot 67 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()
|
D | cpdfsdk_widget.h | 137 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 | 804 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, function in CPDFSDK_Widget 827 CPDFSDK_BAAnnot::DrawAppearance(pDevice, mtUser2Device, mode, pOptions);
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.h | 82 bool DrawAppearance(CPDF_Page* pPage,
|
D | cpdf_annotlist.cpp | 204 } else if (!pAnnot->DrawAppearance(pPage, pDevice, matrix, in DisplayPass()
|
D | cpdf_annot.cpp | 351 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage, in DrawAppearance() function in CPDF_Annot
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.cpp | 234 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance() function in CPWL_Wnd 271 pChild->DrawAppearance(pDevice, mtUser2Device); in DrawChildAppearance() 274 pChild->DrawAppearance(pDevice, mt); in DrawChildAppearance()
|
D | cpwl_wnd.h | 198 void DrawAppearance(CFX_RenderDevice* pDevice,
|