Searched refs:map_rows (Results 1 – 1 of 1) sorted by relevance
201 map_rows, in ReadVIFFImage() member319 viff_info.map_rows=ReadBlobLong(image); in ReadVIFFImage()375 if (viff_info.map_rows == 0) in ReadVIFFImage()418 if ((MagickSizeType) (viff_info.map_rows*image->colors) > GetBlobSize(image)) in ReadVIFFImage()422 if ((MagickSizeType) viff_info.map_rows > GetBlobSize(image)) in ReadVIFFImage()424 if ((MagickSizeType) viff_info.map_rows > in ReadVIFFImage()425 (viff_info.map_rows*bytes_per_pixel*sizeof(*viff_colormap))) in ReadVIFFImage()428 viff_info.map_rows*bytes_per_pixel*sizeof(*viff_colormap)); in ReadVIFFImage()434 count=ReadBlob(image,bytes_per_pixel*image->colors*viff_info.map_rows, in ReadVIFFImage()445 viff_info.map_rows)); in ReadVIFFImage()[all …]