HomeSort by relevance Sort by last modified time
    Searched refs:DrawAppearance (Results 1 - 14 of 14) sorted by null

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

Completed in 1991 milliseconds