File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ struct GDEF
977
977
}
978
978
979
979
#ifndef HB_NO_GDEF_CACHE
980
- table->get_mark_glyph_sets ().collect_coverage (mark_glyph_set_digests );
980
+ table->get_mark_glyph_sets ().collect_coverage (mark_glyph_sets );
981
981
#endif
982
982
}
983
983
~accelerator_t () { table.destroy (); }
@@ -1006,7 +1006,7 @@ struct GDEF
1006
1006
{
1007
1007
return
1008
1008
#ifndef HB_NO_GDEF_CACHE
1009
- mark_glyph_set_digests [set_index].may_have (glyph_id)
1009
+ mark_glyph_sets [set_index].may_have (glyph_id)
1010
1010
#else
1011
1011
table->mark_set_covers (set_index, glyph_id)
1012
1012
#endif
@@ -1015,7 +1015,7 @@ struct GDEF
1015
1015
1016
1016
hb_blob_ptr_t <GDEF> table;
1017
1017
#ifndef HB_NO_GDEF_CACHE
1018
- hb_vector_t <hb_bit_set_t > mark_glyph_set_digests ;
1018
+ hb_vector_t <hb_bit_set_t > mark_glyph_sets ;
1019
1019
mutable hb_cache_t <21 , 3 > glyph_props_cache;
1020
1020
static_assert (sizeof (glyph_props_cache) == 512, "");
1021
1021
#endif
You can’t perform that action at this time.
0 commit comments