Searched refs:src_mgr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcjpeg.c479 cjpeg_source_ptr src_mgr; local
574 src_mgr = select_file_type(&cinfo, input_file);
575 src_mgr->input_file = input_file;
578 (*src_mgr->start_input) (&cinfo, src_mgr);
594 num_scanlines = (*src_mgr->get_pixel_rows) (&cinfo, src_mgr);
595 (void) jpeg_write_scanlines(&cinfo, src_mgr->buffer, num_scanlines);
599 (*src_mgr->finish_input) (&cinfo, src_mgr);
[all...]

Completed in 120 milliseconds