HomeSort by relevance Sort by last modified time
    Searched refs:m_pRootDict (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 10 m_pRootDict = NULL;
23 pDoc->m_pRootDict = new CPDF_Dictionary;
24 pDoc->AddIndirectObject(pDoc->m_pRootDict);
26 pDoc->m_pRootDict->SetAt(FX_BSTRC("FDF"), pFDFDict);
36 if (pDoc->m_pRootDict == NULL) {
82 m_pRootDict = pMainDict->GetDict(FX_BSTRC("Root"));
90 if (m_pRootDict == NULL) {
101 buf << FX_BSTRC("trailer\r\n<</Root ") << m_pRootDict->GetObjNum() << FX_BSTRC(" 0 R>>\r\n%%EOF\r\n");
106 CPDF_Dictionary* pDict = m_pRootDict ? m_pRootDict->GetDict(FX_BSTRC("FDF")) : NULL
    [all...]
fpdf_parser_document.cpp 13 m_pRootDict = NULL;
44 m_pRootDict = pRootObj->GetDict();
45 if (m_pRootDict == NULL) {
64 m_pRootDict = indirectObj ? indirectObj->GetDict() : NULL;
65 if (m_pRootDict == NULL) {
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 69 return m_pRootDict;
159 CPDF_Dictionary* m_pRootDict;
785 return m_pRootDict;
793 CPDF_Dictionary* m_pRootDict;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 13 m_pRootDict = NULL;
23 ASSERT(m_pRootDict == NULL && m_pInfoDict == NULL);
24 m_pRootDict = new CPDF_Dictionary;
25 m_pRootDict->SetAtName("Type", "Catalog");
26 int objnum = AddIndirectObject(m_pRootDict);
32 m_pRootDict->SetAtReference("Pages", this, objnum);
    [all...]
fpdf_edit_create.cpp 936 if (pDict == m_pDocument->m_pRootDict || pDict == m_pEncryptDict) {
    [all...]

Completed in 40 milliseconds