Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcp.c1443 DECLAREwriteFunc(writeBufferToContigStrips) in DECLAREwriteFunc() argument
1719 writeBufferToContigStrips, in DECLAREcpFunc()
1741 writeBufferToContigStrips, in DECLAREcpFunc()
H A Dtiffcrop.c462 static int writeBufferToContigStrips (TIFF*, uint8*, uint32);
1119 static int writeBufferToContigStrips(TIFF* out, uint8* buf, uint32 imagelength) in writeBufferToContigStrips() function
7296 writeBufferToContigStrips (out, sect_buff, length); in writeSingleSection()
7976 if (writeBufferToContigStrips (out, crop_buff, length)) in writeCroppedImage()