Searched refs:document_ (Results 1 – 6 of 6) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | document.h | 62 int NumPages() const { return FPDF_GetPageCount(document_.get()); } in NumPages() 64 int GetFormType() const { return FPDF_GetFormType(document_.get()); } in GetFormType() 108 document_(std::move(document)), in Document() 109 form_filler_(this, document_.get()), in Document() 133 ScopedFPDFDocument document_; variable
|
D | document.cc | 99 if (!FPDF_SaveAsCopy(document_.get(), &fw, flags)) { in SaveAs() 114 auto page = std::make_shared<Page>(document_.get(), pageNum, &form_filler_); in GetPage() 188 bool success = FPDF_SaveAsCopy(document_.get(), &fw, flags); in SaveAsCopyWithoutSecurity()
|
D | page.cc | 59 : document_(doc), in Page() 289 FPDF_DEST fpdf_dest = FPDFLink_GetDest(document_, link); in GetGotoLinks() 290 goto_link_dest->set_page_number(FPDFDest_GetDestPageIndex(document_, fpdf_dest)); in GetGotoLinks() 654 std::string url(FPDFAction_GetURIPath(document_, action, nullptr, 0), '\0'); in GetUrlUtf8() 656 FPDFAction_GetURIPath(document_, action, &url[0], url.length()); in GetUrlUtf8()
|
D | form_filler.h | 161 Document* document_; // Not owned. variable
|
D | form_filler.cc | 94 FormFiller::FormFiller(Document* document, FPDF_DOCUMENT fpdf_document) : document_(document) { in FormFiller() 456 form_filler->document_->NotifyInvalidRect(page, rect); in Invalidate()
|
D | page.h | 308 FPDF_DOCUMENT document_; // Not owned. variable
|