Searched refs:strip_size (Results 1 – 1 of 1) sorted by relevance
2629 strip_size; in WriteGROUP4Image() local2705 strip_size=byte_count[0]; in WriteGROUP4Image()2707 if (byte_count[i] > strip_size) in WriteGROUP4Image()2708 strip_size=byte_count[i]; in WriteGROUP4Image()2709 buffer=(unsigned char *) AcquireQuantumMemory((size_t) strip_size, in WriteGROUP4Image()2725 count=(ssize_t) TIFFReadRawStrip(tiff,(uint32) i,buffer,strip_size); in WriteGROUP4Image()