Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
d6aae5f5
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看板
提交
d6aae5f5
编写于
5月 18, 2009
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[HB] Cleanup TODOs
上级
122f21fb
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
9 addition
and
9 deletion
+9
-9
src/hb-ot-layout-gsub-private.h
src/hb-ot-layout-gsub-private.h
+6
-6
src/hb-ot-layout-open-private.h
src/hb-ot-layout-open-private.h
+1
-1
src/hb-ot-layout.cc
src/hb-ot-layout.cc
+2
-2
未找到文件。
src/hb-ot-layout-gsub-private.h
浏览文件 @
d6aae5f5
...
...
@@ -254,10 +254,10 @@ struct AlternateSubstFormat1 {
unsigned
int
alt_index
=
0
;
/* XXX callback to user to choose alternate
if (
gsub->altfunc
)
alt_index = (
gsub->altfunc)( buffer->out_pos, glyph_id
,
aset.GlyphCount, aset.Alternate
,
gsub->data
);
if (
layout->altfunc
)
alt_index = (
layout->altfunc)(layout, buffer
,
buffer->out_pos, glyph_id
,
alt_set.len, alt_set.array
);
*/
if
(
HB_UNLIKELY
(
alt_index
>=
alt_set
.
len
))
...
...
@@ -370,7 +370,7 @@ struct Ligature {
(
buffer
->
in_pos
)
++
;
}
/*
XXX We
should possibly reassign lig_id and component for any
/*
TODO We
should possibly reassign lig_id and component for any
* components of a previous ligature that s now being removed as part of
* this ligature. */
}
...
...
@@ -773,7 +773,7 @@ ASSERT_SIZE (GSUB, 10);
inline
bool
ExtensionSubstFormat1
::
substitute
(
LOOKUP_ARGS_DEF
)
const
{
unsigned
int
lookup_type
=
get_type
();
/* TODO
:
belongs to sanitize() */
/* TODO belongs to sanitize() */
if
(
HB_UNLIKELY
(
lookup_type
==
GSUB_ReverseChainSingle
))
return
false
;
...
...
src/hb-ot-layout-open-private.h
浏览文件 @
d6aae5f5
...
...
@@ -203,7 +203,7 @@ struct Null <Type> { \
* Int types
*/
/*
XXX
define these as structs of chars on machines that do not allow
/*
TODO
define these as structs of chars on machines that do not allow
* unaligned access (using templates?). */
#define DEFINE_INT_TYPE1(NAME, TYPE, BIG_ENDIAN) \
inline NAME& operator = (TYPE i) { v = BIG_ENDIAN(i); return *this; } \
...
...
src/hb-ot-layout.cc
浏览文件 @
d6aae5f5
...
...
@@ -85,7 +85,7 @@ hb_ot_layout_destroy (hb_ot_layout_t *layout)
* GDEF
*/
/*
XXX
the public class_t is a mess */
/*
TODO
the public class_t is a mess */
hb_bool_t
hb_ot_layout_has_font_glyph_classes
(
hb_ot_layout_t
*
layout
)
...
...
@@ -532,7 +532,7 @@ hb_ot_layout_substitute_lookup (hb_ot_layout_t *layout,
/*
XXX
dupped, until he old code can be removed */
/*
TODO
dupped, until he old code can be removed */
static
HB_Error
hb_buffer_duplicate_out_buffer
(
HB_Buffer
buffer
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录