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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c159 static int TIFFjpeg_read_scanlines(JPEGState*, JSAMPARRAY, int);
362 TIFFjpeg_read_scanlines(sp, scanlines, max_lines) function
883 if (TIFFjpeg_read_scanlines(sp, bufptr, 1) != 1)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c350 TIFFjpeg_read_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int max_lines) function
920 if (TIFFjpeg_read_scanlines(sp, &line_work_buf, 1) != 1)
962 if (TIFFjpeg_read_scanlines(sp, &bufptr, 1) != 1)

Completed in 127 milliseconds