Home
last modified time | relevance | path

Searched refs:swapBytesInScanline (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Draw2tiff.c81 static void swapBytesInScanline(void *, uint32, TIFFDataType);
309 swapBytesInScanline(buf, width, dtype); in main()
325 swapBytesInScanline(buf1, width, dtype); in main()
344 swapBytesInScanline(void *buf, uint32 width, TIFFDataType dtype) in swapBytesInScanline() function
440 swapBytesInScanline(buf1, w, dtype); in guessSize()
441 swapBytesInScanline(buf2, w, dtype); in guessSize()