Searched refs:cupsCompression (Results 1 – 9 of 9) sorted by relevance
/external/libcups/filter/ |
D | rastertolabel.c | 184 fprintf(stderr, "DEBUG: cupsCompression = %d\n", header->cupsCompression); in StartPage() 198 printf("\033%c", header->cupsCompression + 'c'); /* Darkness */ in StartPage() 214 if (header->cupsCompression > 0 && header->cupsCompression <= 100) in StartPage() 215 printf("\033D%d", 7 * header->cupsCompression / 100); in StartPage() 264 if (header->cupsCompression > 0 && header->cupsCompression <= 100) in StartPage() 265 printf("D%u\n", 15 * header->cupsCompression / 100); in StartPage() 279 if (header->cupsCompression > 0 && header->cupsCompression <= 100) in StartPage() 280 printf("~SD%02u\n", 30 * header->cupsCompression / 100); in StartPage() 375 if (header->cupsCompression != ~0U) in StartPage() 377 printf("\033&d%dA", 30 * header->cupsCompression / 100 - 15); in StartPage() [all …]
|
D | rastertohp.c | 108 fprintf(stderr, "DEBUG: cupsCompression = %d\n", header->cupsCompression); in StartPage() 321 if (header->cupsCompression) in StartPage() 323 header->cupsCompression); in StartPage() 345 if (header->cupsCompression) in StartPage() 595 header->cupsCompression); in OutputLine() 629 CompressData(BitBuffer, bytes, 'V', header->cupsCompression); in OutputLine() 631 header->cupsCompression); in OutputLine()
|
D | testraster.c | 1013 if (header->cupsCompression != expected->cupsCompression) in print_changes() 1014 printf(" cupsCompression %d, expected %d\n", header->cupsCompression, in print_changes() 1015 expected->cupsCompression); in print_changes()
|
D | rastertoepson.c | 142 fprintf(stderr, "DEBUG: cupsCompression = %d\n", header->cupsCompression); in StartPage() 297 if (header->cupsCompression || DotBytes) in StartPage() 778 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep); in OutputLine()
|
D | rastertopwg.c | 117 fprintf(stderr, "DEBUG: cupsCompression = %d\n", inheader.cupsCompression); in main()
|
D | ppd-compiler.shtml | 412 <TT>cupsCompression</TT> attribute. It is traditionally used to select an 505 …*<a href='ref-ppdcfile.html#Choice'>Choice</a> True/Yes "<</cupsCompression 1>>setpage… 506 …<a href='ref-ppdcfile.html#Choice'>Choice</a> False/No "<</cupsCompression 0>>setpaged… 578 *<a href='ref-ppdcfile.html#Choice'>Choice</a> True/Yes "<</cupsCompression 1>>setpaged… 579 <a href='ref-ppdcfile.html#Choice'>Choice</a> False/No "<</cupsCompression 0>>setpagede…
|
D | interpret.c | 1556 h->cupsCompression = (unsigned)obj->value.number; in setpagedevice()
|
D | spec-ppd.shtml | 789 <td><tt>cupsCompression</tt></td> 792 <td><tt><</cupsCompression 2>>setpagedevice</tt></td>
|
/external/libcups/cups/ |
D | raster.h | 288 unsigned cupsCompression; /* Device compression to use */ member 337 unsigned cupsCompression; /* Device compression to use */ member
|