[shape] Another always-inline

This commit is contained in:
Behdad Esfahbod 2023-07-08 14:28:07 -06:00
parent df45067fbb
commit 1c8d54deef

View file

@ -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);