Home
last modified time | relevance | path

Searched defs:pDoc (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_doc.cpp64 CPDF_Document* pDoc = page->GetDocument(); in GetLinkList() local
79 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetFirstChild() local
91 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetNextSibling() local
127 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_Find() local
143 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetDest() local
196 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetDest() local
227 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetURIPath() local
247 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDest_GetDestPageIndex() local
341 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFLink_GetDest() local
465 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetFileIdentifier() local
[all …]
H A Dfpdf_view.cpp284 const CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetFormType() local
306 auto* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_LoadXFA() local
350 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(doc); in FPDF_GetFileVersion() local
364 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_DocumentHasValidCrossReferenceTable() local
370 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetDocPermissions() local
376 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetSecurityHandlerRevision() local
385 auto* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetPageCount() local
395 auto* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_LoadPage() local
942 auto* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetPageSizeByIndexF() local
991 const CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_VIEWERREF_GetPrintScaling() local
[all …]
H A Dfpdf_attachment.cpp57 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDoc_GetAttachmentCount() local
67 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDoc_AddAttachment() local
96 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDoc_GetAttachment() local
113 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDoc_DeleteAttachment() local
218 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAttachment_SetFile() local
H A Dfpdf_edittext.cpp90 RetainPtr<CPDF_Dictionary> LoadFontDesc(CPDF_Document* pDoc, in LoadFontDesc()
185 CPDF_Document* pDoc, in LoadUnicode()
294 RetainPtr<CPDF_Font> LoadSimpleFont(CPDF_Document* pDoc, in LoadSimpleFont()
337 RetainPtr<CPDF_Font> LoadCompositeFont(CPDF_Document* pDoc, in LoadCompositeFont()
475 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPageObj_NewTextObj() local
535 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFText_LoadFont() local
558 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFText_LoadStandardFont() local
670 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPageObj_CreateTextObj() local
H A Dfpdf_editpage.cpp115 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in GetOrCreateMarkParamsDict() local
153 auto pDoc = in FPDF_CreateNewDocument() local
184 auto* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPage_Delete() local
201 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFPage_New() local
H A Dcpdfsdk_helpers.cpp348 void ReportUnsupportedFeatures(const CPDF_Document* pDoc) { in ReportUnsupportedFeatures()
387 void ReportUnsupportedXFA(const CPDF_Document* pDoc) { in ReportUnsupportedXFA()
H A Dfpdf_transformpage.cpp216 CPDF_Document* pDoc = pPage->GetDocument(); in FPDFPage_TransFormWithClip() local
404 CPDF_Document* pDoc = pPage->GetDocument(); in FPDFPage_InsertClipPath() local
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_generateap.cpp363 ByteString GetPopupContentsString(CPDF_Document* pDoc, in GetPopupContentsString()
397 CPDF_Document* pDoc, in GenerateResourceFontDict()
489 CPDF_Document* pDoc, in GenerateResourceDict()
500 void GenerateAndSetAPDict(CPDF_Document* pDoc, in GenerateAndSetAPDict()
525 bool GenerateCircleAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateCircleAP()
598 bool GenerateHighlightAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateHighlightAP()
630 bool GenerateInkAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateInkAP()
681 bool GenerateTextAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateTextAP()
703 bool GenerateUnderlineAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateUnderlineAP()
734 bool GeneratePopupAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GeneratePopupAP()
[all …]
H A Dcpdf_structtree.cpp21 bool IsTagged(const CPDF_Document* pDoc) { in IsTagged()
31 const CPDF_Document* pDoc, in LoadPage()
41 CPDF_StructTree::CPDF_StructTree(const CPDF_Document* pDoc) in CPDF_StructTree()
H A Dcpdf_nametree.cpp398 RetainPtr<const CPDF_Array> LookupOldStyleNamedDest(CPDF_Document* pDoc, in LookupOldStyleNamedDest()
418 CPDF_Document* pDoc, in Create()
438 CPDF_Document* pDoc, in CreateWithRootNameArray()
471 CPDF_Document* pDoc, in LookupNamedDest()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator_unittest.cpp203 auto pDoc = std::make_unique<CPDF_TestDocument>(); in TEST_F() local
244 auto pDoc = std::make_unique<CPDF_TestDocument>(); in TEST_F() local
310 auto pDoc = std::make_unique<CPDF_TestDocument>(); in TEST_F() local
387 auto pDoc = std::make_unique<CPDF_TestDocument>(); in TEST_F() local
406 auto pDoc = std::make_unique<CPDF_TestDocument>(); in TEST_F() local
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_fontglobals.cpp65 CPDF_Document* pDoc, in Find()
74 void CPDF_FontGlobals::Set(CPDF_Document* pDoc, in Set()
83 void CPDF_FontGlobals::Clear(CPDF_Document* pDoc) { in Clear()
H A Dcpdf_font.cpp273 RetainPtr<CPDF_Font> CPDF_Font::GetStockFont(CPDF_Document* pDoc, in GetStockFont()
298 RetainPtr<CPDF_Font> CPDF_Font::Create(CPDF_Document* pDoc, in Create()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp459 CPDF_Document* pDoc, in Load()
643 uint32_t CPDF_CalGray::v_Load(CPDF_Document* pDoc, in v_Load()
692 uint32_t CPDF_CalRGB::v_Load(CPDF_Document* pDoc, in v_Load()
806 uint32_t CPDF_LabCS::v_Load(CPDF_Document* pDoc, in v_Load()
890 uint32_t CPDF_ICCBasedCS::v_Load(CPDF_Document* pDoc, in v_Load()
1039 CPDF_Document* pDoc, in FindAlternateProfile()
1104 uint32_t CPDF_SeparationCS::v_Load(CPDF_Document* pDoc, in v_Load()
1177 uint32_t CPDF_DeviceNCS::v_Load(CPDF_Document* pDoc, in v_Load()
H A Dcpdf_image.cpp49 CPDF_Image::CPDF_Image(CPDF_Document* pDoc) : m_pDocument(pDoc) { in CPDF_Image()
53 CPDF_Image::CPDF_Image(CPDF_Document* pDoc, RetainPtr<CPDF_Stream> pStream) in CPDF_Image()
59 CPDF_Image::CPDF_Image(CPDF_Document* pDoc, uint32_t dwStreamObjNum) in CPDF_Image()
H A Dcpdf_form.cpp35 CPDF_Form::CPDF_Form(CPDF_Document* pDoc, in CPDF_Form()
43 CPDF_Form::CPDF_Form(CPDF_Document* pDoc, in CPDF_Form()
H A Dcpdf_occontext.cpp37 RetainPtr<const CPDF_Dictionary> GetConfig(CPDF_Document* pDoc, in GetConfig()
87 CPDF_OCContext::CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType) in CPDF_OCContext()
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp429 GCedLocaleIface* LocaleFromString(CXFA_Document* pDoc, in LocaleFromString()
461 ByteString GetLocalDateTimeFormat(CXFA_Document* pDoc, in GetLocalDateTimeFormat()
1237 CXFA_Document* pDoc = ToFormCalcContext(pHostObject)->GetDocument(); in GetObjectForName() local
1264 CXFA_Document* pDoc = ToFormCalcContext(pHostObject)->GetDocument(); in ResolveObjects() local
1742 CXFA_Document* pDoc = pContext->GetDocument(); in IsoTime2Num() local
2148 CXFA_Document* pDoc = ToFormCalcContext(pThis)->GetDocument(); in Time2Num() local
2238 CXFA_Document* pDoc = ToFormCalcContext(pThis)->GetDocument(); in Local2IsoDate() local
2262 CXFA_Document* pDoc = ToFormCalcContext(pThis)->GetDocument(); in IsoDate2Local() local
2284 CXFA_Document* pDoc = ToFormCalcContext(pThis)->GetDocument(); in IsoTime2Local() local
2308 CXFA_Document* pDoc = ToFormCalcContext(pThis)->GetDocument(); in GetLocalDateFormat() local
[all …]
H A Dcjx_tree.cpp137 CXFA_Document* pDoc = GetDocument(); in nodes() local
214 CXFA_Document* pDoc = GetDocument(); in ResolveNodeList() local
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcfdf_document.cpp25 auto pDoc = std::make_unique<CFDF_Document>(); in CreateNewDoc() local
33 auto pDoc = std::make_unique<CFDF_Document>(); in ParseMemory() local
H A Dcpdf_reference.cpp15 CPDF_Reference::CPDF_Reference(CPDF_IndirectObjectHolder* pDoc, uint32_t objnum) in CPDF_Reference()
73 void CPDF_Reference::SetRef(CPDF_IndirectObjectHolder* pDoc, uint32_t objnum) { in SetRef()
H A Dcpdf_document.h60 void SetDocument(CPDF_Document* pDoc) { m_pDoc = pDoc; } in SetDocument()
74 void SetDocument(CPDF_Document* pDoc) { m_pDoc = pDoc; } in SetDocument()
H A Dcpdf_document_unittest.cpp29 CPDF_Document* pDoc, in CreatePageTreeNode()
299 auto pDoc = std::make_unique<CPDF_TestDocPagesWithoutKids>(); in TEST_F() local
/aosp_15_r20/external/pdfium/testing/
H A Dxfa_js_embedder_test.cpp38 auto* pDoc = CPDFDocumentFromFPDFDocument(document()); in GetXFADocument() local
68 CXFA_Document* pDoc = GetXFADocument(); in OpenDocumentWithOptions() local
/aosp_15_r20/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSource.cpp44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, _xmlNode *pRootNode) in CXmlDocSource()
50 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, in CXmlDocSource()

123