Searched refs:DisplayAnnots (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 636 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, 640 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function 644 … DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL); in DisplayAnnots() 647 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function 651 …DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots() 654 …void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pCont…
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 108 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, in DisplayAnnots() function in CPDF_AnnotList 117 …DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots() 119 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderCo… in DisplayAnnots() function in CPDF_AnnotList
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 733 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()
|