OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pRootDict
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp
12
m_pRootDict
= NULL;
23
pDoc->
m_pRootDict
= new CPDF_Dictionary;
24
pDoc->AddIndirectObject(pDoc->
m_pRootDict
);
26
pDoc->
m_pRootDict
->SetAt("FDF", pFDFDict);
35
if (!pDoc->
m_pRootDict
) {
78
m_pRootDict
= pMainDict->GetDict("Root");
86
if (!
m_pRootDict
) {
93
buf << "trailer\r\n<</Root " <<
m_pRootDict
->GetObjNum()
98
CPDF_Dictionary* pDict =
m_pRootDict
?
m_pRootDict
->GetDict("FDF") : NULL
[
all
...]
fpdf_parser_document.cpp
14
m_pRootDict
= NULL;
43
m_pRootDict
= pRootObj->GetDict();
44
if (!
m_pRootDict
) {
64
m_pRootDict
= pIndirectObj ? pIndirectObj->GetDict() : nullptr;
65
if (!
m_pRootDict
) {
/external/pdfium/core/include/fpdfapi/
fpdf_parser.h
76
CPDF_Dictionary* GetRoot() const { return
m_pRootDict
; }
155
CPDF_Dictionary*
m_pRootDict
;
811
CPDF_Dictionary* GetRoot() const { return
m_pRootDict
; }
818
CPDF_Dictionary*
m_pRootDict
;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp
14
m_pRootDict
= NULL;
23
ASSERT(!
m_pRootDict
&& !m_pInfoDict);
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
973
if (pDict == m_pDocument->
m_pRootDict
|| pDict == m_pEncryptDict)
[
all
...]
Completed in 1091 milliseconds