[GX] Fix thinko

This commit is contained in:
Behdad Esfahbod 2016-09-09 22:48:27 -07:00
parent ad69e8f07c
commit 1124d2ece5
2 changed files with 1 additions and 2 deletions

View File

@ -1265,7 +1265,6 @@ struct VarData
const BYTE *bytes = &StructAfter<BYTE> (regionIndices);
const BYTE *row = bytes + inner * (scount + count);
float delta = 0.;
unsigned int i = 0;

View File

@ -298,7 +298,7 @@ struct AnchorFormat3
if (font->x_ppem || font->num_coords)
*x += (this+xDeviceTable).get_x_delta (font, c->var_store);
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