Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Ddpx.c181 held_count; member
991 dpx.film.held_count=ReadBlobLong(image); in ReadDPXImage()
993 if (dpx.film.held_count != ~0U) in ReadDPXImage()
995 dpx.film.held_count); in ReadDPXImage()
1856 dpx.film.held_count=0U; in WriteDPXImage()
1859 dpx.film.held_count=(unsigned int) StringToUnsignedLong(value); in WriteDPXImage()
1860 offset+=WriteBlobLong(image,dpx.film.held_count); in WriteDPXImage()