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

Lines Matching refs:JDIMENSION

135   JDIMENSION crop_width;        /* Width of selected region */
137 JDIMENSION crop_height; /* Height of selected region */
139 JDIMENSION crop_xoffset; /* X offset of selected region */
141 JDIMENSION crop_yoffset; /* Y offset of selected region */
147 JDIMENSION output_width; /* cropped destination dimensions */
148 JDIMENSION output_height;
149 JDIMENSION x_crop_offset; /* destination crop offsets measured in iMCUs */
150 JDIMENSION y_crop_offset;
176 (JDIMENSION image_width, JDIMENSION image_height, int MCU_width,