Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h681 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
685 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function
689DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL); in DisplayAnnots()
692 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function
696DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots()
699 …void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pCont…
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp109 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, in DisplayAnnots() function in CPDF_AnnotList
118DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots()
120 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderCo… in DisplayAnnots() function in CPDF_AnnotList
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()