freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] anuj-distance-field 2b32fd4: * src/sdf/ftbsdf.c: Typo. `FT_1


From: Anuj Verma
Subject: [freetype2] anuj-distance-field 2b32fd4: * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
Date: Sat, 25 Jul 2020 02:51:26 -0400 (EDT)

branch: anuj-distance-field
commit 2b32fd454e871b14a05d2d3d1735a973b58dabfe
Author: Anuj Verma <anujv@iitbhilai.ac.in>
Commit: Anuj Verma <anujv@iitbhilai.ac.in>

    * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
---
 [GSoC]ChangeLog  | 4 ++++
 src/sdf/ftbsdf.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/[GSoC]ChangeLog b/[GSoC]ChangeLog
index 833adb6..283ecf5 100644
--- a/[GSoC]ChangeLog
+++ b/[GSoC]ChangeLog
@@ -1,5 +1,9 @@
 2020-07-25  Anuj Verma  <anujv@iitbhilai.ac.in>
 
+       * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
+
+2020-07-25  Anuj Verma  <anujv@iitbhilai.ac.in>
+
        [sdf -> bsdf renderer] Hold a refrence to `FT_Memory'.
 
        Due to the way the 8SED algorithm works we need to keep
diff --git a/src/sdf/ftbsdf.c b/src/sdf/ftbsdf.c
index 7b33165..ca9b5a7 100644
--- a/src/sdf/ftbsdf.c
+++ b/src/sdf/ftbsdf.c
@@ -30,7 +30,7 @@
   typedef  FT_Vector FT_16D16_Vec;  /* with 16.16 fixed point components */
 
   typedef  FT_Short FT_6D10;        /* 6.10 fixed point representation   */
-  typedef  FT_Fixed FT_16D16;       /* 6.10 fixed point representation   */
+  typedef  FT_Fixed FT_16D16;       /* 16.16 fixed point representation  */
 
   /**************************************************************************
    *



reply via email to

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