Searched refs:striplength (Results 1 – 1 of 1) sorted by relevance
2189 tsize_t striplength=0; in t2p_readwrite_pdf_image() local2415 striplength=TIFFReadRawStrip(input, i, (tdata_t) stripbuffer, -1); in t2p_readwrite_pdf_image()2418 &striplength, in t2p_readwrite_pdf_image()3452 tsize_t* striplength, in t2p_process_jpeg_strip() argument3461 while (i < *striplength) { in t2p_process_jpeg_strip()3473 while (i < *striplength && strip[i] == 0xff) in t2p_process_jpeg_strip()3475 if (i >= *striplength) in t2p_process_jpeg_strip()3481 if ((*striplength - i) <= 2) in t2p_process_jpeg_strip()3484 if (datalen < 2 || datalen >= (*striplength - i)) in t2p_process_jpeg_strip()3563 if( *bufferoffset + *striplength - i > buffersize ) in t2p_process_jpeg_strip()[all …]