HomeSort by relevance Sort by last modified time
    Searched refs:pDoc (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/pdfium/core/fpdfdoc/
cpdf_dest.cpp 21 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) {
33 return pDoc->GetPageIndex(pPage->GetObjNum());
cpdf_occontext.cpp 46 CPDF_Dictionary* GetConfig(CPDF_Document* pDoc,
49 CPDF_Dictionary* pOCProperties = pDoc->GetRoot()->GetDictFor("OCProperties");
94 CPDF_OCContext::CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType)
95 : m_pDocument(pDoc), m_eUsageType(eUsageType) {
96 ASSERT(pDoc);
cpdf_nametree.cpp 139 CPDF_NameTree::CPDF_NameTree(CPDF_Document* pDoc,
142 CPDF_Dictionary* pRoot = pDoc->GetRoot();
182 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc,
186 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDictFor("Dests");
fpdf_tagged.h 21 const CPDF_Document* pDoc,
doc_tagged.cpp 27 bool IsTagged(const CPDF_Document* pDoc) {
28 CPDF_Dictionary* pCatalog = pDoc->GetRoot();
48 const CPDF_Document* pDoc,
50 if (!IsTagged(pDoc))
53 auto pTree = pdfium::MakeUnique<CPDF_StructTree>(pDoc);
58 CPDF_StructTree::CPDF_StructTree(const CPDF_Document* pDoc)
59 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")),
  /external/pdfium/core/fpdfapi/parser/
cpdf_document_unittest.cpp 26 CPDF_Document* pDoc,
28 CPDF_Array* pUnowned = pDoc->AddIndirectObject(std::move(kids))->AsArray();
29 CPDF_Dictionary* pageNode = pDoc->NewIndirect<CPDF_Dictionary>();
31 pageNode->SetNewFor<CPDF_Reference>("Kids", pDoc, pUnowned->GetObjNum());
34 pUnowned->GetDictAt(i)->SetNewFor<CPDF_Reference>("Parent", pDoc,
  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 132 CPDF_Document* pDoc = m_pDocument;
133 CPDF_DocPageData* pPageData = pDoc ? pDoc->GetPageData() : nullptr;
pageint.h 150 CPDF_DeviceCS(CPDF_Document* pDoc, int family);
180 explicit CPDF_PatternCS(CPDF_Document* pDoc);
182 bool v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) override;
cpdf_streamparser.h 41 CPDF_Document* pDoc,
cpdf_image.cpp 32 CPDF_Image::CPDF_Image(CPDF_Document* pDoc) : m_pDocument(pDoc) {}
34 CPDF_Image::CPDF_Image(CPDF_Document* pDoc,
37 m_pDocument(pDoc),
45 CPDF_Image::CPDF_Image(CPDF_Document* pDoc, uint32_t dwStreamObjNum)
46 : m_pDocument(pDoc),
47 m_pStream(ToStream(pDoc->GetIndirectObject(dwStreamObjNum))),
  /external/pdfium/fpdfsdk/
cfx_systemhandler.cpp 111 CPDF_Document* pDoc,
114 if (!pDoc)
119 return pDoc->AddFont(pFXFont.get(), nCharset, false);
cfx_systemhandler.h 63 CPDF_Font* AddNativeTrueTypeFontToPDF(CPDF_Document* pDoc,
cpdfsdk_baannot.cpp 320 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
321 pStream = pDoc->NewIndirect<CPDF_Stream>();
322 pParentDict->SetNewFor<CPDF_Reference>(sAPType, pDoc, pStream->GetObjNum());
353 CPDF_Document* pDoc = m_pPageView->GetPDFDocument();
355 pDict = pDoc->AddIndirectObject(pDict->Clone())->AsDictionary();
356 m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_Reference>("A", pDoc,
fpdf_dataavail.cpp 165 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(doc);
166 return pDoc ? pDoc->GetParser()->GetFirstPageNo() : 0;
  /external/pdfium/xfa/fxfa/app/
xfa_ffapp.cpp 111 auto pDoc = pdfium::MakeUnique<CXFA_FFDoc>(this, pDocEnvironment);
112 if (!pDoc->OpenDoc(pPDFDoc))
115 return pDoc;
xfa_fftext.cpp 135 CXFA_FFDoc* pDoc = GetDoc();
136 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent);
xfa_ffnotify.h 17 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc);
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 30 static std::unique_ptr<CPDF_Font> Create(CPDF_Document* pDoc,
32 static CPDF_Font* GetStockFont(CPDF_Document* pDoc,
cpdf_font.cpp 294 CPDF_Font* CPDF_Font::GetStockFont(CPDF_Document* pDoc,
303 CPDF_Font* pFont = pFontGlobals->Find(pDoc, font_id);
307 CPDF_Dictionary* pDict = new CPDF_Dictionary(pDoc->GetByteStringPool());
312 return pFontGlobals->Set(pDoc, font_id, CPDF_Font::Create(nullptr, pDict));
315 std::unique_ptr<CPDF_Font> CPDF_Font::Create(CPDF_Document* pDoc,
339 pFont->m_pDocument = pDoc;
font_int.h 66 void Clear(CPDF_Document* pDoc);
67 CPDF_Font* Find(CPDF_Document* pDoc, uint32_t index);
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.h 45 bool Load(CPDF_Document* pDoc, const CPDF_Stream* pStream);
61 int StartLoadDIBSource(CPDF_Document* pDoc,
cpdf_imagecacheentry.cpp 21 CPDF_ImageCacheEntry::CPDF_ImageCacheEntry(CPDF_Document* pDoc,
26 m_pDocument(pDoc),
cpdf_rendercontext.cpp 27 CPDF_RenderContext::CPDF_RenderContext(CPDF_Document* pDoc,
29 : m_pDocument(pDoc), m_pPageResources(nullptr), m_pPageCache(pPageCache) {}
cpdf_rendercontext.h 35 CPDF_RenderContext(CPDF_Document* pDoc, CPDF_PageRenderCache* pPageCache);
  /external/pdfium/xfa/fxfa/
xfa_fontmgr.h 51 explicit CXFA_PDFFontMgr(CXFA_FFDoc* pDoc);

Completed in 763 milliseconds

1 23 4 5