Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
82b12bca
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看板
提交
82b12bca
编写于
8月 25, 2018
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[unicode] Add HB_UNICODE_MAX
New API: HB_UNICODE_MAX
上级
b09a0336
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
docs/harfbuzz-sections.txt
docs/harfbuzz-sections.txt
+1
-0
src/hb-ot-cmap-table.hh
src/hb-ot-cmap-table.hh
+2
-6
src/hb-unicode.h
src/hb-unicode.h
+3
-0
未找到文件。
docs/harfbuzz-sections.txt
浏览文件 @
82b12bca
...
...
@@ -605,6 +605,7 @@ hb_shape_plan_t
<SECTION>
<FILE>hb-unicode</FILE>
HB_UNICODE_MAX
HB_UNICODE_MAX_DECOMPOSITION_LEN
hb_unicode_combining_class
hb_unicode_combining_class_func_t
...
...
src/hb-ot-cmap-table.hh
浏览文件 @
82b12bca
...
...
@@ -37,10 +37,6 @@
*/
#define HB_OT_TAG_cmap HB_TAG('c','m','a','p')
#ifndef HB_MAX_UNICODE_CODEPOINT_VALUE
#define HB_MAX_UNICODE_CODEPOINT_VALUE 0x10FFFF
#endif
namespace
OT
{
...
...
@@ -478,7 +474,7 @@ struct CmapSubtableLongSegmented
for
(
unsigned
int
i
=
0
;
i
<
this
->
groups
.
len
;
i
++
)
{
out
->
add_range
(
this
->
groups
[
i
].
startCharCode
,
MIN
((
hb_codepoint_t
)
this
->
groups
[
i
].
endCharCode
,
(
hb_codepoint_t
)
HB_
MAX_UNICODE_CODEPOINT_VALUE
));
(
hb_codepoint_t
)
HB_
UNICODE_MAX
));
}
}
...
...
@@ -624,7 +620,7 @@ struct DefaultUVS : SortedArrayOf<UnicodeValueRange, HBUINT32>
{
hb_codepoint_t
first
=
arrayZ
[
i
].
startUnicodeValue
;
hb_codepoint_t
last
=
MIN
((
hb_codepoint_t
)
(
first
+
arrayZ
[
i
].
additionalCount
),
(
hb_codepoint_t
)
HB_
MAX_UNICODE_CODEPOINT_VALUE
);
(
hb_codepoint_t
)
HB_
UNICODE_MAX
);
out
->
add_range
(
first
,
last
);
}
}
...
...
src/hb-unicode.h
浏览文件 @
82b12bca
...
...
@@ -40,6 +40,9 @@
HB_BEGIN_DECLS
#define HB_UNICODE_MAX 0x10FFFFu
/* hb_unicode_general_category_t */
/* Unicode Character Database property: General_Category (gc) */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录