Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtiff.c1891 *strip_pixels; in ReadTIFFImage() local
1902 strip_pixels=(unsigned char *) AcquireQuantumMemory(extent, in ReadTIFFImage()
1903 sizeof(*strip_pixels)); in ReadTIFFImage()
1904 if (strip_pixels == (unsigned char *) NULL) in ReadTIFFImage()
1906 (void) memset(strip_pixels,0,extent*sizeof(*strip_pixels)); in ReadTIFFImage()
1909 p=strip_pixels; in ReadTIFFImage()
1941 strip_size=TIFFReadEncodedStrip(tiff,strip_id,strip_pixels, in ReadTIFFImage()
1949 p=strip_pixels; in ReadTIFFImage()
1969 strip_pixels=(unsigned char *) RelinquishMagickMemory(strip_pixels); in ReadTIFFImage()