mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-17 03:18:07 +02:00
* src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
This commit is contained in:
parent
13180a3cd4
commit
ea5114acfd
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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'.
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue