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

/external/ImageMagick/coders/
H A Ddpx.c255 y_center;
886 dpx.orientation.y_center=ReadBlobFloat(image);
888 if (IsFloatDefined(dpx.orientation.y_center) != MagickFalse)
889 (void) FormatImageProperty(image,"dpx:orientation.y_center","%g",
890 dpx.orientation.y_center);
1703 (void) DeleteImageProperty(image,"dpx:orientation.y_center");
1722 dpx.orientation.y_center=0.0f;
1723 value=GetDPXProperty(image,"dpx:orientation.y_center",exception);
1725 dpx.orientation.y_center=StringToDouble(value,(char **) NULL);
1726 offset+=WriteBlobFloat(image,dpx.orientation.y_center);
252 y_center; member in struct:_DPXOrientationInfo
[all...]

Completed in 102 milliseconds