提交 7a750ac3 编写于 作者: B Behdad Esfahbod

Rename table files from eg maxp-private.hh to maxp-table.hh

上级 0b7e4d9f
...@@ -26,9 +26,9 @@ HBSOURCES = \ ...@@ -26,9 +26,9 @@ HBSOURCES = \
hb-object-private.hh \ hb-object-private.hh \
hb-open-file-private.hh \ hb-open-file-private.hh \
hb-open-type-private.hh \ hb-open-type-private.hh \
hb-ot-head-private.hh \ hb-ot-head-table.hh \
hb-ot-maxp-private.hh \ hb-ot-maxp-table.hh \
hb-ot-name-private.hh \ hb-ot-name-table.hh \
hb-ot-tag.cc \ hb-ot-tag.cc \
hb-private.hh \ hb-private.hh \
hb-shape.cc \ hb-shape.cc \
...@@ -54,10 +54,10 @@ if HAVE_OT ...@@ -54,10 +54,10 @@ if HAVE_OT
HBSOURCES += \ HBSOURCES += \
hb-ot-layout.cc \ hb-ot-layout.cc \
hb-ot-layout-common-private.hh \ hb-ot-layout-common-private.hh \
hb-ot-layout-gdef-private.hh \ hb-ot-layout-gdef-table.hh \
hb-ot-layout-gpos-private.hh \ hb-ot-layout-gpos-table.hh \
hb-ot-layout-gsubgpos-private.hh \ hb-ot-layout-gsubgpos-private.hh \
hb-ot-layout-gsub-private.hh \ hb-ot-layout-gsub-table.hh \
hb-ot-layout-private.hh \ hb-ot-layout-private.hh \
hb-ot-map.cc \ hb-ot-map.cc \
hb-ot-map-private.hh \ hb-ot-map-private.hh \
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "hb-font-private.hh" #include "hb-font-private.hh"
#include "hb-blob.h" #include "hb-blob.h"
#include "hb-open-file-private.hh" #include "hb-open-file-private.hh"
#include "hb-ot-head-private.hh" #include "hb-ot-head-table.hh"
#include <string.h> #include <string.h>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Red Hat Author(s): Behdad Esfahbod * Red Hat Author(s): Behdad Esfahbod
*/ */
#ifndef HB_OT_HEAD_PRIVATE_HH #ifndef HB_OT_HEAD_TABLE_HH
#define HB_OT_HEAD_PRIVATE_HH #define HB_OT_HEAD_TABLE_HH
#include "hb-open-type-private.hh" #include "hb-open-type-private.hh"
...@@ -140,4 +140,4 @@ struct head ...@@ -140,4 +140,4 @@ struct head
#endif /* HB_OT_HEAD_PRIVATE_HH */ #endif /* HB_OT_HEAD_TABLE_HH */
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
* Google Author(s): Behdad Esfahbod * Google Author(s): Behdad Esfahbod
*/ */
#ifndef HB_OT_LAYOUT_GDEF_PRIVATE_HH #ifndef HB_OT_LAYOUT_GDEF_TABLE_HH
#define HB_OT_LAYOUT_GDEF_PRIVATE_HH #define HB_OT_LAYOUT_GDEF_TABLE_HH
#include "hb-ot-layout-common-private.hh" #include "hb-ot-layout-common-private.hh"
...@@ -424,4 +424,4 @@ struct GDEF ...@@ -424,4 +424,4 @@ struct GDEF
#endif /* HB_OT_LAYOUT_GDEF_PRIVATE_HH */ #endif /* HB_OT_LAYOUT_GDEF_TABLE_HH */
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
* Google Author(s): Behdad Esfahbod * Google Author(s): Behdad Esfahbod
*/ */
#ifndef HB_OT_LAYOUT_GPOS_PRIVATE_HH #ifndef HB_OT_LAYOUT_GPOS_TABLE_HH
#define HB_OT_LAYOUT_GPOS_PRIVATE_HH #define HB_OT_LAYOUT_GPOS_TABLE_HH
#include "hb-ot-layout-gsubgpos-private.hh" #include "hb-ot-layout-gsubgpos-private.hh"
...@@ -1630,4 +1630,4 @@ static inline bool position_lookup (hb_apply_context_t *c, unsigned int lookup_i ...@@ -1630,4 +1630,4 @@ static inline bool position_lookup (hb_apply_context_t *c, unsigned int lookup_i
#endif /* HB_OT_LAYOUT_GPOS_PRIVATE_HH */ #endif /* HB_OT_LAYOUT_GPOS_TABLE_HH */
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
* Google Author(s): Behdad Esfahbod * Google Author(s): Behdad Esfahbod
*/ */
#ifndef HB_OT_LAYOUT_GSUB_PRIVATE_HH #ifndef HB_OT_LAYOUT_GSUB_TABLE_HH
#define HB_OT_LAYOUT_GSUB_PRIVATE_HH #define HB_OT_LAYOUT_GSUB_TABLE_HH
#include "hb-ot-layout-gsubgpos-private.hh" #include "hb-ot-layout-gsubgpos-private.hh"
...@@ -940,4 +940,4 @@ static inline bool substitute_lookup (hb_apply_context_t *c, unsigned int lookup ...@@ -940,4 +940,4 @@ static inline bool substitute_lookup (hb_apply_context_t *c, unsigned int lookup
#endif /* HB_OT_LAYOUT_GSUB_PRIVATE_HH */ #endif /* HB_OT_LAYOUT_GSUB_TABLE_HH */
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define HB_OT_LAYOUT_GSUBGPOS_PRIVATE_HH #define HB_OT_LAYOUT_GSUBGPOS_PRIVATE_HH
#include "hb-buffer-private.hh" #include "hb-buffer-private.hh"
#include "hb-ot-layout-gdef-private.hh" #include "hb-ot-layout-gdef-table.hh"
/* buffer var allocations */ /* buffer var allocations */
......
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
#include "hb-ot-layout-private.hh" #include "hb-ot-layout-private.hh"
#include "hb-ot-layout-gdef-private.hh" #include "hb-ot-layout-gdef-table.hh"
#include "hb-ot-layout-gsub-private.hh" #include "hb-ot-layout-gsub-table.hh"
#include "hb-ot-layout-gpos-private.hh" #include "hb-ot-layout-gpos-table.hh"
#include "hb-ot-maxp-private.hh" #include "hb-ot-maxp-table.hh"
#include <stdlib.h> #include <stdlib.h>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Google Author(s): Behdad Esfahbod * Google Author(s): Behdad Esfahbod
*/ */
#ifndef HB_OT_MAXP_PRIVATE_HH #ifndef HB_OT_MAXP_TABLE_HH
#define HB_OT_MAXP_PRIVATE_HH #define HB_OT_MAXP_TABLE_HH
#include "hb-open-type-private.hh" #include "hb-open-type-private.hh"
...@@ -63,4 +63,4 @@ struct maxp ...@@ -63,4 +63,4 @@ struct maxp
#endif /* HB_OT_MAXP_PRIVATE_HH */ #endif /* HB_OT_MAXP_TABLE_HH */
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Google Author(s): Behdad Esfahbod * Google Author(s): Behdad Esfahbod
*/ */
#ifndef HB_OT_NAME_PRIVATE_HH #ifndef HB_OT_NAME_TABLE_HH
#define HB_OT_NAME_PRIVATE_HH #define HB_OT_NAME_TABLE_HH
#include "hb-open-type-private.hh" #include "hb-open-type-private.hh"
...@@ -125,4 +125,4 @@ struct name ...@@ -125,4 +125,4 @@ struct name
#endif /* HB_OT_NAME_PRIVATE_HH */ #endif /* HB_OT_NAME_TABLE_HH */
...@@ -35,7 +35,7 @@ typedef ULONG WIN_ULONG; ...@@ -35,7 +35,7 @@ typedef ULONG WIN_ULONG;
#include "hb-uniscribe.h" #include "hb-uniscribe.h"
#include "hb-ot-name-private.hh" #include "hb-ot-name-table.hh"
#include "hb-ot-tag.h" #include "hb-ot-tag.h"
#include "hb-font-private.hh" #include "hb-font-private.hh"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "hb-mutex-private.hh" #include "hb-mutex-private.hh"
#include "hb-open-file-private.hh" #include "hb-open-file-private.hh"
#include "hb-ot-layout-gdef-private.hh" #include "hb-ot-layout-gdef-table.hh"
#include "hb-ot-layout-gsubgpos-private.hh" #include "hb-ot-layout-gsubgpos-private.hh"
#ifdef HAVE_GLIB #ifdef HAVE_GLIB
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册