<HTML dir=ltr><HEAD><TITLE>Re: [PATCH try2 4/4] gdi32: Call pMoveTo if available when emulating ArcTo/PolylineTo/PolyBezierTo.</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText56875 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I will have to investigate this further on native then (I'll look into making a fake driver that implements Arc and MoveTo but not ArcTo, call ArcTo on that driver and see what happens).</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>I don't know whether this is a valid case, but what I'm thinking of is a pre-Win2000 GDI driver (have to double check that that is a possibility...) that implements Arc but not ArcTo since ArcTo was only added in Win2000.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Also, I have some patches ready that test &amp; conform AngleArc too (just using ArcTo since that's basically what an AngleArc is as well), so I'll send those out sometime today probably.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Misha</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Alexandre Julliard [mailto:julliard@winehq.org]<BR><B>Sent:</B> Thu 6/21/2007 9:11 AM<BR><B>To:</B> Koshelev, Misha Vladislavo<BR><B>Cc:</B> wine-devel@winehq.org<BR><B>Subject:</B> Re: [PATCH try2 4/4] gdi32: Call pMoveTo if available when emulating ArcTo/PolylineTo/PolyBezierTo.<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Misha Koshelev &lt;mk144210@bcm.edu&gt; writes:<BR><BR>&gt; This sends proper position information to the GDI driver when we are emulating these functions.<BR><BR>I don't think I agree with this one. If the driver needs to update the<BR>position then it should implement ArcTo etc. since it may need to<BR>distinguish that from an explicit MoveTo. Or if the generic<BR>implementation is really good enough in all cases then we shouldn't<BR>export a driver entry point at all.<BR><BR>--<BR>Alexandre Julliard<BR>julliard@winehq.org<BR></FONT></P></DIV></BODY></HTML>