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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 103 pWnd->DrawAppearance(pDevice,&mt);
109 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
121 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
899 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, NULL);
901 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
906 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Rollover, NULL);
908 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
912 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
916 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
FFL_IFormFiller.cpp 130 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 185 pChild->DrawAppearance(pDevice,pUser2Device);
190 pChild->DrawAppearance(pDevice,&mt);
PWL_Wnd.cpp 430 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
473 pChild->DrawAppearance(pDevice,pUser2Device);
478 pChild->DrawAppearance(pDevice,&mt);
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 156 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
fsdk_baseform.h 149 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 104 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix, CPDF_Annot::Normal, pOptions)) {
250 FX_BOOL CPDF_Annot::DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pUser2Device,
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 297 void DrawAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 144 pAnnot->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
443 pAnnot->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
fsdk_baseform.cpp 413 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
436 CPDFSDK_Annot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 637 FX_BOOL DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pUser2Device,
    [all...]

Completed in 141 milliseconds