Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
7036f1d2
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看板
提交
7036f1d2
编写于
10月 27, 2017
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ot] Remove shaper name
In ten years we never used them...
上级
4a27c17e
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
0 addition
and
12 deletion
+0
-12
src/hb-ot-shape-complex-arabic.cc
src/hb-ot-shape-complex-arabic.cc
+0
-1
src/hb-ot-shape-complex-default.cc
src/hb-ot-shape-complex-default.cc
+0
-1
src/hb-ot-shape-complex-hangul.cc
src/hb-ot-shape-complex-hangul.cc
+0
-1
src/hb-ot-shape-complex-hebrew.cc
src/hb-ot-shape-complex-hebrew.cc
+0
-1
src/hb-ot-shape-complex-indic.cc
src/hb-ot-shape-complex-indic.cc
+0
-1
src/hb-ot-shape-complex-myanmar.cc
src/hb-ot-shape-complex-myanmar.cc
+0
-2
src/hb-ot-shape-complex-private.hh
src/hb-ot-shape-complex-private.hh
+0
-2
src/hb-ot-shape-complex-thai.cc
src/hb-ot-shape-complex-thai.cc
+0
-1
src/hb-ot-shape-complex-tibetan.cc
src/hb-ot-shape-complex-tibetan.cc
+0
-1
src/hb-ot-shape-complex-use.cc
src/hb-ot-shape-complex-use.cc
+0
-1
未找到文件。
src/hb-ot-shape-complex-arabic.cc
浏览文件 @
7036f1d2
...
@@ -689,7 +689,6 @@ reorder_marks_arabic (const hb_ot_shape_plan_t *plan,
...
@@ -689,7 +689,6 @@ reorder_marks_arabic (const hb_ot_shape_plan_t *plan,
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_arabic
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_arabic
=
{
{
"arabic"
,
collect_features_arabic
,
collect_features_arabic
,
nullptr
,
/* override_features */
nullptr
,
/* override_features */
data_create_arabic
,
data_create_arabic
,
...
...
src/hb-ot-shape-complex-default.cc
浏览文件 @
7036f1d2
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_default
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_default
=
{
{
"default"
,
nullptr
,
/* collect_features */
nullptr
,
/* collect_features */
nullptr
,
/* override_features */
nullptr
,
/* override_features */
nullptr
,
/* data_create */
nullptr
,
/* data_create */
...
...
src/hb-ot-shape-complex-hangul.cc
浏览文件 @
7036f1d2
...
@@ -414,7 +414,6 @@ setup_masks_hangul (const hb_ot_shape_plan_t *plan,
...
@@ -414,7 +414,6 @@ setup_masks_hangul (const hb_ot_shape_plan_t *plan,
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_hangul
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_hangul
=
{
{
"hangul"
,
collect_features_hangul
,
collect_features_hangul
,
override_features_hangul
,
override_features_hangul
,
data_create_hangul
,
data_create_hangul
,
...
...
src/hb-ot-shape-complex-hebrew.cc
浏览文件 @
7036f1d2
...
@@ -169,7 +169,6 @@ disable_otl_hebrew (const hb_ot_shape_plan_t *plan)
...
@@ -169,7 +169,6 @@ disable_otl_hebrew (const hb_ot_shape_plan_t *plan)
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_hebrew
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_hebrew
=
{
{
"hebrew"
,
nullptr
,
/* collect_features */
nullptr
,
/* collect_features */
nullptr
,
/* override_features */
nullptr
,
/* override_features */
nullptr
,
/* data_create */
nullptr
,
/* data_create */
...
...
src/hb-ot-shape-complex-indic.cc
浏览文件 @
7036f1d2
...
@@ -1843,7 +1843,6 @@ compose_indic (const hb_ot_shape_normalize_context_t *c,
...
@@ -1843,7 +1843,6 @@ compose_indic (const hb_ot_shape_normalize_context_t *c,
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_indic
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_indic
=
{
{
"indic"
,
collect_features_indic
,
collect_features_indic
,
override_features_indic
,
override_features_indic
,
data_create_indic
,
data_create_indic
,
...
...
src/hb-ot-shape-complex-myanmar.cc
浏览文件 @
7036f1d2
...
@@ -512,7 +512,6 @@ final_reordering (const hb_ot_shape_plan_t *plan,
...
@@ -512,7 +512,6 @@ final_reordering (const hb_ot_shape_plan_t *plan,
* generic shaper, except that it zeros mark advances GDEF_LATE. */
* generic shaper, except that it zeros mark advances GDEF_LATE. */
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_myanmar_old
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_myanmar_old
=
{
{
"default"
,
nullptr
,
/* collect_features */
nullptr
,
/* collect_features */
nullptr
,
/* override_features */
nullptr
,
/* override_features */
nullptr
,
/* data_create */
nullptr
,
/* data_create */
...
@@ -531,7 +530,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
...
@@ -531,7 +530,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_myanmar
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_myanmar
=
{
{
"myanmar"
,
collect_features_myanmar
,
collect_features_myanmar
,
override_features_myanmar
,
override_features_myanmar
,
nullptr
,
/* data_create */
nullptr
,
/* data_create */
...
...
src/hb-ot-shape-complex-private.hh
浏览文件 @
7036f1d2
...
@@ -65,8 +65,6 @@ enum hb_ot_shape_zero_width_marks_type_t {
...
@@ -65,8 +65,6 @@ enum hb_ot_shape_zero_width_marks_type_t {
struct
hb_ot_complex_shaper_t
struct
hb_ot_complex_shaper_t
{
{
char
name
[
8
];
/* collect_features()
/* collect_features()
* Called during shape_plan().
* Called during shape_plan().
* Shapers should use plan->map to add their features and callbacks.
* Shapers should use plan->map to add their features and callbacks.
...
...
src/hb-ot-shape-complex-thai.cc
浏览文件 @
7036f1d2
...
@@ -366,7 +366,6 @@ preprocess_text_thai (const hb_ot_shape_plan_t *plan,
...
@@ -366,7 +366,6 @@ preprocess_text_thai (const hb_ot_shape_plan_t *plan,
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_thai
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_thai
=
{
{
"thai"
,
nullptr
,
/* collect_features */
nullptr
,
/* collect_features */
nullptr
,
/* override_features */
nullptr
,
/* override_features */
nullptr
,
/* data_create */
nullptr
,
/* data_create */
...
...
src/hb-ot-shape-complex-tibetan.cc
浏览文件 @
7036f1d2
...
@@ -46,7 +46,6 @@ collect_features_tibetan (hb_ot_shape_planner_t *plan)
...
@@ -46,7 +46,6 @@ collect_features_tibetan (hb_ot_shape_planner_t *plan)
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_tibetan
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_tibetan
=
{
{
"default"
,
collect_features_tibetan
,
collect_features_tibetan
,
nullptr
,
/* override_features */
nullptr
,
/* override_features */
nullptr
,
/* data_create */
nullptr
,
/* data_create */
...
...
src/hb-ot-shape-complex-use.cc
浏览文件 @
7036f1d2
...
@@ -595,7 +595,6 @@ compose_use (const hb_ot_shape_normalize_context_t *c,
...
@@ -595,7 +595,6 @@ compose_use (const hb_ot_shape_normalize_context_t *c,
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_use
=
const
hb_ot_complex_shaper_t
_hb_ot_complex_shaper_use
=
{
{
"use"
,
collect_features_use
,
collect_features_use
,
nullptr
,
/* override_features */
nullptr
,
/* override_features */
data_create_use
,
data_create_use
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录