Lines Matching full:xoffset
786 * <width>[f]x<height>[f]{+-}<xoffset>{+-}<yoffset>
787 * where width, height, xoffset, and yoffset are unsigned integers.
789 * (A weakness of this style is that it is not possible to omit xoffset
826 /* fetch xoffset */
896 JDIMENSION xoffset, yoffset;
1000 xoffset = info->output_width - info->crop_width - info->crop_xoffset;
1002 xoffset = info->crop_xoffset;
1012 info->crop_width + (xoffset % info->iMCU_sample_width);
1019 info->x_crop_offset = xoffset / info->iMCU_sample_width;