Home
last modified time | relevance | path

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 Dfax2tiff.c63 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 DCHANGES2872 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