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

  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 681 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
685 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
689 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL);
692 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
696 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect);
699 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 109 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
118 DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_rect);
120 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL);

Completed in 431 milliseconds