[subset/PairPosFormat1] Speed up significantly

This commit is contained in:
Behdad Esfahbod 2022-07-21 11:05:35 -06:00
parent 5d7556e184
commit 450d834679
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ struct SinglePosFormat1
const hb_map_t &glyph_map = *c->plan->glyph_map;
auto it =
+ hb_iter (this+coverage)
| hb_filter (glyphset)
+ hb_iter (glyphset)
| hb_filter (this+coverage)
| hb_map_retains_sorting (glyph_map)
| hb_zip (hb_repeat (values.as_array (valueFormat.get_len ())))
;