Searched refs:start_input (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | cdjpeg.h | 31 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo); member
|
H A D | cjpeg.c | 702 (*src_mgr->start_input) (&cinfo, src_mgr); in cjpeg()
|
H A D | rdtarga.c | 17 * at the start of the file; start_input may need work if the 498 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ in GLOBAL() 499 source->pub.start_input = start_input_tga; in GLOBAL()
|
H A D | rdbmp.c | 22 * at the start of the file; start_input may need work if the 677 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ in GLOBAL() 678 source->pub.start_input = start_input_bmp; in GLOBAL()
|
H A D | rdgif.c | 17 * at the start of the file; start_input may need work if the 685 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ in GLOBAL() 686 source->pub.start_input = start_input_gif; in GLOBAL()
|
H A D | rdppm.c | 20 * at the start of the file; start_input may need work if the 769 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ 770 source->pub.start_input = start_input_ppm;
|
H A D | turbojpeg.c | 2109 (*src->start_input) (cinfo, src); in tjLoadImage()
|
/third_party/backends/backend/ |
H A D | nec.c | 3502 size_t start_input, bytes_per_line_in; in sane_read_shuffled() local 3548 start_input = s->params.bytes_per_line; in sane_read_shuffled() 3563 start_input = s->dev->info.bufsize - nread; in sane_read_shuffled() 3568 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled() 3570 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled() 3611 red = &(s->buffer[start_input + line * bytes_per_line_in]); in sane_read_shuffled()
|
H A D | sharp.c | 4006 size_t start_input, bytes_per_line_in; in sane_read_shuffled() local 4044 start_input = s->params.bytes_per_line; in sane_read_shuffled() 4059 start_input = s->dev->info.bufsize - nread; in sane_read_shuffled() 4064 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled() 4067 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled() 4108 red = &(s->buffer[start_input + line * bytes_per_line_in]); in sane_read_shuffled()
|
Completed in 16 milliseconds