summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-10-15 12:24:12 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-13 11:26:55 +0200
commite088156d5b620e5e639580dacf85c6dc13823c74 (patch)
tree57f5c025e203279944da512166c20bc0521d8ccd /devices/vector/gdevpdfb.h
downloadghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.gz
ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.bz2
ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.zip
Import Ghostscript 9.50ghostscript-9.50
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'devices/vector/gdevpdfb.h')
-rw-r--r--devices/vector/gdevpdfb.h296
1 files changed, 296 insertions, 0 deletions
diff --git a/devices/vector/gdevpdfb.h b/devices/vector/gdevpdfb.h
new file mode 100644
index 00000000..d000ee96
--- /dev/null
+++ b/devices/vector/gdevpdfb.h
@@ -0,0 +1,296 @@
+/* Copyright (C) 2001-2019 Artifex Software, Inc.
+ All Rights Reserved.
+
+ This software is provided AS-IS with no warranty, either express or
+ implied.
+
+ This software is distributed under license and may not be copied,
+ modified or distributed except as expressly authorized under the terms
+ of the license contained in the file LICENSE in this distribution.
+
+ Refer to licensing information at http://www.artifex.com or contact
+ Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato,
+ CA 94945, U.S.A., +1(415)492-9861, for further information.
+*/
+
+
+/* pdfwrite, ps2write device body template. */
+
+/* This file is allowed to #include several times into a single .c file.
+ The following macros to be defined in advance :
+ PDF_DEVICE_NAME - a string like "pdfwrite".
+ PDF_DEVICE_IDENT - an identifier like gs_pdfwrite_device.
+ PDF_DEVICE_MaxInlineImageSize - a value of PDF_DEVICE_MaxInlineImageSize.
+ PDF_FOR_OPDFREAD - an integer 0 (false) or 1 (true).
+ */
+
+#ifdef PDF_DEVICE_NAME
+
+const gx_device_pdf PDF_DEVICE_IDENT =
+{std_device_dci_type_body(gx_device_pdf, 0, PDF_DEVICE_NAME,
+ &st_device_pdfwrite,
+ DEFAULT_WIDTH_10THS * X_DPI / 10,
+ DEFAULT_HEIGHT_10THS * Y_DPI / 10,
+ X_DPI, Y_DPI,
+ 3, 24, 255, 255, 256, 256),
+ {pdf_open,
+ gx_upright_get_initial_matrix,
+ NULL, /* sync_output */
+ pdf_output_page,
+ pdf_close,
+ gx_default_rgb_map_rgb_color,
+ gx_default_rgb_map_color_rgb,
+ gdev_pdf_fill_rectangle,
+ NULL, /* tile_rectangle */
+ gdev_pdf_copy_mono,
+ gdev_pdf_copy_color,
+ NULL, /* draw_line */
+ psdf_get_bits, /* get_bits */
+ gdev_pdf_get_params,
+ gdev_pdf_put_params,
+ NULL, /* map_cmyk_color */
+ NULL, /* get_xfont_procs */
+ NULL, /* get_xfont_device */
+ NULL, /* map_rgb_alpha_color */
+ gx_page_device_get_page_device,
+ NULL, /* get_alpha_bits */
+ NULL, /* copy_alpha */
+ NULL, /* get_band */
+ NULL, /* copy_rop */
+ gdev_pdf_fill_path,
+ gdev_pdf_stroke_path,
+ gdev_pdf_fill_mask,
+ NULL, /* fill_trapezoid */
+ NULL, /* fill_parallelogram */
+ NULL, /* fill_triangle */
+ NULL, /* draw_thin_line */
+ NULL, /* begin_image */
+ NULL, /* image_data */
+ NULL, /* end_image */
+ gdev_pdf_strip_tile_rectangle,
+ NULL, /* strip_copy_rop */
+ NULL, /* get_clipping_box */
+ gdev_pdf_begin_typed_image,
+ psdf_get_bits_rectangle, /* get_bits_rectangle */
+ NULL, /* map_color_rgb_alpha */
+ gdev_pdf_create_compositor, /* create_compositor */
+ NULL, /* get_hardware_params */
+ gdev_pdf_text_begin,
+ NULL, /* finish_copydevice */
+ gdev_pdf_begin_transparency_group, /* begin_transparency_group */
+ gdev_pdf_end_transparency_group, /* end_transparency_group */
+ gdev_pdf_begin_transparency_mask, /* begin_transparency_mask */
+ gdev_pdf_end_transparency_mask, /* end_transparency_mask */
+ NULL, /* discard_transparency_layer */
+ NULL, /* get_color_mapping_procs */
+ NULL, /* get_color_comp_index */
+ NULL, /* encode_color */
+ NULL, /* decode_color */
+ NULL, /* pattern_manage */
+ gdev_pdf_fill_rectangle_hl_color, /* fill_rectangle_hl_color */
+ gdev_pdf_include_color_space, /* include_color_space */
+ NULL, /* fill_linear_color_scanline */
+ NULL, /* fill_linear_color_trapezoid */
+ NULL, /* fill_linear_color_triangle */
+ NULL, /* update_spot_equivalent_colors */
+ NULL, /* ret_devn_params */
+ gdev_pdf_fillpage, /* fillpage */
+ NULL, /* push_transparency_state */
+ NULL, /* pop_transparency_state */
+ NULL, /* put_image */
+ gdev_pdf_dev_spec_op /* dev_spec_op */
+ },
+ psdf_initial_values(PSDF_VERSION_INITIAL, 0 /*false */ ), /* (!ASCII85EncodePages) */
+ 0, /* pdf_font_dir */
+ PDF_FOR_OPDFREAD, /* is_ps2write */
+ PDF_COMPATIBILITY_LEVEL_INITIAL, /* CompatibilityLevel */
+ -1, /* EndPage */
+ 1, /* StartPage */
+ 1 /*true*/, /* Optimize */
+ 0 /*false*/, /* ParseDSCCommentsForDocInfo */
+ 1 /*true*/, /* ParseDSCComments */
+ 0 /*false*/, /* EmitDSCWarnings */
+ 0 /*false*/, /* CreateJobTicket */
+ 0 /*false*/, /* PreserveEPSInfo */
+ 1 /*true*/, /* AutoPositionEPSFiles */
+ 1 /*true*/, /* PreserveCopyPage */
+ 0 /*false*/, /* UsePrologue */
+ 0, /* OffOptimizations */
+ {0,0}, /* PDFXTrimBoxToMediaBoxOffset */
+ {0,0}, /* PDFXBleedBoxToTrimBoxOffset */
+ 1 /* true */, /* PDFXSetBleedBoxToMediaBox */
+ 1 /*true*/, /* ReAssignCharacters */
+ 1 /*true*/, /* ReEncodeCharacters */
+ 1, /* FirstObjectNumber */
+ 1 /*true*/, /* CompressFonts */
+ 1 /*true*/, /* CompressStreams */
+ 0 /*false*/, /* PrintStatistics */
+ {0, 0, 0}, /* DocumentUUID */
+ {0, 0, 0}, /* InstanceUUID */
+ 0, /* DocumentTimeSeq */
+ PDF_FOR_OPDFREAD, /* ForOPDFRead */
+ PDF_FOR_EPS2WRITE, /* is_eps2write */
+ false, /* CompressEntireFile */
+ 0 /*false*/, /* ResourcesBeforeUsage */
+ 1 /*true*/, /* HavePDFWidths */
+ 0 /*false*/, /* HaveStrokeColor */
+ 1 /*true*/, /* ProduceDSC */
+ 1 /*true*/, /* HaveTransparency */
+ 0 /*false*/, /* PatternImagemask */
+ 0 /*false*/, /* PDFX */
+ 0 /*false*/, /* PDFA */
+ 0 /*false*/, /* Abort generation of PDFA or X, produce PDF */
+ 12000, /* MaxClipPathSize */ /* HP LaserJet 1320 hangs with 14000. */
+ 256000, /* MaxShadingBitmapSize */
+ PDF_DEVICE_MaxInlineImageSize, /* MaxInlineImageSize */
+ {0, 0, 0}, /* OwnerPassword */
+ {0, 0, 0}, /* UserPassword */
+ 0, /* KeyLength */
+ -4, /* Permissions */
+ 0, /* EncryptionR */
+ {0, 0, 0}, /* NoEncrypt */
+ true, /* EncryptMetadata */
+ true, /* ComputeDocumentDigest */
+ {0}, /* EncryptionO */
+ {0}, /* EncryptionU */
+ {0}, /* EncryptionKey */
+ 0, /* EncryptionV */
+ 0 /*false*/, /* is_EPS */
+ 0, /* AccumulatingBBox */
+ {{0,0},{0,0}}, /* BBox */
+ {-1, -1}, /* doc_dsc_info */
+ {-1, -1}, /* page_dsc_info */
+ 0 /*false*/, /* fill_overprint */
+ 0 /*false*/, /* stroke_overprint */
+ 0 /*false*/, /* remap_fill_coilor */
+ 0 /*false*/, /* remap_stroke_coilor */
+ 0, /* overprint_mode */
+ gs_no_id, /* halftone_id */
+ {gs_no_id, gs_no_id, gs_no_id, gs_no_id}, /* transfer_ids */
+ 0, /* transfer_not_identity */
+ gs_no_id, /* black_generation_id */
+ gs_no_id, /* undercolor_removal_id */
+ pdf_compress_none, /* compression */
+ pdf_compress_none, /* compression_at_page_start */
+ {{0}}, /* xref */
+ {{0}}, /* asides */
+ {{0}}, /* streams */
+ {{0}}, /* pictures */
+ 0, /* next_id */
+ 0, /* Catalog */
+ 0, /* Info */
+ 0, /* Pages */
+ 0, /* outlines_id */
+ 0, /* next_page */
+ -1, /* max_referred_page */
+ 0, /* contents_id */
+ PDF_IN_NONE, /* context */
+ 0, /* contents_length_id */
+ 0, /* contents_pos */
+ NoMarks, /* procsets */
+ 0, /* text */
+ {{0}}, /* text_rotation */
+ 0, /* pages */
+ 0, /* num_pages */
+ 1, /* used_mask */
+ {
+ {
+ {0}}}, /* resources */
+ {0}, /* cs_Patterns */
+ {0}, /* Identity_ToUnicode_CMaps */
+ 0, /* last_resource */
+ 0, /* OneByteIdentityH */
+ gs_no_id, /* IdentityCIDSystemInfo_id */
+ 0, /* outline_levels */
+ -1, /* outline_depth */
+ 0, /* max_outline_depth */
+ 0, /* closed_outline_depth */
+ 0, /* outlines_open */
+ 0, /* articles */
+ 0, /* Dests */
+ 0, /* EmbeddedFiles */
+ {0}, /* fileID */
+ {0, 0}, /* uuid_time */
+ 0, /* global_named_objects */
+ 0, /* local_named_objects */
+ 0, /* NI_stack */
+ 0, /* Namespace_stack */
+ 0, /* font_cache */
+ {0, 0}, /* char_width */
+ 0, /* clip_path */
+ 0, /* PageLabels */
+ -1, /* PageLabels_current_page */
+ 0, /* PageLabels_current_label */
+ 0, /* */
+ 0, /* vgstack */
+ 0, /* vgstack_size */
+ 0, /* vgstack_depth */
+ 0, /* vgstack_bottom */
+ {0}, /* vg_initial */
+ false, /* vg_initial_set */
+ 0, /* sbstack_size */
+ 0, /* sbstack_depth */
+ 0, /* sbstack */
+ 0, /* FormDepth */
+ 0, /* HighLevelForm */
+ 0, /* PatternDepth */
+ {0,0,0,0,0,0}, /* AccumulatedPatternMatrix */
+ 0, /* PatternsSinceForm */
+ 0, /* substream_Resources */
+ 1, /* pcm_color_info_index == DeviceRGB */
+ false, /* skip_colors */
+ false, /* AR4_save_bug */
+ 0, /* font3 */
+ 0, /* accumulating_substream_resource */
+ {0,0,0,0,0,0,0,0,0}, /* charproc_ctm */
+ 0, /* accumulating_charproc */
+ {{0, 0}, {0, 0}}, /* Charproc BBox */
+ 0, /* charproc_just_accumulated */
+ 1, /* PS_accumulator */
+ 0, /* accumulating_a_global_object */
+ 0, /* cgp */
+ 0, /* substituted_pattern_count */
+ 0, /* substituted_pattern_drop_page */
+ 0, /* image_mask_id */
+ 0, /* image_mask_is_SMask */
+ 0, /* image_mask_skip */
+ 0, /* image_with_SMask */
+ {0,0,0,0,0,0}, /* gs_matrix converting_image_matrix */
+ 0, /* image_mask_scale */
+ NULL, /* pres_soft_mask_dict */
+ {0, 0}, /* objname */
+ 0, /* OPDFRead_procset_length */
+ 0, /* find_resource_param */
+ 0, /* last_charpath_op */
+ 0, /* type3charpath */
+ 1, /* SetPageSize */
+ 0, /* RotatePages */
+ 0, /* Fit Pages */
+ 0, /* CenterPages */
+ 0, /* DoNumCopies */
+ true, /* PreserveSeparation */
+ true, /* PreserveDeviceN */
+ 0, /* PDFACompatibilityPolicy */
+ true, /* DetectDuplicateImages */
+ false, /* AllowIncrementalCFF */
+ !PDF_FOR_OPDFREAD, /* WantsToUnicode */
+ !PDF_FOR_OPDFREAD, /* WantsPageLabels */
+ PDF_FOR_OPDFREAD, /* AllowPSRepeatFunctions */
+ true, /* IsDistiller (true even for ps2write!) */
+ !PDF_FOR_OPDFREAD, /* PreserveSMask */
+ !PDF_FOR_OPDFREAD, /* PreserveTrMode */
+ false, /* NoT3CCITT */
+ false, /* Linearise */
+ 0, /* pointer to resourceusage */
+ 0, /* Size of resourceusage */
+ false, /* called from output_page */
+ false, /* FlattenFonts, writes text as outlines instead of fonts */
+ -1, /* Last Form ID, start with -1 which means 'none' */
+ 0, /* ExtensionMetadata */
+ 0, /* PDFFormName */
+ 0 /* PassThroughWriter */
+};
+
+#else
+int dummy;
+#endif