Searched refs:crop_width (Results 1 – 9 of 9) sorted by relevance
904 if (! jt_read_integer(&spec, &info->crop_width)) in jtransform_parse_crop_spec()1082 info->crop_width = info->output_width - info->crop_xoffset; in jtransform_request_workspace()1085 if (info->crop_width > info->output_width) { in jtransform_request_workspace()1088 info->crop_xoffset >= info->crop_width || in jtransform_request_workspace()1089 info->crop_xoffset > info->crop_width - info->output_width) in jtransform_request_workspace()1093 info->crop_width <= 0 || in jtransform_request_workspace()1094 info->crop_xoffset > info->output_width - info->crop_width) in jtransform_request_workspace()1134 ((long) (info->crop_width + (xoffset % info->iMCU_sample_width)), in jtransform_request_workspace()1142 info->crop_width > info->output_width) in jtransform_request_workspace()1143 info->output_width = info->crop_width; in jtransform_request_workspace()[all …]
142 JDIMENSION crop_width; /* Width of selected region */ member
126 w = config->options.crop_width; in AllocateExternalBuffer()272 config.options.crop_width = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
228 uint32 crop_width; member5339 crop_width = endx - startx + 1; in computeInputPixelOffsets()5342 if (crop_width <= 0) in computeInputPixelOffsets()5348 if (crop_width > image->width) in computeInputPixelOffsets()5349 crop_width = image->width; in computeInputPixelOffsets()5360 off->crop_width = crop_width; in computeInputPixelOffsets()5416 offsets.crop_width = image->width; in getCropOffsets()5491 zwidth = offsets.crop_width; in getCropOffsets()5549 zwidth = offsets.crop_width; in getCropOffsets()6341 crop_width = last_col - first_col + 1; in extractCompositeRegions()[all …]
454 int crop_width, crop_height; // dimension of the cropping area member
187 const int cw = options->crop_width; in WebPAllocateDecBuffer()
797 w = options->crop_width; in WebPIoInitFromOptions()
Completed in 47 milliseconds