Home | History | Annotate | Download | only in filter

Lines Matching refs:cupsHeight

154   0,					/* cupsHeight */
482 header.cupsWidth, header.cupsHeight, header.cupsBitsPerPixel,
486 for (y = 0; y < header.cupsHeight; y ++)
491 if (y < header.cupsHeight)
554 header.cupsHeight = 256;
686 expected.cupsHeight = 256;
985 if (header->cupsHeight != expected->cupsHeight)
986 printf(" cupsHeight %d, expected %d\n", header->cupsHeight,
987 expected->cupsHeight);