summaryrefslogtreecommitdiff
path: root/src/truetype
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype')
-rw-r--r--src/truetype/ttgload.c8
-rw-r--r--src/truetype/ttgxvar.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
index 179dae019..9e0692d27 100644
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -2269,8 +2269,8 @@
FT_UInt glyph_index,
FT_Int32 load_flags )
{
- TT_Face face = (TT_Face)glyph->face;
- SFNT_Service sfnt = (SFNT_Service)face->sfnt;
+ TT_Face face = (TT_Face)glyph->face;
+ SFNT_Service sfnt = (SFNT_Service)face->sfnt;
FT_Stream stream = face->root.stream;
FT_Error error;
TT_SBit_MetricsRec sbit_metrics;
@@ -2326,7 +2326,7 @@
FT_Int32 load_flags,
FT_Bool glyf_table_only )
{
- TT_Face face = (TT_Face)glyph->face;
+ TT_Face face = (TT_Face)glyph->face;
FT_Stream stream = face->root.stream;
#ifdef TT_USE_BYTECODE_INTERPRETER
@@ -2334,7 +2334,7 @@
FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC );
#if defined TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY || \
defined TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL
- TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( glyph->face );
+ TT_Driver driver = (TT_Driver)FT_FACE_DRIVER( glyph->face );
#endif
#endif
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 74499c17e..ba538683c 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -3994,11 +3994,11 @@
FT_Vector* unrounded )
{
FT_Error error;
- TT_Face face = loader->face;
- FT_Stream stream = face->root.stream;
- FT_Memory memory = stream->memory;
+ TT_Face face = loader->face;
+ FT_Stream stream = face->root.stream;
+ FT_Memory memory = stream->memory;
FT_UInt glyph_index = loader->glyph_index;
- FT_UInt n_points = (FT_UInt)outline->n_points + 4;
+ FT_UInt n_points = (FT_UInt)outline->n_points + 4;
FT_Vector* points_org = NULL; /* coordinates in 16.16 format */
FT_Vector* points_out = NULL; /* coordinates in 16.16 format */