HomeSort by relevance Sort by last modified time
    Searched refs:m_pDocument (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/pdfium/core/fpdfdoc/
cpdf_docjsactions.cpp 11 CPDF_DocJSActions::CPDF_DocJSActions(CPDF_Document* pDoc) : m_pDocument(pDoc) {}
16 ASSERT(m_pDocument);
17 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript");
23 ASSERT(m_pDocument);
24 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript");
29 ASSERT(m_pDocument);
30 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript");
35 ASSERT(m_pDocument);
36 CPDF_NameTree name_tree(m_pDocument.Get(), "JavaScript");
cpdf_bookmarktree.h 22 CPDF_Document* GetDocument() const { return m_pDocument.Get(); }
25 UnownedPtr<CPDF_Document> const m_pDocument;
cpdf_docjsactions.h 25 CPDF_Document* GetDocument() const { return m_pDocument.Get(); }
28 UnownedPtr<CPDF_Document> const m_pDocument;
cpdf_bookmarktree.cpp 11 CPDF_BookmarkTree::CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {}
21 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
cpdf_pagelabel.h 25 UnownedPtr<CPDF_Document> const m_pDocument;
cpvt_fontmap.cpp 21 : m_pDocument(pDoc),
53 m_pSysFont = GetAnnotSysPDFFont(m_pDocument.Get(), m_pResDict.Get(),
68 m_pSysFont = GetAnnotSysPDFFont(m_pDocument.Get(), m_pResDict.Get(),
cpdf_pagelabel.cpp 77 : m_pDocument(pDocument) {}
82 if (!m_pDocument)
85 if (nPage < 0 || nPage >= m_pDocument->GetPageCount())
88 const CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot();
125 if (!m_pDocument)
128 const CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot();
132 int nPages = m_pDocument->GetPageCount();
cpdf_annotlist.cpp 122 : m_pDocument(pPage->m_pDocument.Get()) {
130 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
143 pAnnots->ConvertToIndirectObjectAt(i, m_pDocument);
144 m_AnnotList.push_back(pdfium::MakeUnique<CPDF_Annot>(pDict, m_pDocument));
147 GenerateAP(m_pDocument, pDict);
154 CreatePopupAnnot(m_AnnotList[i].get(), m_pDocument, pPage));
  /external/pdfium/xfa/fxfa/parser/
cxfa_document_parser.cpp 23 m_pDocument.reset();
28 m_pDocument = pdfium::MakeUnique<CXFA_Document>(this);
29 m_nodeParser.SetFactory(m_pDocument.get());
37 ASSERT(m_pDocument);
38 m_pDocument->SetRoot(m_nodeParser.GetRootNode());
52 return m_pDocument.get();
cxfa_dataimporter.h 25 UnownedPtr<CXFA_Document> const m_pDocument;
cxfa_dataimporter.cpp 21 : m_pDocument(pDocument) {
22 ASSERT(m_pDocument);
30 pdfium::MakeUnique<CXFA_SimpleParser>(m_pDocument.Get());
43 ToNode(m_pDocument->GetXFAObject(XFA_HASHCODE_Datasets));
47 CXFA_Node* pDataNode = ToNode(m_pDocument->GetXFAObject(XFA_HASHCODE_Data));
63 m_pDocument->DoDataRemerge(false);
cxfa_dataexporter.h 35 UnownedPtr<CXFA_Document> const m_pDocument;
cxfa_document_parser.h 35 std::unique_ptr<CXFA_Document> m_pDocument;
cxfa_dataexporter.cpp 19 : m_pDocument(pDocument) {
20 ASSERT(m_pDocument);
26 return Export(pWrite, m_pDocument->GetRoot(), 0, nullptr);
47 CFX_XMLDoc* pXMLDoc = m_pDocument->GetXMLDoc();
cxfa_list.cpp 30 m_pDocument->GetScriptContext()->AddToCacheList(
cxfa_object.cpp 26 m_pDocument(pDocument),
36 CFXJSE_Engine* pScriptContext = m_pDocument->GetScriptContext();
  /external/pdfium/core/fpdfapi/page/
cpdf_pattern.h 30 CPDF_Document* document() const { return m_pDocument.Get(); }
43 UnownedPtr<CPDF_Document> const m_pDocument;
cpdf_pattern.cpp 14 : m_pDocument(pDoc), m_pPatternObj(pObj), m_ParentMatrix(parentMatrix) {}
cpdf_textstate.cpp 94 m_pDocument(nullptr),
107 m_pDocument(that.m_pDocument),
118 if (m_pDocument && m_pFont)
119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict());
128 m_pDocument = pFont ? pFont->GetDocument() : nullptr;
149 if (!m_pDocument || !m_pFont)
152 CPDF_DocPageData* pPageData = m_pDocument->GetPageData();
cpdf_image.cpp 34 CPDF_Image::CPDF_Image(CPDF_Document* pDoc) : m_pDocument(pDoc) {}
39 m_pDocument(pDoc),
48 : m_pDocument(pDoc),
72 m_pDocument->AddIndirectObject(m_pStream.Release());
92 pdfium::MakeUnique<CPDF_Dictionary>(m_pDocument->GetByteStringPool());
172 pdfium::MakeUnique<CPDF_Dictionary>(m_pDocument->GetByteStringPool());
224 CPDF_Array* pCS = m_pDocument->NewIndirect<CPDF_Array>();
239 pdfium::MakeUnique<CPDF_Dictionary>(m_pDocument->GetByteStringPool());
240 CPDF_Stream* pCTS = m_pDocument->NewIndirect<CPDF_Stream>(
242 pCS->AddNew<CPDF_Reference>(m_pDocument.Get(), pCTS->GetObjNum())
    [all...]
cpdf_patterncs.cpp 20 if (pCS && m_pDocument) {
21 auto* pPageData = m_pDocument->GetPageData();
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 25 m_pDocument(nullptr),
31 m_pDocument = pPage->m_pDocument.Get();
108 return m_pDocument.Get();
168 pStream = m_pDocument->NewIndirect<CPDF_Stream>();
169 pAPDict->SetNewFor<CPDF_Reference>(m_sAPType, m_pDocument.Get(),
176 pdfium::MakeUnique<CPDF_Dictionary>(m_pDocument->GetByteStringPool());
186 pStreamResFontList = m_pDocument->NewIndirect<CPDF_Dictionary>();
187 pStreamResList->SetNewFor<CPDF_Reference>("Font", m_pDocument.Get(),
192 sAlias, m_pDocument.Get(), pFont->GetFontDict()->GetObjNum())
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 214 pParser = m_pDocument ? m_pDocument->GetParser() : &m_parser;
279 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
288 m_pCurrentParser = m_pDocument->GetParser();
677 if (iPage == iCount && m_pDocument)
678 m_pDocument->SetPageObjNum(iPage, pNode->m_dwPageNo);
700 if (m_pDocument->GetPageCount() <= iPage ||
701 m_pDocument->IsPageLoaded(iPage)) {
756 m_pDocument->LoadPages();
764 if (!m_pLinearized->GetMainXRefTableFirstEntryOffset() || !m_pDocument ||
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_rendercontext.h 63 CPDF_Document* GetDocument() const { return m_pDocument.Get(); }
68 UnownedPtr<CPDF_Document> const m_pDocument;
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 54 : m_pObjHolder(pObjHolder), m_pDocument(pObjHolder->m_pDocument.Get()) {
66 CPDF_Document* pDoc = m_pDocument.Get();
96 pPageDict->SetNewFor<CPDF_Reference>("Contents", m_pDocument.Get(),
102 pPageDict->SetNewFor<CPDF_Reference>("Contents", m_pDocument.Get(),
120 pPageDict->SetNewFor<CPDF_Reference>("Contents", m_pDocument.Get(),
129 m_pObjHolder->m_pResources = m_pDocument->NewIndirect<CPDF_Dictionary>();
131 "Resources", m_pDocument.Get(),
147 pResList->SetNewFor<CPDF_Reference>(name, m_pDocument.Get(),
193 pImageObj->SetImage(m_pDocument->GetPageData()->GetImage(dwObjNum))
    [all...]

Completed in 355 milliseconds

1 2 3 4