Home | History | Annotate | Download | only in libtiff

Lines Matching full:image_height

1052         sp->cinfo.d.image_height < segment_height) {
1058 sp->cinfo.d.image_height);
1061 sp->cinfo.d.image_height > segment_height) {
1072 sp->cinfo.d.image_width, sp->cinfo.d.image_height);
1189 if( nrows > (tmsize_t) sp->cinfo.d.image_height )
1190 nrows = sp->cinfo.d.image_height;
1307 if ( (nrows = sp->cinfo.d.image_height) ) {
1675 sp->cinfo.c.image_height = segment_height;