Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
7a750ac3
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
1 年多 前同步成功
通知
0
Star
18
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Harfbuzz
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7a750ac3
编写于
8月 17, 2011
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename table files from eg maxp-private.hh to maxp-table.hh
上级
0b7e4d9f
变更
12
隐藏空白更改
内联
并排
Showing
12 changed file
with
32 addition
and
32 deletion
+32
-32
src/Makefile.am
src/Makefile.am
+6
-6
src/hb-font.cc
src/hb-font.cc
+1
-1
src/hb-ot-head-table.hh
src/hb-ot-head-table.hh
+3
-3
src/hb-ot-layout-gdef-table.hh
src/hb-ot-layout-gdef-table.hh
+3
-3
src/hb-ot-layout-gpos-table.hh
src/hb-ot-layout-gpos-table.hh
+3
-3
src/hb-ot-layout-gsub-table.hh
src/hb-ot-layout-gsub-table.hh
+3
-3
src/hb-ot-layout-gsubgpos-private.hh
src/hb-ot-layout-gsubgpos-private.hh
+1
-1
src/hb-ot-layout.cc
src/hb-ot-layout.cc
+4
-4
src/hb-ot-maxp-table.hh
src/hb-ot-maxp-table.hh
+3
-3
src/hb-ot-name-table.hh
src/hb-ot-name-table.hh
+3
-3
src/hb-uniscribe-shape.cc
src/hb-uniscribe-shape.cc
+1
-1
src/main.cc
src/main.cc
+1
-1
未找到文件。
src/Makefile.am
浏览文件 @
7a750ac3
...
...
@@ -26,9 +26,9 @@ HBSOURCES = \
hb-object-private.hh
\
hb-open-file-private.hh
\
hb-open-type-private.hh
\
hb-ot-head-
privat
e.hh
\
hb-ot-maxp-
privat
e.hh
\
hb-ot-name-
privat
e.hh
\
hb-ot-head-
tabl
e.hh
\
hb-ot-maxp-
tabl
e.hh
\
hb-ot-name-
tabl
e.hh
\
hb-ot-tag.cc
\
hb-private.hh
\
hb-shape.cc
\
...
...
@@ -54,10 +54,10 @@ if HAVE_OT
HBSOURCES
+=
\
hb-ot-layout.cc
\
hb-ot-layout-common-private.hh
\
hb-ot-layout-gdef-
privat
e.hh
\
hb-ot-layout-gpos-
privat
e.hh
\
hb-ot-layout-gdef-
tabl
e.hh
\
hb-ot-layout-gpos-
tabl
e.hh
\
hb-ot-layout-gsubgpos-private.hh
\
hb-ot-layout-gsub-
privat
e.hh
\
hb-ot-layout-gsub-
tabl
e.hh
\
hb-ot-layout-private.hh
\
hb-ot-map.cc
\
hb-ot-map-private.hh
\
...
...
src/hb-font.cc
浏览文件 @
7a750ac3
...
...
@@ -31,7 +31,7 @@
#include "hb-font-private.hh"
#include "hb-blob.h"
#include "hb-open-file-private.hh"
#include "hb-ot-head-
privat
e.hh"
#include "hb-ot-head-
tabl
e.hh"
#include <string.h>
...
...
src/hb-ot-head-
privat
e.hh
→
src/hb-ot-head-
tabl
e.hh
浏览文件 @
7a750ac3
...
...
@@ -24,8 +24,8 @@
* Red Hat Author(s): Behdad Esfahbod
*/
#ifndef HB_OT_HEAD_
PRIVAT
E_HH
#define HB_OT_HEAD_
PRIVAT
E_HH
#ifndef HB_OT_HEAD_
TABL
E_HH
#define HB_OT_HEAD_
TABL
E_HH
#include "hb-open-type-private.hh"
...
...
@@ -140,4 +140,4 @@ struct head
#endif
/* HB_OT_HEAD_
PRIVAT
E_HH */
#endif
/* HB_OT_HEAD_
TABL
E_HH */
src/hb-ot-layout-gdef-
privat
e.hh
→
src/hb-ot-layout-gdef-
tabl
e.hh
浏览文件 @
7a750ac3
...
...
@@ -26,8 +26,8 @@
* Google Author(s): Behdad Esfahbod
*/
#ifndef HB_OT_LAYOUT_GDEF_
PRIVAT
E_HH
#define HB_OT_LAYOUT_GDEF_
PRIVAT
E_HH
#ifndef HB_OT_LAYOUT_GDEF_
TABL
E_HH
#define HB_OT_LAYOUT_GDEF_
TABL
E_HH
#include "hb-ot-layout-common-private.hh"
...
...
@@ -424,4 +424,4 @@ struct GDEF
#endif
/* HB_OT_LAYOUT_GDEF_
PRIVAT
E_HH */
#endif
/* HB_OT_LAYOUT_GDEF_
TABL
E_HH */
src/hb-ot-layout-gpos-
privat
e.hh
→
src/hb-ot-layout-gpos-
tabl
e.hh
浏览文件 @
7a750ac3
...
...
@@ -26,8 +26,8 @@
* Google Author(s): Behdad Esfahbod
*/
#ifndef HB_OT_LAYOUT_GPOS_
PRIVAT
E_HH
#define HB_OT_LAYOUT_GPOS_
PRIVAT
E_HH
#ifndef HB_OT_LAYOUT_GPOS_
TABL
E_HH
#define HB_OT_LAYOUT_GPOS_
TABL
E_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
#endif
/* HB_OT_LAYOUT_GPOS_
PRIVAT
E_HH */
#endif
/* HB_OT_LAYOUT_GPOS_
TABL
E_HH */
src/hb-ot-layout-gsub-
privat
e.hh
→
src/hb-ot-layout-gsub-
tabl
e.hh
浏览文件 @
7a750ac3
...
...
@@ -26,8 +26,8 @@
* Google Author(s): Behdad Esfahbod
*/
#ifndef HB_OT_LAYOUT_GSUB_
PRIVAT
E_HH
#define HB_OT_LAYOUT_GSUB_
PRIVAT
E_HH
#ifndef HB_OT_LAYOUT_GSUB_
TABL
E_HH
#define HB_OT_LAYOUT_GSUB_
TABL
E_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
#endif
/* HB_OT_LAYOUT_GSUB_
PRIVAT
E_HH */
#endif
/* HB_OT_LAYOUT_GSUB_
TABL
E_HH */
src/hb-ot-layout-gsubgpos-private.hh
浏览文件 @
7a750ac3
...
...
@@ -30,7 +30,7 @@
#define HB_OT_LAYOUT_GSUBGPOS_PRIVATE_HH
#include "hb-buffer-private.hh"
#include "hb-ot-layout-gdef-
privat
e.hh"
#include "hb-ot-layout-gdef-
tabl
e.hh"
/* buffer var allocations */
...
...
src/hb-ot-layout.cc
浏览文件 @
7a750ac3
...
...
@@ -28,10 +28,10 @@
#include "hb-ot-layout-private.hh"
#include "hb-ot-layout-gdef-
privat
e.hh"
#include "hb-ot-layout-gsub-
privat
e.hh"
#include "hb-ot-layout-gpos-
privat
e.hh"
#include "hb-ot-maxp-
privat
e.hh"
#include "hb-ot-layout-gdef-
tabl
e.hh"
#include "hb-ot-layout-gsub-
tabl
e.hh"
#include "hb-ot-layout-gpos-
tabl
e.hh"
#include "hb-ot-maxp-
tabl
e.hh"
#include <stdlib.h>
...
...
src/hb-ot-maxp-
privat
e.hh
→
src/hb-ot-maxp-
tabl
e.hh
浏览文件 @
7a750ac3
...
...
@@ -24,8 +24,8 @@
* Google Author(s): Behdad Esfahbod
*/
#ifndef HB_OT_MAXP_
PRIVAT
E_HH
#define HB_OT_MAXP_
PRIVAT
E_HH
#ifndef HB_OT_MAXP_
TABL
E_HH
#define HB_OT_MAXP_
TABL
E_HH
#include "hb-open-type-private.hh"
...
...
@@ -63,4 +63,4 @@ struct maxp
#endif
/* HB_OT_MAXP_
PRIVAT
E_HH */
#endif
/* HB_OT_MAXP_
TABL
E_HH */
src/hb-ot-name-
privat
e.hh
→
src/hb-ot-name-
tabl
e.hh
浏览文件 @
7a750ac3
...
...
@@ -24,8 +24,8 @@
* Google Author(s): Behdad Esfahbod
*/
#ifndef HB_OT_NAME_
PRIVAT
E_HH
#define HB_OT_NAME_
PRIVAT
E_HH
#ifndef HB_OT_NAME_
TABL
E_HH
#define HB_OT_NAME_
TABL
E_HH
#include "hb-open-type-private.hh"
...
...
@@ -125,4 +125,4 @@ struct name
#endif
/* HB_OT_NAME_
PRIVAT
E_HH */
#endif
/* HB_OT_NAME_
TABL
E_HH */
src/hb-uniscribe-shape.cc
浏览文件 @
7a750ac3
...
...
@@ -35,7 +35,7 @@ typedef ULONG WIN_ULONG;
#include "hb-uniscribe.h"
#include "hb-ot-name-
privat
e.hh"
#include "hb-ot-name-
tabl
e.hh"
#include "hb-ot-tag.h"
#include "hb-font-private.hh"
...
...
src/main.cc
浏览文件 @
7a750ac3
...
...
@@ -26,7 +26,7 @@
#include "hb-mutex-private.hh"
#include "hb-open-file-private.hh"
#include "hb-ot-layout-gdef-
privat
e.hh"
#include "hb-ot-layout-gdef-
tabl
e.hh"
#include "hb-ot-layout-gsubgpos-private.hh"
#ifdef HAVE_GLIB
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录