Searched refs:m_pAnnots (Results 1 – 3 of 3) sorted by relevance
14 m_pAnnots = NULL; in Clear()27 if (m_pAnnots) delete m_pAnnots; in ~CRenderContext()
829 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()
24 CPDF_AnnotList* m_pAnnots; variable