mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-16 10:15:56 +00:00
[shape] Another always-inline
This commit is contained in:
parent
df45067fbb
commit
1c8d54deef
1 changed files with 3 additions and 0 deletions
|
@ -624,6 +624,9 @@ struct hb_ot_apply_context_t :
|
|||
*unsafe_to = end;
|
||||
return false;
|
||||
}
|
||||
#ifndef HB_OPTIMIZE_SIZE
|
||||
HB_ALWAYS_INLINE
|
||||
#endif
|
||||
bool prev (unsigned *unsafe_from = nullptr)
|
||||
{
|
||||
assert (num_items > 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue