Searched refs:outheader (Results 1 – 1 of 1) sorted by relevance
40 outheader; /* Output raster page header */ in main() local196 memcpy(&outheader, &inheader, sizeof(outheader)); in main()197 outheader.cupsWidth = page_width; in main()198 outheader.cupsHeight = page_height; in main()199 outheader.cupsBytesPerLine = linesize; in main()201 outheader.cupsInteger[14] = 0; /* VendorIdentifier */ in main()202 outheader.cupsInteger[15] = 0; /* VendorLength */ in main()208 strlcpy(outheader.OutputType, "Automatic", in main()209 sizeof(outheader.OutputType)); in main()211 strlcpy(outheader.OutputType, "Graphics", sizeof(outheader.OutputType)); in main()[all …]