Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
082b79fe
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看板
提交
082b79fe
编写于
3月 01, 2016
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Use FWORD and UFWORD when it makes sense
I had forgotten about those types.
上级
0c7fb741
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
7 deletion
+7
-7
src/hb-ot-glyf-table.hh
src/hb-ot-glyf-table.hh
+4
-4
src/hb-ot-hmtx-table.hh
src/hb-ot-hmtx-table.hh
+3
-3
未找到文件。
src/hb-ot-glyf-table.hh
浏览文件 @
082b79fe
...
...
@@ -90,10 +90,10 @@ struct glyfGlyphHeader
* greater than or equal to zero,
* this is a simple glyph; if negative,
* this is a composite glyph. */
SHORT
xMin
;
/* Minimum x for coordinate data. */
SHORT
yMin
;
/* Minimum y for coordinate data. */
SHORT
xMax
;
/* Maximum x for coordinate data. */
SHORT
yMax
;
/* Maximum y for coordinate data. */
FWORD
xMin
;
/* Minimum x for coordinate data. */
FWORD
yMin
;
/* Minimum y for coordinate data. */
FWORD
xMax
;
/* Maximum x for coordinate data. */
FWORD
yMax
;
/* Maximum y for coordinate data. */
DEFINE_SIZE_STATIC
(
10
);
};
...
...
src/hb-ot-hmtx-table.hh
浏览文件 @
082b79fe
...
...
@@ -44,8 +44,8 @@ namespace OT {
struct
LongMetric
{
U
SHORT
advance
;
/* Advance width/height. */
SHORT
lsb
;
/* Leading (left/top) side bearing. */
U
FWORD
advance
;
/* Advance width/height. */
FWORD
lsb
;
/* Leading (left/top) side bearing. */
public:
DEFINE_SIZE_STATIC
(
4
);
};
...
...
@@ -74,7 +74,7 @@ struct _mtx
* be in the array, but that entry is
* required. The last entry applies to
* all subsequent glyphs. */
SHORT
leadingBearingX
[
VAR
];
/* Here the advance is assumed
FWORD
leadingBearingX
[
VAR
];
/* Here the advance is assumed
* to be the same as the advance
* for the last entry above. The
* number of entries in this array is
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录