[VVAR] Rename vorg function for clarity

This commit is contained in:
Behdad Esfahbod 2022-07-03 13:00:22 -06:00
parent b2d60cbd6e
commit ab5ce64313
2 changed files with 6 additions and 6 deletions

View File

@ -299,7 +299,7 @@ hb_ot_get_glyph_v_origin (hb_font_t *font,
const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx;
const OT::VVAR &VVAR = *vmtx.var_table;
if (font->num_coords)
VVAR.get_vorg_var (glyph,
VVAR.get_vorg_delta_unscaled (glyph,
font->coords, font->num_coords,
&delta);
#endif

View File

@ -391,7 +391,7 @@ struct VVAR : HVARVVAR {
bool subset (hb_subset_context_t *c) const { return HVARVVAR::_subset<VVAR> (c); }
bool get_vorg_var (hb_codepoint_t glyph,
bool get_vorg_delta_unscaled (hb_codepoint_t glyph,
const int *coords, unsigned int coord_count,
float *delta) const
{