Searched refs:eyofs (Results 1 – 1 of 1) sorted by relevance
494 REAL exofs, eyofs, far_x, far_y; in GdipCreateLineBrushFromRectWithAngle() local567 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()