Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h430 void DisplayAnnots(CPDF_Page* pPage, in DisplayAnnots() function
436 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, in DisplayAnnots()
439 void DisplayAnnots(CPDF_Page* pPage,
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp99 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage, in DisplayAnnots() function in CPDF_AnnotList
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp959 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, in FPDF_RenderPage_Retail()