Searched refs:crop_height (Results 1 – 8 of 8) sorted by relevance
915 if (! jt_read_integer(&spec, &info->crop_height)) in jtransform_parse_crop_spec()1101 info->crop_height = info->output_height - info->crop_yoffset; in jtransform_request_workspace()1104 if (info->crop_height > info->output_height) { in jtransform_request_workspace()1107 info->crop_yoffset >= info->crop_height || in jtransform_request_workspace()1108 info->crop_yoffset > info->crop_height - info->output_height) in jtransform_request_workspace()1112 info->crop_height <= 0 || in jtransform_request_workspace()1113 info->crop_yoffset > info->output_height - info->crop_height) in jtransform_request_workspace()1137 ((long) (info->crop_height + (yoffset % info->iMCU_sample_height)), in jtransform_request_workspace()1148 info->crop_height > info->output_height) in jtransform_request_workspace()1149 info->output_height = info->crop_height; in jtransform_request_workspace()[all …]
144 JDIMENSION crop_height; /* Height of selected region */ member
127 h = config->options.crop_height; in AllocateExternalBuffer()273 config.options.crop_height = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
454 int crop_width, crop_height; // dimension of the cropping area member
188 const int ch = options->crop_height; in WebPAllocateDecBuffer()
798 h = options->crop_height; in WebPIoInitFromOptions()
Completed in 30 milliseconds