Searched refs:stripIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp531 uint32 stripIndex = 0; local
533 //printf("writing bytes: %ld (strip: %ld)\n", read, stripIndex);
539 written = TIFFWriteEncodedStrip(tif, stripIndex, outBuffer, bytesPerStrip);
540 stripIndex++;
554 written = TIFFWriteEncodedStrip(tif, stripIndex, outBuffer, read);
567 uint32 stripIndex = 0; local
569 //printf("writing bytes: %ld (strip: %ld)\n", read, stripIndex);
574 written = TIFFWriteEncodedStrip(tif, stripIndex, inBuffer, bytesPerStrip);
575 stripIndex++;
583 //printf("writing remaining bytes: %ld (strip: %ld)\n", read, stripIndex);
[all...]

Completed in 13 milliseconds