Home | History | Annotate | Download | only in jpeg

Lines Matching refs:row_width

61   JDIMENSION row_width;		/* Physical width of scanlines in file */
208 for (col = source->row_width; col > 0; col--) {
262 JDIMENSION row_width;
377 row_width = (JDIMENSION) (biWidth * 3);
379 row_width = (JDIMENSION) biWidth;
380 while ((row_width & 3) != 0) row_width++;
381 source->row_width = row_width;
386 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1);