Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtiff.c1888 strip_size; in ReadTIFFImage() local
1941 strip_size=TIFFReadEncodedStrip(tiff,strip_id,strip_pixels, in ReadTIFFImage()
1943 if (strip_size == -1) in ReadTIFFImage()
2542 strip_size; in WriteGROUP4Image() local
2620 strip_size=byte_count[0]; in WriteGROUP4Image()
2622 if (byte_count[i] > strip_size) in WriteGROUP4Image()
2623 strip_size=byte_count[i]; in WriteGROUP4Image()
2624 buffer=(unsigned char *) AcquireQuantumMemory((size_t) strip_size, in WriteGROUP4Image()
2640 count=(ssize_t) TIFFReadRawStrip(tiff,(uint32) i,buffer,strip_size); in WriteGROUP4Image()