Lines Matching defs:y_size
259 y_size;
907 dpx.orientation.y_size=ReadBlobLong(image);
909 if (dpx.orientation.y_size != ~0U)
910 (void) FormatImageProperty(image,"dpx:orientation.y_size","%u",
911 dpx.orientation.y_size);
1735 (void) DeleteImageProperty(image,"dpx:orientation.y_size");
1762 dpx.orientation.y_size=0U;
1763 value=GetDPXProperty(image,"dpx:orientation.y_size",exception);
1765 dpx.orientation.y_size=(unsigned int) StringToUnsignedLong(value);
1766 offset+=WriteBlobLong(image,dpx.orientation.y_size);