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

Unified Diff: third_party/freetype/src/sfnt/sfntpic.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
« no previous file with comments | « third_party/freetype/src/sfnt/sfnt.c ('k') | third_party/freetype/src/sfnt/sfntpic.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/src/sfnt/sfntpic.h
diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/sfntpic.h b/third_party/freetype/src/sfnt/sfntpic.h
similarity index 88%
rename from core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/sfntpic.h
rename to third_party/freetype/src/sfnt/sfntpic.h
index 470f2286c5b1216ff0b3ea9d23aa1cbe441c7f63..b09a9141e07172f13ab69ead964282fc27584475 100644
--- a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/sfntpic.h
+++ b/third_party/freetype/src/sfnt/sfntpic.h
@@ -22,7 +22,7 @@
FT_BEGIN_HEADER
-#include "../../include/freetype/internal/ftpic.h"
+#include FT_INTERNAL_PIC_H
#ifndef FT_CONFIG_OPTION_PIC
@@ -40,19 +40,19 @@ FT_BEGIN_HEADER
#else /* FT_CONFIG_OPTION_PIC */
/* some include files required for members of sfntModulePIC */
-#include "../../include/freetype/internal/services/svgldict.h"
-#include "../../include/freetype/internal/services/svpostnm.h"
-#include "../../include/freetype/internal/services/svsfnt.h"
-#include "../../include/freetype/internal/services/svttcmap.h"
+#include FT_SERVICE_GLYPH_DICT_H
+#include FT_SERVICE_POSTSCRIPT_NAME_H
+#include FT_SERVICE_SFNT_H
+#include FT_SERVICE_TT_CMAP_H
#ifdef TT_CONFIG_OPTION_BDF
#include "ttbdf.h"
-#include "../../include/freetype/internal/services/svbdf.h"
+#include FT_SERVICE_BDF_H
#endif
-#include "../../include/freetype/internal/ftdebug.h"
-#include "../../include/freetype/internal/ftstream.h"
-#include "../../include/freetype/internal/sfnt.h"
+#include FT_INTERNAL_DEBUG_H
+#include FT_INTERNAL_STREAM_H
+#include FT_INTERNAL_SFNT_H
#include "ttcmap.h"
« no previous file with comments | « third_party/freetype/src/sfnt/sfnt.c ('k') | third_party/freetype/src/sfnt/sfntpic.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698