[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] split_conic and split_cubic are duplicated
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] split_conic and split_cubic are duplicated |
Date: |
Thu, 27 Sep 2001 08:26:12 +0200 (CEST) |
> Another observation arising from my work with ftgrays.c: the
> routines split_conic and split_cubic are duplicates of Split_Conic
> and Split_Cubic in ftraster.c. These functions should be moved to a
> utilities module somewhere; we really shouldn't have duplicates in
> FreeType, because many users have litle memory available.
Again, please send a patch. Adding a new auxiliary module should be
straightforward.
Werner