From 8cde4fa9a0e8cb6e42770a2ff7da158f2914cdb2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 16 Jul 2023 06:01:06 -0600 Subject: [PATCH] [gsubgpos] Inline a couple methods --- src/hb-ot-layout-gsubgpos.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index e10adb78b..287b2e0ff 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -661,6 +661,7 @@ struct hb_ot_apply_context_t : return false; } + HB_ALWAYS_INLINE hb_codepoint_t get_glyph_data () { @@ -671,6 +672,7 @@ struct hb_ot_apply_context_t : #endif return 0; } + HB_ALWAYS_INLINE void advance_glyph_data () {