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()
731 pContext->m_pAnnots = new CPDF_AnnotList(pPage); in FPDF_RenderPage_Retail()733 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail()
25 CPDF_AnnotList* m_pAnnots; variable