Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:x_density

227   cinfo->X_density = 1;
620 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
634 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);