Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.h28 void DisplayAnnots(CPDF_Page* pPage,
35 void DisplayAnnots(CPDF_Page* pPage,
Dcpdf_annotlist.cpp211 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage, in DisplayAnnots() function in CPDF_AnnotList
229 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage, in DisplayAnnots() function in CPDF_AnnotList
237 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags, in DisplayAnnots()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp122 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext.get(), in RenderPageImpl()