Lines Matching defs:height
103 - round image height down to even # of lines
330 - br_x and br_y locked to page_width/height until changed
2098 /* page height US-Letter */
2508 /* page height */
3822 /* if full height image, and paper size is changed,
4860 params->lines = s->i.height;
4894 s->u.height = (s->u.br_y - s->u.tl_y) * s->u.dpi_y / 1200;
4919 s->u.height -= s->u.height % 8;
4927 s->u.width, s->u.height, s->u.mode, s->u.format, s->u.bpp);
5017 s->s.height = (s->u.br_y-s->u.tl_y+s->duplex_offset) * s->u.dpi_y / 1200;
5020 s->s.height += s->s.height % 2;
5023 s->s.width, s->s.height, s->s.mode, s->s.format, s->s.bpp);
5046 s->i.width, s->i.height, s->i.mode, s->i.format, s->i.bpp);
5676 s->u.bytes_tot[SIDE_FRONT] = s->u.Bpl * s->u.height;
5679 s->i.bytes_tot[SIDE_FRONT] = s->i.Bpl * s->i.height;
5682 s->s.bytes_tot[SIDE_FRONT] = s->s.Bpl * s->s.height;
5687 s->u.bytes_tot[SIDE_BACK] = s->u.Bpl * s->u.height;
5691 s->i.bytes_tot[SIDE_BACK] = s->i.Bpl * s->i.height;
5695 s->s.bytes_tot[SIDE_BACK] = s->s.Bpl * s->s.height;
5803 set_WD_length (desc1, s->s.height * 1200/s->s.dpi_y);
6157 in[i] = (s->s.height >> 8) & 0xff;
6161 in[i] = s->s.height & 0xff;
6392 || lineNum - s->i.skip_lines[side] >= s->i.height
8899 * for the paper height in adf. sometimes,
8906 int height = s->u.page_y;
8914 if(height > s->max_y){
8919 return height;
9112 s->i.height = s->s_params.lines;