Home | History | Annotate | Download | only in images

Lines Matching refs:output_height

157     return cinfo.output_width != 0 && cinfo.output_height != 0;
287 jpeg_start_decompress(), and then read output_width and output_height.
301 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
314 cinfo.output_height)) {
333 (int) cinfo.output_height != bm->height())) {
339 bm->setConfig(config, cinfo.output_width, cinfo.output_height);
354 while (cinfo.output_scanline < cinfo.output_height) {
391 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height,
455 cinfo.output_height - cinfo.output_scanline)) {
536 *height = cinfo->output_height;