Module: wine Branch: master Commit: b33786ce6da790d1d120cb00c68e007b974e93bd URL: http://source.winehq.org/git/wine.git/?a=commit;h=b33786ce6da790d1d120cb00c6...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jul 20 11:07:28 2015 +0200
d2d1: Implement initial support for drawing bezier curves.
---
dlls/d2d1/brush.c | 17 +-- dlls/d2d1/d2d1_private.h | 39 +++++- dlls/d2d1/geometry.c | 123 +++++++++++++++++-- dlls/d2d1/render_target.c | 282 +++++++++++++++++++++++++++++++------------- dlls/d2d1/tests/d2d1.c | 293 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 643 insertions(+), 111 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b33786ce6da790d1d120cb...