Searched refs:pdf_info (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/ |
D | using_skia_and_harfbuzz.cpp | 183 SkPDF::Metadata pdf_info; in MakePDFDocument() local 184 pdf_info.fTitle = config.title.value.c_str(); in MakePDFDocument() 185 pdf_info.fAuthor = config.author.value.c_str(); in MakePDFDocument() 186 pdf_info.fSubject = config.subject.value.c_str(); in MakePDFDocument() 187 pdf_info.fKeywords = config.keywords.value.c_str(); in MakePDFDocument() 188 pdf_info.fCreator = config.creator.value.c_str(); in MakePDFDocument() 192 pdf_info.fCreation = now; in MakePDFDocument() 193 pdf_info.fModified = now; in MakePDFDocument() 194 pdf_info.fPDFA = true; in MakePDFDocument() 196 return SkPDF::MakeDocument(wStream, pdf_info); in MakePDFDocument()
|
/external/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 183 SkPDF::Metadata pdf_info; in MakePDFDocument() local 184 pdf_info.fTitle = config.title.value.c_str(); in MakePDFDocument() 185 pdf_info.fAuthor = config.author.value.c_str(); in MakePDFDocument() 186 pdf_info.fSubject = config.subject.value.c_str(); in MakePDFDocument() 187 pdf_info.fKeywords = config.keywords.value.c_str(); in MakePDFDocument() 188 pdf_info.fCreator = config.creator.value.c_str(); in MakePDFDocument() 192 pdf_info.fCreation = now; in MakePDFDocument() 193 pdf_info.fModified = now; in MakePDFDocument() 194 pdf_info.fPDFA = true; in MakePDFDocument() 196 return SkPDF::MakeDocument(wStream, pdf_info); in MakePDFDocument()
|
/external/ImageMagick/coders/ |
D | pdf.c | 189 PDFInfo *pdf_info,ExceptionInfo *exception) in ReadPDFInfo() argument 226 (void) memset(pdf_info,0,sizeof(*pdf_info)); in ReadPDFInfo() 227 pdf_info->cmyk=image_info->colorspace == CMYKColorspace ? MagickTrue : in ReadPDFInfo() 229 pdf_info->cropbox=IsStringTrue(GetImageOption(image_info,"pdf:use-cropbox")); in ReadPDFInfo() 230 pdf_info->trimbox=IsStringTrue(GetImageOption(image_info,"pdf:use-trimbox")); in ReadPDFInfo() 256 ReadGhostScriptXMPProfile(&buffer,&pdf_info->profile); in ReadPDFInfo() 267 (void) sscanf(p,PDFRotate" %lf",&pdf_info->angle); in ReadPDFInfo() 269 if (pdf_info->cmyk == MagickFalse) in ReadPDFInfo() 275 pdf_info->cmyk=MagickTrue; in ReadPDFInfo() 310 if (pdf_info->cropbox != MagickFalse) in ReadPDFInfo() [all …]
|
D | ps.c | 519 static inline void CleanupPSInfo(PSInfo *pdf_info) in CleanupPSInfo() argument 521 if (pdf_info->icc_profile != (StringInfo *) NULL) in CleanupPSInfo() 522 pdf_info->icc_profile=DestroyStringInfo(pdf_info->icc_profile); in CleanupPSInfo() 523 if (pdf_info->photoshop_profile != (StringInfo *) NULL) in CleanupPSInfo() 524 pdf_info->photoshop_profile=DestroyStringInfo(pdf_info->photoshop_profile); in CleanupPSInfo() 525 if (pdf_info->xmp_profile != (StringInfo *) NULL) in CleanupPSInfo() 526 pdf_info->xmp_profile=DestroyStringInfo(pdf_info->xmp_profile); in CleanupPSInfo()
|