Searched refs:sequence_extent (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Ddpx.c183 sequence_extent,
981 dpx.film.sequence_extent=ReadBlobLong(image);
983 if (dpx.film.sequence_extent != ~0U)
984 (void) FormatImageProperty(image,"dpx:film.sequence_extent","%u",
985 dpx.film.sequence_extent);
1830 dpx.film.sequence_extent=0U;
1831 value=GetDPXProperty(image,"dpx:film.sequence_extent",exception);
1833 dpx.film.sequence_extent=(unsigned int) StringToUnsignedLong(value);
1834 offset+=WriteBlobLong(image,dpx.film.sequence_extent);
180 sequence_extent, member in struct:_DPXFilmInfo

Completed in 117 milliseconds