[subset/PairPosFormat1] Speed up significantly
This commit is contained in:
parent
5d7556e184
commit
450d834679
|
@ -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 ())))
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue