Searched refs:DisplayAnnots (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 681 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, 685 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function 689 … DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL); in DisplayAnnots() 692 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots() function 696 …DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect); in DisplayAnnots() 699 …void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pCont…
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_annot.cpp | 109 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, in DisplayAnnots() function in CPDF_AnnotList 118 …DisplayAnnots(pPage, pDevice, NULL, bPrinting, pUser2Device, bShowWidget ? 3 : 1, pOptions, &clip_… in DisplayAnnots() 120 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 | 831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()
|