mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 08:48:02 +02:00
Add comment.
This commit is contained in:
parent
6e89ad4141
commit
98967b77e5
1 changed files with 2 additions and 0 deletions
|
|
@ -1083,6 +1083,8 @@ typedef ptrdiff_t FT_PtrDist;
|
|||
if ( dx < ONE_PIXEL / 4 )
|
||||
goto Draw;
|
||||
|
||||
/* we can calculate the number of necessary bisections because */
|
||||
/* each bisection predictably reduces deviation at least 4-fold */
|
||||
level = 0;
|
||||
do
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue