Home
last modified time | relevance | path

Searched refs:eyofs (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dbrush.c494 REAL exofs, eyofs, far_x, far_y; in GdipCreateLineBrushFromRectWithAngle() local
567 eyofs = rect->Height * sin_angle * sin_angle + rect->Width * sin_cos_angle; in GdipCreateLineBrushFromRectWithAngle()
572 eyofs = -rect->Width * sin_cos_angle + rect->Height * sin_angle * sin_angle; in GdipCreateLineBrushFromRectWithAngle()
578 end.Y = rect->Y + eyofs; in GdipCreateLineBrushFromRectWithAngle()
585 start.Y = rect->Y + eyofs; in GdipCreateLineBrushFromRectWithAngle()