Home | History | Annotate | Download | only in coders

Lines Matching refs:Angle

681 static unsigned LoadWPG2Flags(Image *image,char Precision,float *Angle,tCTM *CTM)
704 x=ReadBlobLSBLong(image); /*Rot Angle*/
705 if(Angle) *Angle=x/65536.0;