Home
last modified time | relevance | path

Searched refs:DisplayAnnots (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h636 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
640 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function
644DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL); in DisplayAnnots()
647 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function
651DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots()
654 …void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pCont…
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp108 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, in DisplayAnnots() function in CPDF_AnnotList
117DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots()
119 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderCo… in DisplayAnnots() function in CPDF_AnnotList
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp733 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()