提交 1124d2ec 编写于 作者: B Behdad Esfahbod

[GX] Fix thinko

上级 ad69e8f0
...@@ -1265,7 +1265,6 @@ struct VarData ...@@ -1265,7 +1265,6 @@ struct VarData
const BYTE *bytes = &StructAfter<BYTE> (regionIndices); const BYTE *bytes = &StructAfter<BYTE> (regionIndices);
const BYTE *row = bytes + inner * (scount + count); const BYTE *row = bytes + inner * (scount + count);
float delta = 0.; float delta = 0.;
unsigned int i = 0; unsigned int i = 0;
......
...@@ -298,7 +298,7 @@ struct AnchorFormat3 ...@@ -298,7 +298,7 @@ struct AnchorFormat3
if (font->x_ppem || font->num_coords) if (font->x_ppem || font->num_coords)
*x += (this+xDeviceTable).get_x_delta (font, c->var_store); *x += (this+xDeviceTable).get_x_delta (font, c->var_store);
if (font->y_ppem || font->num_coords) if (font->y_ppem || font->num_coords)
*y += (this+yDeviceTable).get_x_delta (font, c->var_store); *y += (this+yDeviceTable).get_y_delta (font, c->var_store);
} }
inline bool sanitize (hb_sanitize_context_t *c) const inline bool sanitize (hb_sanitize_context_t *c) const
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册