freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] ewaldhew-wip 213ede8 3/4: [hsbw, sbw] Do not moveTo after se


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip 213ede8 3/4: [hsbw, sbw] Do not moveTo after setting pt
Date: Fri, 14 Jul 2017 01:09:48 -0400 (EDT)

branch: ewaldhew-wip
commit 213ede834fc393137e81232d4194e0ee77fefe68
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>

    [hsbw,sbw] Do not moveTo after setting pt
---
 src/psaux/psintrp.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/psaux/psintrp.c b/src/psaux/psintrp.c
index 8851adb..fd9b304 100644
--- a/src/psaux/psintrp.c
+++ b/src/psaux/psintrp.c
@@ -1500,8 +1500,6 @@
 
                       curX = ADD_INT32( curX, lsb_x );
                       curY = ADD_INT32( curY, lsb_y );
-
-                      cf2_glyphpath_moveTo( &glyphPath, curX, curY );
                     }
                   }
                   break;
@@ -2362,8 +2360,6 @@
             goto exit;
 
           curX = ADD_INT32( curX, lsb_x );
-
-          cf2_glyphpath_moveTo( &glyphPath, curX, curY );
         }
         break;
         



reply via email to

[Prev in Thread] Current Thread [Next in Thread]