Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
6617eada
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
6617eada
编写于
4月 29, 2010
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename apply_context -> context
上级
b4c7fab7
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
30 addition
and
30 deletion
+30
-30
src/hb-ot-layout-gpos-private.hh
src/hb-ot-layout-gpos-private.hh
+11
-11
src/hb-ot-layout-gsub-private.hh
src/hb-ot-layout-gsub-private.hh
+13
-13
src/hb-ot-layout-gsubgpos-private.hh
src/hb-ot-layout-gsubgpos-private.hh
+6
-6
未找到文件。
src/hb-ot-layout-gpos-private.hh
浏览文件 @
6617eada
...
@@ -566,7 +566,7 @@ struct PairPosFormat1
...
@@ -566,7 +566,7 @@ struct PairPosFormat1
return
false
;
return
false
;
unsigned
int
j
=
buffer
->
in_pos
+
1
;
unsigned
int
j
=
buffer
->
in_pos
+
1
;
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
context
->
lookup_flag
,
NULL
))
{
{
if
(
HB_UNLIKELY
(
j
==
end
))
if
(
HB_UNLIKELY
(
j
==
end
))
return
false
;
return
false
;
...
@@ -658,7 +658,7 @@ struct PairPosFormat2
...
@@ -658,7 +658,7 @@ struct PairPosFormat2
return
false
;
return
false
;
unsigned
int
j
=
buffer
->
in_pos
+
1
;
unsigned
int
j
=
buffer
->
in_pos
+
1
;
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
context
->
lookup_flag
,
NULL
))
{
{
if
(
HB_UNLIKELY
(
j
==
end
))
if
(
HB_UNLIKELY
(
j
==
end
))
return
false
;
return
false
;
...
@@ -913,7 +913,7 @@ struct CursivePosFormat1
...
@@ -913,7 +913,7 @@ struct CursivePosFormat1
gpi
->
last
=
HB_OT_LAYOUT_GPOS_NO_LAST
;
gpi
->
last
=
HB_OT_LAYOUT_GPOS_NO_LAST
;
/* We don't handle mark glyphs here. */
/* We don't handle mark glyphs here. */
if
(
apply_
context
->
property
==
HB_OT_LAYOUT_GLYPH_CLASS_MARK
)
if
(
context
->
property
==
HB_OT_LAYOUT_GLYPH_CLASS_MARK
)
return
false
;
return
false
;
unsigned
int
index
=
(
this
+
coverage
)
(
IN_CURGLYPH
());
unsigned
int
index
=
(
this
+
coverage
)
(
IN_CURGLYPH
());
...
@@ -941,7 +941,7 @@ struct CursivePosFormat1
...
@@ -941,7 +941,7 @@ struct CursivePosFormat1
POSITION
(
last_pos
)
->
x_advance
=
gpi
->
anchor_x
-
entry_x
;
POSITION
(
last_pos
)
->
x_advance
=
gpi
->
anchor_x
-
entry_x
;
}
}
if
(
apply_
context
->
lookup_flag
&
LookupFlag
::
RightToLeft
)
if
(
context
->
lookup_flag
&
LookupFlag
::
RightToLeft
)
{
{
POSITION
(
last_pos
)
->
cursive_chain
=
last_pos
-
buffer
->
in_pos
;
POSITION
(
last_pos
)
->
cursive_chain
=
last_pos
-
buffer
->
in_pos
;
POSITION
(
last_pos
)
->
y_offset
=
entry_y
-
gpi
->
anchor_y
;
POSITION
(
last_pos
)
->
y_offset
=
entry_y
-
gpi
->
anchor_y
;
...
@@ -1252,7 +1252,7 @@ struct MarkMarkPosFormat1
...
@@ -1252,7 +1252,7 @@ struct MarkMarkPosFormat1
if
(
HB_UNLIKELY
(
!
j
))
if
(
HB_UNLIKELY
(
!
j
))
return
false
;
return
false
;
j
--
;
j
--
;
}
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
apply_
context
->
lookup_flag
,
&
property
));
}
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
context
->
lookup_flag
,
&
property
));
if
(
!
(
property
&
HB_OT_LAYOUT_GLYPH_CLASS_MARK
))
if
(
!
(
property
&
HB_OT_LAYOUT_GLYPH_CLASS_MARK
))
return
false
;
return
false
;
...
@@ -1457,12 +1457,12 @@ struct PosLookup : Lookup
...
@@ -1457,12 +1457,12 @@ struct PosLookup : Lookup
unsigned
int
apply_depth
)
const
unsigned
int
apply_depth
)
const
{
{
unsigned
int
lookup_type
=
get_type
();
unsigned
int
lookup_type
=
get_type
();
hb_apply_context_t
apply_
context
[
1
];
hb_apply_context_t
context
[
1
];
apply_
context
->
nesting_level_left
=
nesting_level_left
;
context
->
nesting_level_left
=
nesting_level_left
;
apply_
context
->
lookup_flag
=
get_flag
();
context
->
lookup_flag
=
get_flag
();
if
(
!
_hb_ot_layout_check_glyph_property
(
layout_context
->
face
,
IN_CURINFO
(),
apply_context
->
lookup_flag
,
&
apply_
context
->
property
))
if
(
!
_hb_ot_layout_check_glyph_property
(
layout_context
->
face
,
IN_CURINFO
(),
context
->
lookup_flag
,
&
context
->
property
))
return
false
;
return
false
;
for
(
unsigned
int
i
=
0
;
i
<
get_subtable_count
();
i
++
)
for
(
unsigned
int
i
=
0
;
i
<
get_subtable_count
();
i
++
)
...
@@ -1567,13 +1567,13 @@ static inline bool position_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
...
@@ -1567,13 +1567,13 @@ static inline bool position_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
const
GPOS
&
gpos
=
*
(
layout_context
->
face
->
ot_layout
.
gpos
);
const
GPOS
&
gpos
=
*
(
layout_context
->
face
->
ot_layout
.
gpos
);
const
PosLookup
&
l
=
gpos
.
get_lookup
(
lookup_index
);
const
PosLookup
&
l
=
gpos
.
get_lookup
(
lookup_index
);
if
(
HB_UNLIKELY
(
apply_
context
->
nesting_level_left
==
0
))
if
(
HB_UNLIKELY
(
context
->
nesting_level_left
==
0
))
return
false
;
return
false
;
if
(
HB_UNLIKELY
(
context_length
<
1
))
if
(
HB_UNLIKELY
(
context_length
<
1
))
return
false
;
return
false
;
return
l
.
apply_once
(
layout_context
,
buffer
,
context_length
,
apply_
context
->
nesting_level_left
-
1
,
apply_depth
+
1
);
return
l
.
apply_once
(
layout_context
,
buffer
,
context_length
,
context
->
nesting_level_left
-
1
,
apply_depth
+
1
);
}
}
...
...
src/hb-ot-layout-gsub-private.hh
浏览文件 @
6617eada
...
@@ -49,7 +49,7 @@ struct SingleSubstFormat1
...
@@ -49,7 +49,7 @@ struct SingleSubstFormat1
/* We inherit the old glyph class to the substituted glyph */
/* We inherit the old glyph class to the substituted glyph */
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
_hb_ot_layout_set_glyph_property
(
layout_context
->
face
,
glyph_id
,
apply_
context
->
property
);
_hb_ot_layout_set_glyph_property
(
layout_context
->
face
,
glyph_id
,
context
->
property
);
return
true
;
return
true
;
}
}
...
@@ -91,7 +91,7 @@ struct SingleSubstFormat2
...
@@ -91,7 +91,7 @@ struct SingleSubstFormat2
/* We inherit the old glyph class to the substituted glyph */
/* We inherit the old glyph class to the substituted glyph */
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
_hb_ot_layout_set_glyph_property
(
layout_context
->
face
,
glyph_id
,
apply_
context
->
property
);
_hb_ot_layout_set_glyph_property
(
layout_context
->
face
,
glyph_id
,
context
->
property
);
return
true
;
return
true
;
}
}
...
@@ -165,7 +165,7 @@ struct Sequence
...
@@ -165,7 +165,7 @@ struct Sequence
/* This is a guess only ... */
/* This is a guess only ... */
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
{
{
unsigned
int
property
=
apply_
context
->
property
;
unsigned
int
property
=
context
->
property
;
if
(
property
==
HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE
)
if
(
property
==
HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE
)
property
=
HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH
;
property
=
HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH
;
...
@@ -296,7 +296,7 @@ struct AlternateSubstFormat1
...
@@ -296,7 +296,7 @@ struct AlternateSubstFormat1
/* We inherit the old glyph class to the substituted glyph */
/* We inherit the old glyph class to the substituted glyph */
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
if
(
_hb_ot_layout_has_new_glyph_classes
(
layout_context
->
face
))
_hb_ot_layout_set_glyph_property
(
layout_context
->
face
,
glyph_id
,
apply_
context
->
property
);
_hb_ot_layout_set_glyph_property
(
layout_context
->
face
,
glyph_id
,
context
->
property
);
return
true
;
return
true
;
}
}
...
@@ -366,7 +366,7 @@ struct Ligature
...
@@ -366,7 +366,7 @@ struct Ligature
for
(
i
=
1
,
j
=
buffer
->
in_pos
+
1
;
i
<
count
;
i
++
,
j
++
)
for
(
i
=
1
,
j
=
buffer
->
in_pos
+
1
;
i
<
count
;
i
++
,
j
++
)
{
{
unsigned
int
property
;
unsigned
int
property
;
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
apply_
context
->
lookup_flag
,
&
property
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
context
->
lookup_flag
,
&
property
))
{
{
if
(
HB_UNLIKELY
(
j
+
count
-
i
==
end
))
if
(
HB_UNLIKELY
(
j
+
count
-
i
==
end
))
return
false
;
return
false
;
...
@@ -407,7 +407,7 @@ struct Ligature
...
@@ -407,7 +407,7 @@ struct Ligature
for
(
i
=
1
;
i
<
count
;
i
++
)
for
(
i
=
1
;
i
<
count
;
i
++
)
{
{
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_CURINFO
(),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_CURINFO
(),
context
->
lookup_flag
,
NULL
))
_hb_buffer_add_output_glyph
(
buffer
,
IN_CURGLYPH
(),
i
,
lig_id
);
_hb_buffer_add_output_glyph
(
buffer
,
IN_CURGLYPH
(),
i
,
lig_id
);
(
buffer
->
in_pos
)
++
;
(
buffer
->
in_pos
)
++
;
...
@@ -474,7 +474,7 @@ struct LigatureSubstFormat1
...
@@ -474,7 +474,7 @@ struct LigatureSubstFormat1
TRACE_APPLY
();
TRACE_APPLY
();
hb_codepoint_t
glyph_id
=
IN_CURGLYPH
();
hb_codepoint_t
glyph_id
=
IN_CURGLYPH
();
bool
first_is_mark
=
!!
(
apply_
context
->
property
&
HB_OT_LAYOUT_GLYPH_CLASS_MARK
);
bool
first_is_mark
=
!!
(
context
->
property
&
HB_OT_LAYOUT_GLYPH_CLASS_MARK
);
unsigned
int
index
=
(
this
+
coverage
)
(
glyph_id
);
unsigned
int
index
=
(
this
+
coverage
)
(
glyph_id
);
if
(
HB_LIKELY
(
index
==
NOT_COVERED
))
if
(
HB_LIKELY
(
index
==
NOT_COVERED
))
...
@@ -766,12 +766,12 @@ struct SubstLookup : Lookup
...
@@ -766,12 +766,12 @@ struct SubstLookup : Lookup
unsigned
int
apply_depth
)
const
unsigned
int
apply_depth
)
const
{
{
unsigned
int
lookup_type
=
get_type
();
unsigned
int
lookup_type
=
get_type
();
hb_apply_context_t
apply_
context
[
1
];
hb_apply_context_t
context
[
1
];
apply_
context
->
nesting_level_left
=
nesting_level_left
;
context
->
nesting_level_left
=
nesting_level_left
;
apply_
context
->
lookup_flag
=
get_flag
();
context
->
lookup_flag
=
get_flag
();
if
(
!
_hb_ot_layout_check_glyph_property
(
layout_context
->
face
,
IN_CURINFO
(),
apply_context
->
lookup_flag
,
&
apply_
context
->
property
))
if
(
!
_hb_ot_layout_check_glyph_property
(
layout_context
->
face
,
IN_CURINFO
(),
context
->
lookup_flag
,
&
context
->
property
))
return
false
;
return
false
;
if
(
HB_UNLIKELY
(
lookup_type
==
SubstLookupSubTable
::
Extension
))
if
(
HB_UNLIKELY
(
lookup_type
==
SubstLookupSubTable
::
Extension
))
...
@@ -910,13 +910,13 @@ static inline bool substitute_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
...
@@ -910,13 +910,13 @@ static inline bool substitute_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
const
GSUB
&
gsub
=
*
(
layout_context
->
face
->
ot_layout
.
gsub
);
const
GSUB
&
gsub
=
*
(
layout_context
->
face
->
ot_layout
.
gsub
);
const
SubstLookup
&
l
=
gsub
.
get_lookup
(
lookup_index
);
const
SubstLookup
&
l
=
gsub
.
get_lookup
(
lookup_index
);
if
(
HB_UNLIKELY
(
apply_
context
->
nesting_level_left
==
0
))
if
(
HB_UNLIKELY
(
context
->
nesting_level_left
==
0
))
return
false
;
return
false
;
if
(
HB_UNLIKELY
(
context_length
<
1
))
if
(
HB_UNLIKELY
(
context_length
<
1
))
return
false
;
return
false
;
return
l
.
apply_once
(
layout_context
,
buffer
,
context_length
,
apply_
context
->
nesting_level_left
-
1
,
apply_depth
+
1
);
return
l
.
apply_once
(
layout_context
,
buffer
,
context_length
,
context
->
nesting_level_left
-
1
,
apply_depth
+
1
);
}
}
...
...
src/hb-ot-layout-gsubgpos-private.hh
浏览文件 @
6617eada
...
@@ -43,13 +43,13 @@
...
@@ -43,13 +43,13 @@
#define APPLY_ARG_DEF \
#define APPLY_ARG_DEF \
hb_apply_context_t *
apply_
context, \
hb_apply_context_t *context, \
hb_ot_layout_context_t *layout_context, \
hb_ot_layout_context_t *layout_context, \
hb_buffer_t *buffer, \
hb_buffer_t *buffer, \
unsigned int context_length HB_GNUC_UNUSED, \
unsigned int context_length HB_GNUC_UNUSED, \
unsigned int apply_depth HB_GNUC_UNUSED
unsigned int apply_depth HB_GNUC_UNUSED
#define APPLY_ARG \
#define APPLY_ARG \
apply_
context, \
context, \
layout_context, \
layout_context, \
buffer, \
buffer, \
context_length, \
context_length, \
...
@@ -105,7 +105,7 @@ static inline bool match_input (APPLY_ARG_DEF,
...
@@ -105,7 +105,7 @@ static inline bool match_input (APPLY_ARG_DEF,
for
(
i
=
1
,
j
=
buffer
->
in_pos
+
1
;
i
<
count
;
i
++
,
j
++
)
for
(
i
=
1
,
j
=
buffer
->
in_pos
+
1
;
i
<
count
;
i
++
,
j
++
)
{
{
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_INFO
(
j
),
context
->
lookup_flag
,
NULL
))
{
{
if
(
HB_UNLIKELY
(
j
+
count
-
i
==
end
))
if
(
HB_UNLIKELY
(
j
+
count
-
i
==
end
))
return
false
;
return
false
;
...
@@ -132,7 +132,7 @@ static inline bool match_backtrack (APPLY_ARG_DEF,
...
@@ -132,7 +132,7 @@ static inline bool match_backtrack (APPLY_ARG_DEF,
for
(
unsigned
int
i
=
0
,
j
=
buffer
->
out_pos
-
1
;
i
<
count
;
i
++
,
j
--
)
for
(
unsigned
int
i
=
0
,
j
=
buffer
->
out_pos
-
1
;
i
<
count
;
i
++
,
j
--
)
{
{
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
OUT_INFO
(
j
),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
OUT_INFO
(
j
),
context
->
lookup_flag
,
NULL
))
{
{
if
(
HB_UNLIKELY
(
j
+
1
==
count
-
i
))
if
(
HB_UNLIKELY
(
j
+
1
==
count
-
i
))
return
false
;
return
false
;
...
@@ -160,7 +160,7 @@ static inline bool match_lookahead (APPLY_ARG_DEF,
...
@@ -160,7 +160,7 @@ static inline bool match_lookahead (APPLY_ARG_DEF,
for
(
i
=
0
,
j
=
buffer
->
in_pos
+
offset
;
i
<
count
;
i
++
,
j
++
)
for
(
i
=
0
,
j
=
buffer
->
in_pos
+
offset
;
i
<
count
;
i
++
,
j
++
)
{
{
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
OUT_INFO
(
j
),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
OUT_INFO
(
j
),
context
->
lookup_flag
,
NULL
))
{
{
if
(
HB_UNLIKELY
(
j
+
count
-
i
==
end
))
if
(
HB_UNLIKELY
(
j
+
count
-
i
==
end
))
return
false
;
return
false
;
...
@@ -210,7 +210,7 @@ static inline bool apply_lookup (APPLY_ARG_DEF,
...
@@ -210,7 +210,7 @@ static inline bool apply_lookup (APPLY_ARG_DEF,
*/
*/
for
(
unsigned
int
i
=
0
;
i
<
count
;
/* NOP */
)
for
(
unsigned
int
i
=
0
;
i
<
count
;
/* NOP */
)
{
{
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_CURINFO
(),
apply_
context
->
lookup_flag
,
NULL
))
while
(
_hb_ot_layout_skip_mark
(
layout_context
->
face
,
IN_CURINFO
(),
context
->
lookup_flag
,
NULL
))
{
{
if
(
HB_UNLIKELY
(
buffer
->
in_pos
==
end
))
if
(
HB_UNLIKELY
(
buffer
->
in_pos
==
end
))
return
true
;
return
true
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录