Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_rendercontext.cpp14 m_pAnnots = NULL; in Clear()
27 if (m_pAnnots) delete m_pAnnots; in ~CRenderContext()
Dfpdfview.cpp829 pContext->m_pAnnots = FX_NEW CPDF_AnnotList(pPage); in FPDF_RenderPage_Retail()
831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()
/external/pdfium/fpdfsdk/include/
Dfsdk_rendercontext.h24 CPDF_AnnotList* m_pAnnots; variable