summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuj Verma <anujv@iitbhilai.ac.in>2020-07-25 12:21:18 +0530
committeranujverma <anujv@iitbhilai.ac.in>2020-08-02 16:33:20 +0530
commitea5114acfd9d674bef6edbfc26ff034ea2f7d4ce (patch)
treec3ee84415614bc3c24bf217440b09aa32305a528
parent13180a3cd4c8bfb54495c04afe81d1c939f7d7ca (diff)
downloadfreetype2-ea5114acfd9d674bef6edbfc26ff034ea2f7d4ce.tar.gz
* src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
-rw-r--r--[GSoC]ChangeLog4
-rw-r--r--src/sdf/ftbsdf.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/[GSoC]ChangeLog b/[GSoC]ChangeLog
index 833adb6df..283ecf521 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 7b33165f7..ca9b5a7dc 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 */
/**************************************************************************
*