Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
90218fa9
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看板
提交
90218fa9
编写于
1月 31, 2018
作者:
B
Bruce Mitchener
提交者:
Behdad Esfahbod
1月 31, 2018
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix typos.
上级
148ca610
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
8 addition
and
8 deletion
+8
-8
src/hb-blob.cc
src/hb-blob.cc
+1
-1
src/hb-buffer-private.hh
src/hb-buffer-private.hh
+1
-1
src/hb-common.cc
src/hb-common.cc
+1
-1
src/hb-coretext.cc
src/hb-coretext.cc
+1
-1
src/hb-directwrite.cc
src/hb-directwrite.cc
+1
-1
src/hb-ft.cc
src/hb-ft.cc
+1
-1
src/hb-graphite2.cc
src/hb-graphite2.cc
+1
-1
src/hb-ot-layout-common-private.hh
src/hb-ot-layout-common-private.hh
+1
-1
未找到文件。
src/hb-blob.cc
浏览文件 @
90218fa9
...
...
@@ -222,7 +222,7 @@ hb_blob_reference (hb_blob_t *blob)
* hb_blob_destroy: (skip)
* @blob: a blob.
*
* De
s
creases the reference count on @blob, and if it reaches zero, destroys
* Decreases the reference count on @blob, and if it reaches zero, destroys
* @blob, freeing all memory, possibly calling the destroy-callback the blob
* was created for if it has not been called already.
*
...
...
src/hb-buffer-private.hh
浏览文件 @
90218fa9
...
...
@@ -93,7 +93,7 @@ struct hb_buffer_t {
hb_buffer_flags_t
flags
;
/* BOT / EOT / etc. */
hb_buffer_cluster_level_t
cluster_level
;
hb_codepoint_t
replacement
;
/* U+FFFD or something else. */
hb_buffer_scratch_flags_t
scratch_flags
;
/* Have space-f
l
allback, etc. */
hb_buffer_scratch_flags_t
scratch_flags
;
/* Have space-fallback, etc. */
unsigned
int
max_len
;
/* Maximum allowed len. */
int
max_ops
;
/* Maximum allowed operations. */
...
...
src/hb-common.cc
浏览文件 @
90218fa9
...
...
@@ -879,7 +879,7 @@ parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *fea
parse_bool
(
pp
,
end
,
&
feature
->
value
);
/* CSS doesn't use equal-sign between tag and value.
* If there was an equal-sign, then there *must* be a value.
* A value without an eq
au
l-sign is ok, but not required. */
* A value without an eq
ua
l-sign is ok, but not required. */
return
!
had_equal
||
had_value
;
}
...
...
src/hb-coretext.cc
浏览文件 @
90218fa9
...
...
@@ -1218,7 +1218,7 @@ resize_and_retry:
}
/* Mac OS 10.6 doesn't have kCTTypesetterOptionForcedEmbeddingLevel,
* or if it does, it doesn't res
ep
ct it. So we get runs with wrong
* or if it does, it doesn't res
pe
ct it. So we get runs with wrong
* directions. As such, disable the assert... It wouldn't crash, but
* cursoring will be off...
*
...
...
src/hb-directwrite.cc
浏览文件 @
90218fa9
...
...
@@ -370,7 +370,7 @@ public:
{
if
(
textPosition
==
0
||
textPosition
>
mTextLength
)
{
// Either there is no text before here (== 0), or this
// is an invalid position. The query is considered valid thouh.
// is an invalid position. The query is considered valid thou
g
h.
*
textString
=
nullptr
;
*
textLength
=
0
;
}
...
...
src/hb-ft.cc
浏览文件 @
90218fa9
...
...
@@ -58,7 +58,7 @@
*
* - In the future, we should add constructors to create fonts in font space?
*
* - FT_Load_Glyph() is ext
e
remely costly. Do something about it?
* - FT_Load_Glyph() is extremely costly. Do something about it?
*/
...
...
src/hb-graphite2.cc
浏览文件 @
90218fa9
...
...
@@ -80,7 +80,7 @@ static const void *hb_graphite2_get_table (const void *data, unsigned int tag, s
p
->
tag
=
tag
;
/* TODO Not thread-safe, but fairly harmless.
* We can do the double-chcked pointer cmpexch thing here. */
* We can do the double-ch
e
cked pointer cmpexch thing here. */
p
->
next
=
face_data
->
tlist
;
face_data
->
tlist
=
p
;
}
...
...
src/hb-ot-layout-common-private.hh
浏览文件 @
90218fa9
...
...
@@ -299,7 +299,7 @@ struct FeatureParamsSize
* better.
*
* Assume that the offset to the size feature is according to specification,
* and make the following value checks. If it fails, assume the
the
size
* and make the following value checks. If it fails, assume the size
* feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it.
* If this fails, reject the 'size' feature. The older makeOTF's calculated the
* offset from the beginning of the FeatureList table, rather than from the
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录