Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/freetype/include/internal/pshints.h

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/freetype/include/internal/pshints.h
diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/pshints.h b/third_party/freetype/include/internal/pshints.h
similarity index 99%
rename from core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/pshints.h
rename to third_party/freetype/include/internal/pshints.h
index f9b594079a9f10ae98a627ef65b789e0b3435bb9..f05ea6863a9dc5640827a1f6dd524966b135698e 100644
--- a/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/pshints.h
+++ b/third_party/freetype/include/internal/pshints.h
@@ -6,7 +6,7 @@
/* recorders (specification only). These are used to support native */
/* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
/* */
-/* Copyright 2001-2003, 2005-2007, 2009, 2012 by */
+/* Copyright 2001-2003, 2005-2007, 2009, 2012, 2014 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -22,9 +22,9 @@
#define __PSHINTS_H__
-#include "../../ft2build.h"
-#include "../freetype.h"
-#include "../t1tables.h"
+#include <ft2build.h>
+#include FT_FREETYPE_H
+#include FT_TYPE1_TABLES_H
FT_BEGIN_HEADER
@@ -45,7 +45,7 @@ FT_BEGIN_HEADER
T1_Private* private_dict,
PSH_Globals* aglobals );
- typedef FT_Error
+ typedef void
(*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
FT_Fixed x_scale,
FT_Fixed y_scale,
« no previous file with comments | « third_party/freetype/include/internal/psaux.h ('k') | third_party/freetype/include/internal/services/svbdf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698