Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
e2c95116
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看板
提交
e2c95116
编写于
7月 20, 2015
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[USE] Add Universal Shaping Engine to Makefile
上级
41a29af8
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
254 addition
and
6 deletion
+254
-6
src/Makefile.am
src/Makefile.am
+17
-6
src/gen-use-table.py
src/gen-use-table.py
+237
-0
src/hb-ot-shape-complex-use-machine.rl
src/hb-ot-shape-complex-use-machine.rl
+0
-0
src/hb-ot-shape-complex-use-private.hh
src/hb-ot-shape-complex-use-private.hh
+0
-0
src/hb-ot-shape-complex-use-table.cc
src/hb-ot-shape-complex-use-table.cc
+0
-0
src/hb-ot-shape-complex-use.cc
src/hb-ot-shape-complex-use.cc
+0
-0
未找到文件。
src/Makefile.am
浏览文件 @
e2c95116
...
...
@@ -108,6 +108,10 @@ HBSOURCES += \
hb-ot-shape-complex-sea-machine.hh
\
hb-ot-shape-complex-thai.cc
\
hb-ot-shape-complex-tibetan.cc
\
hb-ot-shape-complex-use.cc
\
hb-ot-shape-complex-use-machine.hh
\
hb-ot-shape-complex-use-private.hh
\
hb-ot-shape-complex-use-table.cc
\
hb-ot-shape-complex-private.hh
\
hb-ot-shape-normalize-private.hh
\
hb-ot-shape-normalize.cc
\
...
...
@@ -276,22 +280,27 @@ harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS)
GENERATORS
=
\
gen-arabic-table.py
\
gen-indic-table.py
\
gen-use-table.py
\
$(NULL)
EXTRA_DIST
+=
$(GENERATORS)
unicode-tables
:
arabic-table indic-table
indic-table
:
gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt
$(AM_V_GEN)
$(builddir)
/
$^
>
hb-ot-shape-complex-indic-table.cc
\
||
(
$(RM)
hb-ot-shape-complex-indic-table.cc
;
false
)
unicode-tables
:
arabic-table indic-table use-table
arabic-table
:
gen-arabic-table.py ArabicShaping.txt UnicodeData.txt Blocks.txt
$(AM_V_GEN)
$(builddir)
/
$^
>
hb-ot-shape-complex-arabic-table.hh
\
||
(
$(RM)
hb-ot-shape-complex-arabic-table.hh
;
false
)
indic-table
:
gen-indic-table.py IndicSyllabicCategory-7.0.0.txt IndicMatraCategory-7.0.0.txt Blocks.txt
$(AM_V_GEN)
$(builddir)
/
$^
>
hb-ot-shape-complex-indic-table.cc
\
||
(
$(RM)
hb-ot-shape-complex-indic-table.cc
;
false
)
use-table
:
gen-use-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.txt
$(AM_V_GEN)
$(builddir)
/
$^
>
hb-ot-shape-complex-use-table.cc
\
||
(
$(RM)
hb-ot-shape-complex-use-table.cc
;
false
)
built-sources
:
$(BUILT_SOURCES)
.PHONY
:
unicode-tables arabic-table indic-table built-sources
.PHONY
:
unicode-tables arabic-table indic-table
use-table
built-sources
RAGEL_GENERATED
=
\
$(srcdir)
/hb-buffer-deserialize-json.hh
\
...
...
@@ -299,6 +308,7 @@ RAGEL_GENERATED = \
$(srcdir)
/hb-ot-shape-complex-indic-machine.hh
\
$(srcdir)
/hb-ot-shape-complex-myanmar-machine.hh
\
$(srcdir)
/hb-ot-shape-complex-sea-machine.hh
\
$(srcdir)
/hb-ot-shape-complex-use-machine.hh
\
$(NULL)
BUILT_SOURCES
+=
$(RAGEL_GENERATED)
EXTRA_DIST
+=
\
...
...
@@ -307,6 +317,7 @@ EXTRA_DIST += \
hb-ot-shape-complex-indic-machine.rl
\
hb-ot-shape-complex-myanmar-machine.rl
\
hb-ot-shape-complex-sea-machine.rl
\
hb-ot-shape-complex-use-machine.rl
\
$(NULL)
MAINTAINERCLEANFILES
+=
$(RAGEL_GENERATED)
$(srcdir)/%.hh
:
$(srcdir)/%.rl
...
...
src/gen-use-table.py
0 → 100755
浏览文件 @
e2c95116
#!/usr/bin/python
import
sys
if
len
(
sys
.
argv
)
!=
4
:
print
>>
sys
.
stderr
,
"usage: ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt"
sys
.
exit
(
1
)
BLACKLISTED_BLOCKS
=
[
"Thai"
,
"Lao"
,
"Tibetan"
]
files
=
[
file
(
x
)
for
x
in
sys
.
argv
[
1
:]]
headers
=
[[
f
.
readline
()
for
i
in
range
(
2
)]
for
f
in
files
]
data
=
[{}
for
f
in
files
]
values
=
[{}
for
f
in
files
]
for
i
,
f
in
enumerate
(
files
):
for
line
in
f
:
j
=
line
.
find
(
'#'
)
if
j
>=
0
:
line
=
line
[:
j
]
fields
=
[
x
.
strip
()
for
x
in
line
.
split
(
';'
)]
if
len
(
fields
)
==
1
:
continue
uu
=
fields
[
0
].
split
(
'..'
)
start
=
int
(
uu
[
0
],
16
)
if
len
(
uu
)
==
1
:
end
=
start
else
:
end
=
int
(
uu
[
1
],
16
)
t
=
fields
[
1
]
for
u
in
range
(
start
,
end
+
1
):
data
[
i
][
u
]
=
t
values
[
i
][
t
]
=
values
[
i
].
get
(
t
,
0
)
+
end
-
start
+
1
# Merge data into one dict:
defaults
=
(
'Other'
,
'Not_Applicable'
,
'No_Block'
)
for
i
,
v
in
enumerate
(
defaults
):
values
[
i
][
v
]
=
values
[
i
].
get
(
v
,
0
)
+
1
combined
=
{}
for
i
,
d
in
enumerate
(
data
):
for
u
,
v
in
d
.
items
():
if
i
==
2
and
not
u
in
combined
:
continue
if
not
u
in
combined
:
combined
[
u
]
=
list
(
defaults
)
combined
[
u
][
i
]
=
v
combined
=
{
k
:
v
for
k
,
v
in
combined
.
items
()
if
v
[
2
]
not
in
BLACKLISTED_BLOCKS
}
data
=
combined
del
combined
num
=
len
(
data
)
for
u
in
[
0x17CD
,
0x17CE
,
0x17CF
,
0x17D0
,
0x17D3
]:
if
data
[
u
][
0
]
==
'Other'
:
data
[
u
][
0
]
=
"Vowel_Dependent"
# Move the outliers NO-BREAK SPACE and DOTTED CIRCLE out
singles
=
{}
for
u
in
[
0x00A0
,
0x25CC
]:
singles
[
u
]
=
data
[
u
]
del
data
[
u
]
print
"/* == Start of generated table == */"
print
"/*"
print
" * The following table is generated by running:"
print
" *"
print
" * ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt"
print
" *"
print
" * on files with these headers:"
print
" *"
for
h
in
headers
:
for
l
in
h
:
print
" * %s"
%
(
l
.
strip
())
print
" */"
print
print
'#include "hb-ot-shape-complex-indic-private.hh"'
print
# Shorten values
short
=
[{
"Bindu"
:
'Bi'
,
"Cantillation_Mark"
:
'Ca'
,
"Joiner"
:
'ZWJ'
,
"Non_Joiner"
:
'ZWNJ'
,
"Number"
:
'Nd'
,
"Visarga"
:
'Vs'
,
"Vowel"
:
'Vo'
,
"Vowel_Dependent"
:
'M'
,
"Other"
:
'x'
,
},{
"Not_Applicable"
:
'x'
,
}]
all_shorts
=
[{},{}]
# Add some of the values, to make them more readable, and to avoid duplicates
for
i
in
range
(
2
):
for
v
,
s
in
short
[
i
].
items
():
all_shorts
[
i
][
s
]
=
v
what
=
[
"INDIC_SYLLABIC_CATEGORY"
,
"INDIC_MATRA_CATEGORY"
]
what_short
=
[
"ISC"
,
"IMC"
]
for
i
in
range
(
2
):
print
vv
=
values
[
i
].
keys
()
vv
.
sort
()
for
v
in
vv
:
v_no_and
=
v
.
replace
(
'_And_'
,
'_'
)
if
v
in
short
[
i
]:
s
=
short
[
i
][
v
]
else
:
s
=
''
.
join
([
c
for
c
in
v_no_and
if
ord
(
'A'
)
<=
ord
(
c
)
<=
ord
(
'Z'
)])
if
s
in
all_shorts
[
i
]:
raise
Exception
(
"Duplicate short value alias"
,
v
,
all_shorts
[
i
][
s
])
all_shorts
[
i
][
s
]
=
v
short
[
i
][
v
]
=
s
print
"#define %s_%s %s_%s %s/* %3d chars; %s */"
%
\
(
what_short
[
i
],
s
,
what
[
i
],
v
.
upper
(),
\
' '
*
((
48
-
1
-
len
(
what
[
i
])
-
1
-
len
(
v
))
/
8
),
\
values
[
i
][
v
],
v
)
print
print
"#define _(S,M) INDIC_COMBINE_CATEGORIES (ISC_##S, IMC_##M)"
print
print
total
=
0
used
=
0
last_block
=
None
def
print_block
(
block
,
start
,
end
,
data
):
global
total
,
used
,
last_block
if
block
and
block
!=
last_block
:
print
print
print
" /* %s */"
%
block
num
=
0
assert
start
%
8
==
0
assert
(
end
+
1
)
%
8
==
0
for
u
in
range
(
start
,
end
+
1
):
if
u
%
8
==
0
:
print
print
" /* %04X */"
%
u
,
if
u
in
data
:
num
+=
1
d
=
data
.
get
(
u
,
defaults
)
sys
.
stdout
.
write
(
"%9s"
%
(
"_(%s,%s),"
%
(
short
[
0
][
d
[
0
]],
short
[
1
][
d
[
1
]])))
total
+=
end
-
start
+
1
used
+=
num
if
block
:
last_block
=
block
uu
=
data
.
keys
()
uu
.
sort
()
last
=
-
100000
num
=
0
offset
=
0
starts
=
[]
ends
=
[]
print
"static const INDIC_TABLE_ELEMENT_TYPE indic_table[] = {"
for
u
in
uu
:
if
u
<=
last
:
continue
block
=
data
[
u
][
2
]
start
=
u
//
8
*
8
end
=
start
+
1
while
end
in
uu
and
block
==
data
[
end
][
2
]:
end
+=
1
end
=
(
end
-
1
)
//
8
*
8
+
7
if
start
!=
last
+
1
:
if
start
-
last
<=
1
+
16
*
3
:
print_block
(
None
,
last
+
1
,
start
-
1
,
data
)
last
=
start
-
1
else
:
if
last
>=
0
:
ends
.
append
(
last
+
1
)
offset
+=
ends
[
-
1
]
-
starts
[
-
1
]
print
print
print
"#define indic_offset_0x%04xu %d"
%
(
start
,
offset
)
starts
.
append
(
start
)
print_block
(
block
,
start
,
end
,
data
)
last
=
end
ends
.
append
(
last
+
1
)
offset
+=
ends
[
-
1
]
-
starts
[
-
1
]
print
print
occupancy
=
used
*
100.
/
total
page_bits
=
12
print
"}; /* Table items: %d; occupancy: %d%% */"
%
(
offset
,
occupancy
)
print
print
"INDIC_TABLE_ELEMENT_TYPE"
print
"hb_indic_get_categories (hb_codepoint_t u)"
print
"{"
print
" switch (u >> %d)"
%
page_bits
print
" {"
pages
=
set
([
u
>>
page_bits
for
u
in
starts
+
ends
+
singles
.
keys
()])
for
p
in
sorted
(
pages
):
print
" case 0x%0Xu:"
%
p
for
(
start
,
end
)
in
zip
(
starts
,
ends
):
if
p
not
in
[
start
>>
page_bits
,
end
>>
page_bits
]:
continue
offset
=
"indic_offset_0x%04xu"
%
start
print
" if (hb_in_range (u, 0x%04Xu, 0x%04Xu)) return indic_table[u - 0x%04Xu + %s];"
%
(
start
,
end
-
1
,
start
,
offset
)
for
u
,
d
in
singles
.
items
():
if
p
!=
u
>>
page_bits
:
continue
print
" if (unlikely (u == 0x%04Xu)) return _(%s,%s);"
%
(
u
,
short
[
0
][
d
[
0
]],
short
[
1
][
d
[
1
]])
print
" break;"
print
""
print
" default:"
print
" break;"
print
" }"
print
" return _(x,x);"
print
"}"
print
print
"#undef _"
for
i
in
range
(
2
):
print
vv
=
values
[
i
].
keys
()
vv
.
sort
()
for
v
in
vv
:
print
"#undef %s_%s"
%
\
(
what_short
[
i
],
short
[
i
][
v
])
print
print
"/* == End of generated table == */"
# Maintain at least 30% occupancy in the table */
if
occupancy
<
30
:
raise
Exception
(
"Table too sparse, please investigate: "
,
occupancy
)
src/hb-ot-shape-complex-use-machine.rl
0 → 100644
浏览文件 @
e2c95116
src/hb-ot-shape-complex-use-private.hh
0 → 100644
浏览文件 @
e2c95116
src/hb-ot-shape-complex-use-table.cc
0 → 100644
浏览文件 @
e2c95116
src/hb-ot-shape-complex-use.cc
0 → 100644
浏览文件 @
e2c95116
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录