Module: wine Branch: master Commit: 873e3d0691d8a5fb2012d541369ae7ed3e39cfc0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=873e3d0691d8a5fb2012d5413...
Author: Giovanni Mascellani gio@debian.org Date: Tue Mar 3 18:59:47 2020 +0100
d2d1: Implement ellipse and rounded rectangle stroking with arcs.
Signed-off-by: Giovanni Mascellani gio@debian.org Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d2d1/d2d1_private.h | 13 +- dlls/d2d1/device.c | 313 ++++++++++++++++++++++++++++++++++++++++------- dlls/d2d1/geometry.c | 82 ++++++++++--- 3 files changed, 345 insertions(+), 63 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=873e3d0691d8a5fb2012d...