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

/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp483 uint32 rowsPerStrip, uint32 dataSize)
496 bytesPerStrip = width * 4 * rowsPerStrip;
504 bytesPerStrip = width * 3 * rowsPerStrip;
508 bytesPerStrip = width * rowsPerStrip;
517 uint32 inBufferSize = bytesPerRow * rowsPerStrip;
537 rowsPerStrip, width, bytesPerRow);
572 rowsPerStrip, width, bytesPerRow);
708 uint32 rowsPerStrip = TIFFDefaultStripSize(tif, 0); local
710 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsPerStrip);
730 rowsPerStrip, dataSiz
481 write_tif_stream(TIFF* tif, BPositionIO* inSource, color_space format, uint32 width, uint32 height, uint32 bytesPerRow, uint32 rowsPerStrip, uint32 dataSize) argument
[all...]

Completed in 30 milliseconds