Home
last modified time | relevance | path

Searched refs:cupsRowCount (Results 1 – 8 of 8) sorted by relevance

/external/libcups/ppdc/
Dsample.drv507 *Choice "None/Disabled" "<</cupsRowCount 0>>setpagedevice"
508 Choice "1/Every Label" "<</cupsRowCount 1>>setpagedevice"
509 Choice "2/Every 2 Labels" "<</cupsRowCount 2>>setpagedevice"
510 Choice "3/Every 3 Labels" "<</cupsRowCount 3>>setpagedevice"
511 Choice "4/Every 4 Labels" "<</cupsRowCount 4>>setpagedevice"
512 Choice "5/Every 5 Labels" "<</cupsRowCount 5>>setpagedevice"
513 Choice "6/Every 6 Labels" "<</cupsRowCount 6>>setpagedevice"
514 Choice "7/Every 7 Labels" "<</cupsRowCount 7>>setpagedevice"
515 Choice "8/Every 8 Labels" "<</cupsRowCount 8>>setpagedevice"
516 Choice "9/Every 9 Labels" "<</cupsRowCount 9>>setpagedevice"
[all …]
/external/libcups/cups/
Draster.h284 unsigned cupsRowCount; /* Rows per band */ member
333 unsigned cupsRowCount; /* Rows per band */ member
Dtestraster.c695 if (header->cupsRowCount != expected->cupsRowCount) in print_changes()
696 printf(" cupsRowCount %d, expected %d\n", header->cupsRowCount, in print_changes()
697 expected->cupsRowCount); in print_changes()
Dtestppd.c1721 if (header->cupsRowCount != expected->cupsRowCount) in print_changes()
1722 printf(" cupsRowCount %d, expected %d\n", header->cupsRowCount, in print_changes()
1723 expected->cupsRowCount); in print_changes()
Draster-interpret.c1554 h->cupsRowCount = (unsigned)obj->value.number; in setpagedevice()
/external/libcups/filter/
Drastertoepson.c180 DotBytes = header->cupsRowCount / 8; in StartPage()
616 if (header->cupsRowCount) in OutputLine()
Drastertolabel.c383 if (header->cupsRowCount) /* inTearInterval */ in StartPage()
384 printf("\033!n%uT", header->cupsRowCount); in StartPage()
Dspec-ppd.shtml851 <td><tt>cupsRowCount</tt></td>
854 <td><tt>&lt;&lt;/cupsRowCount 24&gt;&gt;setpagedevice</tt></td>