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

  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 93 pWnd->DrawAppearance(pDevice, &mt);
97 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
107 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
660 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
666 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, nullptr);
668 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
672 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Rollover,
675 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
678 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
cffl_interactiveformfiller.cpp 99 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 83 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
cpdfsdk_baannot.cpp 56 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice,
60 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device,
393 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device,
cpdfsdk_baannothandler.cpp 75 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance(
cpdfsdk_widget.h 136 void DrawAppearance(CFX_RenderDevice* pDevice,
cpdfsdk_widgethandler.cpp 97 static_cast<CPDFSDK_BAAnnot*>(pAnnot)->DrawAppearance(
cpdfsdk_widget.cpp 805 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice,
828 CPDFSDK_BAAnnot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_annot.h 88 bool DrawAppearance(CPDF_Page* pPage,
cpdf_annotlist.cpp 148 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix,
cpdf_annot.cpp 360 bool CPDF_Annot::DrawAppearance(CPDF_Page* pPage,
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.cpp 339 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice,
375 pChild->DrawAppearance(pDevice, pUser2Device);
378 pChild->DrawAppearance(pDevice, &mt);
PWL_Wnd.h 287 void DrawAppearance(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device);

Completed in 278 milliseconds