Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtim.c136 *tim_pixels; in ReadTIMImage() local
247 tim_pixels=(unsigned char *) AcquireQuantumMemory(image_size, in ReadTIMImage()
248 sizeof(*tim_pixels)); in ReadTIMImage()
249 if (tim_pixels == (unsigned char *) NULL) in ReadTIMImage()
251 count=ReadBlob(image,image_size,tim_pixels); in ReadTIMImage()
254 tim_pixels=(unsigned char *) RelinquishMagickMemory(tim_pixels); in ReadTIMImage()
272 p=tim_pixels+y*bytes_per_line; in ReadTIMImage()
309 p=tim_pixels+y*bytes_per_line; in ReadTIMImage()
334 p=tim_pixels+y*bytes_per_line; in ReadTIMImage()
369 p=tim_pixels+y*bytes_per_line; in ReadTIMImage()
[all …]