[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] anuj-distance-field e920c40 73/95: * src/sdf/ftbsdf.c: Typo.
From: |
Anuj Verma |
Subject: |
[freetype2] anuj-distance-field e920c40 73/95: * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation. |
Date: |
Sun, 2 Aug 2020 01:10:39 -0400 (EDT) |
branch: anuj-distance-field
commit e920c4074f0d156756fe7fc5bfd8d7d5f391c038
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 */
/**************************************************************************
*
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] anuj-distance-field e920c40 73/95: * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.,
Anuj Verma <=