mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 09:44:46 +00:00
[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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue