Lines Matching refs:SubTable
835 typedef typename T::SubTable SubTable; in has_state_machine() typedef
837 const SubTable *st = &thiz()->firstSubTable; in has_state_machine()
843 st = &StructAfter<SubTable> (*st); in has_state_machine()
850 typedef typename T::SubTable SubTable; in has_cross_stream() typedef
852 const SubTable *st = &thiz()->firstSubTable; in has_cross_stream()
858 st = &StructAfter<SubTable> (*st); in has_cross_stream()
865 typedef typename T::SubTable SubTable; in get_h_kerning() typedef
868 const SubTable *st = &thiz()->firstSubTable; in get_h_kerning()
876 st = &StructAfter<SubTable> (*st); in get_h_kerning()
883 typedef typename T::SubTable SubTable; in apply() typedef
888 const SubTable *st = &thiz()->firstSubTable; in apply()
928 hb_sanitize_with_object_t with (&c->sanitizer, i < count - 1 ? st : (const SubTable *) nullptr); in apply()
938 st = &StructAfter<SubTable> (*st); in apply()
953 typedef typename T::SubTable SubTable; in sanitize() typedef
955 const SubTable *st = &thiz()->firstSubTable; in sanitize()
968 hb_sanitize_with_object_t with (c, i < count - 1 ? st : (const SubTable *) nullptr); in sanitize()
973 st = &StructAfter<SubTable> (*st); in sanitize()
989 typedef KerxSubTable SubTable; typedef
999 SubTable firstSubTable; /* Subtables. */