Giovanni Mascellani : d2d1: Implement ellipse drawing.

Alexandre Julliard julliard at winehq.org
Tue Mar 23 15:07:44 CDT 2021


Module: wine
Branch: oldstable
Commit: ea029623b62faac321d03d96fcd5bd3f5871649b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ea029623b62faac321d03d96fcd5bd3f5871649b

Author: Giovanni Mascellani <gio at debian.org>
Date:   Tue Jan 28 16:35:45 2020 +0330

d2d1: Implement ellipse drawing.

Currently the ellipse is approximated with quadratic Bézier curves.

Signed-off-by: Giovanni Mascellani <gio at debian.org>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit aec8701399ff0e9a0f368e0392b0aedd2841ca94)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/d2d1/d2d1_private.h |  14 +++
 dlls/d2d1/factory.c      |  20 +++-
 dlls/d2d1/geometry.c     | 275 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 306 insertions(+), 3 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=ea029623b62faac321d03d96fcd5bd3f5871649b



More information about the wine-cvs mailing list