Lines Matching refs:output_width
136 return sampleSize * cinfo.output_width / cinfo.image_width;
143 return 0 != cinfo.output_width && 0 != cinfo.output_height;
410 jpeg_start_decompress(), and then read output_width and output_height.
423 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
438 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height, sampleSize);
497 SkAutoTMalloc<uint8_t> srcStorage(cinfo.output_width * srcBytesPerPixel);
509 sk_msan_mark_initialized(srcRow, srcRow + cinfo.output_width * srcBytesPerPixel,
524 convert_CMYK_to_RGB(srcRow, cinfo.output_width);
600 int yWidth = cinfo.output_width;
726 jpeg_start_decompress(), and then read output_width and output_height.