mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[layout] Inline another function
Code is smaller too.
This commit is contained in:
parent
9cdc043c16
commit
e3fd69c889
1 changed files with 3 additions and 0 deletions
|
@ -4353,6 +4353,9 @@ struct hb_ot_layout_lookup_accelerator_t
|
|||
bool may_have (hb_codepoint_t g) const
|
||||
{ return digest.may_have (g); }
|
||||
|
||||
#ifndef HB_OPTIMIZE_SIZE
|
||||
HB_ALWAYS_INLINE
|
||||
#endif
|
||||
bool apply (hb_ot_apply_context_t *c, unsigned subtables_count, bool use_cache) const
|
||||
{
|
||||
#ifndef HB_NO_OT_LAYOUT_LOOKUP_CACHE
|
||||
|
|
Loading…
Add table
Reference in a new issue