Giovanni Mascellani : d2d1: Implement rounded rectangle drawing.

Alexandre Julliard julliard at winehq.org
Tue Jun 2 08:11:15 CDT 2020


Module: wine
Branch: stable
Commit: 1a985ae8d65a2dfce9ea846edc94144d8bfac6f1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1a985ae8d65a2dfce9ea846edc94144d8bfac6f1

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

d2d1: Implement rounded rectangle drawing.

Currently rounded parts are 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 f04bcb2d1b3ee9abb60ee53ab3b7d85e1f9e0c9b)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/d2d1/d2d1_private.h |  20 ++-
 dlls/d2d1/factory.c      |  22 +++-
 dlls/d2d1/geometry.c     | 325 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/d2d1/tests/d2d1.c   |   6 -
 4 files changed, 362 insertions(+), 11 deletions(-)

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



More information about the wine-cvs mailing list