mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-16 10:15:56 +00:00
[aat] Minor rename
This commit is contained in:
parent
6215d68b69
commit
7d14eb5eb3
1 changed files with 2 additions and 2 deletions
|
@ -698,7 +698,7 @@ struct NoncontextualSubtable
|
|||
}
|
||||
|
||||
template <typename set_t>
|
||||
void collect_glyphs (set_t &glyphs, unsigned num_glyphs) const
|
||||
void collect_initial_glyphs (set_t &glyphs, unsigned num_glyphs) const
|
||||
{
|
||||
substitute.collect_glyphs (glyphs, num_glyphs);
|
||||
}
|
||||
|
@ -973,7 +973,7 @@ struct hb_accelerate_subtables_context_t :
|
|||
template <typename T>
|
||||
void init_ (const T &obj_, unsigned num_glyphs, hb_priority<0>)
|
||||
{
|
||||
obj_.collect_glyphs (glyph_set, num_glyphs);
|
||||
obj_.collect_initial_glyphs (glyph_set, num_glyphs);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Reference in a new issue