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

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 108 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
117 DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_rect);
119 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 636 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
640 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
644 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL);
647 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
651 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect);
654 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
    [all...]

Completed in 244 milliseconds