Home
last modified time | relevance | path

Searched refs:cupsCompression (Results 1 – 9 of 9) sorted by relevance

/external/libcups/filter/
Drastertolabel.c184 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 …]
Drastertohp.c108 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()
Dtestraster.c1013 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()
Drastertoepson.c142 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()
Drastertopwg.c117 fprintf(stderr, "DEBUG: cupsCompression = %d\n", inheader.cupsCompression); in main()
Dppd-compiler.shtml412 <TT>cupsCompression</TT> attribute. It is traditionally used to select an
505 …*<a href='ref-ppdcfile.html#Choice'>Choice</a> True/Yes "&lt;&lt;/cupsCompression 1&gt;&gt;setpage…
506 …<a href='ref-ppdcfile.html#Choice'>Choice</a> False/No "&lt;&lt;/cupsCompression 0&gt;&gt;setpaged…
578 *<a href='ref-ppdcfile.html#Choice'>Choice</a> True/Yes "&lt;&lt;/cupsCompression 1&gt;&gt;setpaged…
579 <a href='ref-ppdcfile.html#Choice'>Choice</a> False/No "&lt;&lt;/cupsCompression 0&gt;&gt;setpagede…
Dinterpret.c1556 h->cupsCompression = (unsigned)obj->value.number; in setpagedevice()
Dspec-ppd.shtml789 <td><tt>cupsCompression</tt></td>
792 <td><tt>&lt;&lt;/cupsCompression 2&gt;&gt;setpagedevice</tt></td>
/external/libcups/cups/
Draster.h288 unsigned cupsCompression; /* Device compression to use */ member
337 unsigned cupsCompression; /* Device compression to use */ member