Lines Matching defs:width
1216 int tl_x, int tl_y, int width, int height, unsigned char source)
1218 /* NB. here int tl_x, int tl_y, int width, int height are in DPI units, not optres units! */
1277 /* Z width height note the s->width and s->height are in optres units
1282 tx_widthheight[3]=(width) & 0xff;
1283 tx_widthheight[4]=((width) >> 8) & 0xff;
1618 s->params.pixels_per_line, s->params.lines, /* extent was s->width, s->height*/
1796 /* TODO: Use OPT_RESOLUTION or fixed 600dpi for left/top/width/height? */
1801 /* width in pixels */
1802 s->width =
1809 DBG(20, "%s: s->width = %d, s->height = %d optres units\n",
1810 __func__, s->width, s->height);
1812 s->params.pixels_per_line = s->width * dpi / optres + 0.5;