Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
8dd1c8b8
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
接近 2 年 前同步成功
通知
1
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看板
提交
8dd1c8b8
编写于
1月 23, 2008
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Clean up file names, add namespace
上级
1f437e6f
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
34 addition
and
45 deletion
+34
-45
src/harfbuzz-common.h
src/harfbuzz-common.h
+0
-14
src/harfbuzz-gdef.h
src/harfbuzz-gdef.h
+0
-11
src/hb-common.h
src/hb-common.h
+14
-0
src/hb-ot-layout-gdef-private.h
src/hb-ot-layout-gdef-private.h
+4
-4
src/hb-ot-layout-open-private.h
src/hb-ot-layout-open-private.h
+5
-5
src/hb-ot-layout.h
src/hb-ot-layout.h
+6
-6
src/hb-private.h
src/hb-private.h
+3
-3
src/main.cc
src/main.cc
+2
-2
未找到文件。
src/harfbuzz-common.h
已删除
100644 → 0
浏览文件 @
1f437e6f
#ifndef HARFBUZZ_COMMON_H
#define HARFBUZZ_COMMON_H
#include <stdint.h>
# ifdef __cplusplus
# define HARFBUZZ_BEGIN_DECLS() extern "C" { extern int harfbuzz_dummy_prototype (int)
# define HARFBUZZ_END_DECLS() } extern "C" int harfbuzz_dummy_prototype (int)
# else
/* !__cplusplus */
# define HARFBUZZ_BEGIN_DECLS() extern int harfbuzz_dummy_prototype (int)
# define HARFBUZZ_END_DECLS() extern int harfbuzz_dummy_prototype (int)
# endif
/* !__cplusplus */
#endif
/* HARFBUZZ_COMMON_H */
src/harfbuzz-gdef.h
已删除
100644 → 0
浏览文件 @
1f437e6f
#ifndef HARFBUZZ_GDEF_H
#define HARFBUZZ_GDEF_H
#include "harfbuzz-common.h"
HARFBUZZ_BEGIN_DECLS
();
HARFBUZZ_END_DECLS
();
#endif
/* HARFBUZZ_GDEF_H */
src/hb-common.h
0 → 100644
浏览文件 @
8dd1c8b8
#ifndef HB_COMMON_H
#define HB_COMMON_H
#include <stdint.h>
# ifdef __cplusplus
# define HB_BEGIN_DECLS() extern "C" { extern int hb_dummy_prototype (int)
# define HB_END_DECLS() } extern "C" int hb_dummy_prototype (int)
# else
/* !__cplusplus */
# define HB_BEGIN_DECLS() extern int hb_dummy_prototype (int)
# define HB_END_DECLS() extern int hb_dummy_prototype (int)
# endif
/* !__cplusplus */
#endif
/* HB_COMMON_H */
src/h
arfbuzz
-gdef-private.h
→
src/h
b-ot-layout
-gdef-private.h
浏览文件 @
8dd1c8b8
#ifndef H
ARFBUZZ
_GDEF_PRIVATE_H
#ifndef H
B_OT_LAYOUT
_GDEF_PRIVATE_H
#define H
ARFBUZZ
_GDEF_PRIVATE_H
#define H
B_OT_LAYOUT
_GDEF_PRIVATE_H
#include "h
arfbuzz
-open-private.h"
#include "h
b-ot-layout
-open-private.h"
struct
GlyphClassDef
:
ClassDef
{
struct
GlyphClassDef
:
ClassDef
{
static
const
uint16_t
BaseGlyph
=
0x0001u
;
static
const
uint16_t
BaseGlyph
=
0x0001u
;
...
@@ -210,4 +210,4 @@ struct GDEFHeader {
...
@@ -210,4 +210,4 @@ struct GDEFHeader {
};
};
DEFINE_NULL_ASSERT_SIZE
(
GDEFHeader
,
12
);
DEFINE_NULL_ASSERT_SIZE
(
GDEFHeader
,
12
);
#endif
/* H
ARFBUZZ
_GDEF_PRIVATE_H */
#endif
/* H
B_OT_LAYOUT
_GDEF_PRIVATE_H */
src/h
arfbuzz
-open-private.h
→
src/h
b-ot-layout
-open-private.h
浏览文件 @
8dd1c8b8
#ifndef H
ARFBUZZ
_OPEN_PRIVATE_H
#ifndef H
B_OT_LAYOUT
_OPEN_PRIVATE_H
#define H
ARFBUZZ
_OPEN_PRIVATE_H
#define H
B_OT_LAYOUT
_OPEN_PRIVATE_H
#include "h
arfbuzz
-private.h"
#include "h
b
-private.h"
#include "h
arfbuzz-open
.h"
#include "h
b-ot-layout
.h"
#include <glib.h>
#include <glib.h>
...
@@ -801,4 +801,4 @@ DEFINE_NULL_ASSERT_SIZE (GSUBGPOSHeader, 10);
...
@@ -801,4 +801,4 @@ DEFINE_NULL_ASSERT_SIZE (GSUBGPOSHeader, 10);
DEFINE_NULL_ALIAS
(
GSUBHeader
,
GSUBGPOSHeader
);
DEFINE_NULL_ALIAS
(
GSUBHeader
,
GSUBGPOSHeader
);
DEFINE_NULL_ALIAS
(
GPOSHeader
,
GSUBGPOSHeader
);
DEFINE_NULL_ALIAS
(
GPOSHeader
,
GSUBGPOSHeader
);
#endif
/* H
ARFBUZZ
_OPEN_PRIVATE_H */
#endif
/* H
B_OT_LAYOUT
_OPEN_PRIVATE_H */
src/h
arfbuzz-open
.h
→
src/h
b-ot-layout
.h
浏览文件 @
8dd1c8b8
#ifndef H
ARFBUZZ
_OPEN_H
#ifndef H
B_OT_LAYOUT
_OPEN_H
#define H
ARFBUZZ
_OPEN_H
#define H
B_OT_LAYOUT
_OPEN_H
#include "h
arfbuzz
-common.h"
#include "h
b
-common.h"
H
ARFBUZZ
_BEGIN_DECLS
();
H
B
_BEGIN_DECLS
();
typedef
uint32_t
hb_tag_t
;
typedef
uint32_t
hb_tag_t
;
#define HB_TAG(a,b,c,d) ((hb_tag_t)(((uint8_t)a<<24)|((uint8_t)b<<16)|((uint8_t)c<<8)|(uint8_t)d))
#define HB_TAG(a,b,c,d) ((hb_tag_t)(((uint8_t)a<<24)|((uint8_t)b<<16)|((uint8_t)c<<8)|(uint8_t)d))
...
@@ -12,6 +12,6 @@ typedef uint32_t hb_tag_t;
...
@@ -12,6 +12,6 @@ typedef uint32_t hb_tag_t;
((const char *) s)[2], \
((const char *) s)[2], \
((const char *) s)[3]))
((const char *) s)[3]))
H
ARFBUZZ
_END_DECLS
();
H
B
_END_DECLS
();
#endif
/* H
ARFBUZZ
_OPEN_H */
#endif
/* H
B_OT_LAYOUT
_OPEN_H */
src/h
arfbuzz
-private.h
→
src/h
b
-private.h
浏览文件 @
8dd1c8b8
#ifndef H
ARFBUZZ
_PRIVATE_H
#ifndef H
B
_PRIVATE_H
#define H
ARFBUZZ
_PRIVATE_H
#define H
B
_PRIVATE_H
#include <assert.h>
#include <assert.h>
...
@@ -9,4 +9,4 @@
...
@@ -9,4 +9,4 @@
#define ASSERT_SIZE(_type, _size) ASSERT_STATIC (sizeof (_type) == (_size))
#define ASSERT_SIZE(_type, _size) ASSERT_STATIC (sizeof (_type) == (_size))
#endif
/* H
ARFBUZZ
_PRIVATE_H */
#endif
/* H
B
_PRIVATE_H */
src/main.cc
浏览文件 @
8dd1c8b8
#include "h
arfbuzz
-open-private.h"
#include "h
b-ot-layout
-open-private.h"
#include "h
arfbuzz
-gdef-private.h"
#include "h
b-ot-layout
-gdef-private.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录