Home | History | Annotate | Download | only in filter

Lines Matching refs:page_width

44 			page_width,	/* Actual page width */
127 page_width = (unsigned)(inheader.cupsPageSize[0] * inheader.HWResolution[0] / 72.0);
132 linesize = (page_width * inheader.cupsBitsPerPixel + 7) / 8;
135 if (page_left > page_width || page_top > page_height || page_bottom > page_height)
197 outheader.cupsWidth = page_width;
299 outheader.cupsInteger[3] = page_width - page_left -
304 outheader.cupsInteger[5] = page_width - page_left;
331 outheader.cupsInteger[3] = page_width - page_left -
336 outheader.cupsInteger[5] = page_width - page_left;
363 outheader.cupsInteger[3] = page_width - page_left -
368 outheader.cupsInteger[5] = page_width - page_left;