Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.h30 void DisplayAnnots(CPDF_Page* pPage,
37 void DisplayAnnots(CPDF_Page* pPage,
Dcpdf_annotlist.cpp274 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage, in DisplayAnnots() function in CPDF_AnnotList
292 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage, in DisplayAnnots() function in CPDF_AnnotList
301 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags, in DisplayAnnots()
/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp66 pList->DisplayAnnots(pPage, pContext->m_pContext.get(), bPrinting, &matrix, in RenderPageImpl()