Home | History | Annotate | Download | only in coders

Lines Matching full:x_size

258     x_size,
891 dpx.orientation.x_size=ReadBlobLong(image);
893 if (dpx.orientation.x_size != ~0U)
894 (void) FormatImageProperty(image,"dpx:orientation.x_size","%u",
895 dpx.orientation.x_size);
1704 (void) DeleteImageProperty(image,"dpx:orientation.x_size");
1727 dpx.orientation.x_size=0U;
1728 value=GetDPXProperty(image,"dpx:orientation.x_size",exception);
1730 dpx.orientation.x_size=(unsigned int) StringToUnsignedLong(value);
1731 offset+=WriteBlobLong(image,dpx.orientation.x_size);