Re: gdi32: Correct order of matrix elements in World transform

2008-12-25 Thread Dmitry Timoshkov
"Konstantin Kondratyuk" wrote: > Oops, this patch is not full. > > I think, there is code with bad index also: > >/* Extra transformation specified by caller */ >if (lpmat && !is_identity_MAT2(lpmat)) >{ >FT_Matrix extraMat; >extraMat.xx = FT_FixedFromFIXED(lpmat->eM

Re: gdi32: Correct order of matrix elements in World transform

2008-12-25 Thread Konstantin Kondratyuk
Oops, this patch is not full. I think, there is code with bad index also: /* Extra transformation specified by caller */ if (lpmat && !is_identity_MAT2(lpmat)) { FT_Matrix extraMat; extraMat.xx = FT_FixedFromFIXED(lpmat->eM11); extraMat.xy = FT_FixedFromFIXED(l