[minor] Rename internal variable
To address review comment: https://github.com/harfbuzz/harfbuzz/pull/2699#discussion_r573370781
This commit is contained in:
parent
836814a571
commit
6e1afac64b
@ -2757,8 +2757,8 @@ struct ChainContextFormat2
|
||||
+ hb_iter (ruleSet)
|
||||
| hb_map (hb_add (this))
|
||||
| hb_enumerate
|
||||
| hb_filter([&] (unsigned gid)
|
||||
{ return input_class_def.intersects_class (c->glyphs, gid); }, hb_first)
|
||||
| hb_filter([&] (unsigned klass)
|
||||
{ return input_class_def.intersects_class (c->glyphs, klass); }, hb_first)
|
||||
| hb_map (hb_second)
|
||||
| hb_apply ([&] (const ChainRuleSet &_)
|
||||
{ _.closure_lookups (c, lookup_context); })
|
||||
|
Loading…
Reference in New Issue
Block a user