Searched refs:rowbuf (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | fax2tiff.c | 63 char *rowbuf; variable 233 rowbuf = _TIFFmalloc(TIFFhowmany8(xsize)); in main() 235 if (rowbuf == NULL || refbuf == NULL) { in main() 359 _TIFFfree(rowbuf); in main() 399 ok = (*tifin->tif_decoderow)(tifin, (tdata_t) rowbuf, in copyFaxFile() 405 _TIFFmemcpy(rowbuf, refbuf, linesize); in copyFaxFile() 410 _TIFFmemcpy(refbuf, rowbuf, linesize); in copyFaxFile() 414 if (TIFFWriteScanline(tifout, rowbuf, row, 0) < 0) { in copyFaxFile() 421 if (TIFFWriteScanline(tifout, rowbuf, row, 0) < 0) { in copyFaxFile()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 2872 offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf. 4496 transform function changes the rowbuf size, and that is only valid if
|
Completed in 12 milliseconds