Searched refs:hb_sanitize_with_object_t (Results 1 – 3 of 3) sorted by relevance
388 struct hb_sanitize_with_object_t struct391 hb_sanitize_with_object_t (hb_sanitize_context_t *c, const T& obj) : c (c) in hb_sanitize_with_object_t() function393 ~hb_sanitize_with_object_t () in ~hb_sanitize_with_object_t() argument
919 hb_sanitize_with_object_t with (&c->sanitizer, i < count - 1 ? st : (const SubTable *) nullptr); in apply()959 hb_sanitize_with_object_t with (c, i < count - 1 ? st : (const SubTable *) nullptr); in sanitize()
904 hb_sanitize_with_object_t with (&c->sanitizer, this); in apply()916 hb_sanitize_with_object_t with (c, this); in sanitize()