Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:m_pRoot

2800     CPDF_Object                         *m_pRoot;
2961 m_pRoot = NULL;
2980 if (m_pRoot) {
2981 m_pRoot->Release();
3377 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist);
3382 if (!m_pRoot) {
3389 CPDF_Dictionary* pDict = m_pRoot->GetDict();
3400 CPDF_Reference* pAcroFormRef = (CPDF_Reference*)m_pRoot->GetDict()->GetElement(FX_BSTRC("AcroForm"));