Searched refs:DisplayAnnots (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.h | 28 void DisplayAnnots(CPDF_Page* pPage, 35 void DisplayAnnots(CPDF_Page* pPage,
|
D | cpdf_annotlist.cpp | 211 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/ |
D | fpdfview.cpp | 122 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext.get(), in RenderPageImpl()
|