Module: wine Branch: master Commit: a6bf2c429eb726aef9cb01da49f51d952d31ce4c URL: https://source.winehq.org/git/wine.git/?a=commit;h=a6bf2c429eb726aef9cb01da4...
Author: Giovanni Mascellani gio@debian.org Date: Tue Mar 3 18:59:46 2020 +0100
d2d1: Implement ellipse and rounded rectangle filling 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/brush.c | 3 +- dlls/d2d1/d2d1_private.h | 15 ++++--- dlls/d2d1/device.c | 111 ++++++++++++++++++++++++++++++++--------------- dlls/d2d1/geometry.c | 30 ++++++------- dlls/d2d1/tests/d2d1.c | 14 +++--- 5 files changed, 110 insertions(+), 63 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a6bf2c429eb726aef9cb0...