• Home
  • Raw
  • Download

Lines Matching refs:sanitize

78   bool sanitize (hb_sanitize_context_t *c) const  in sanitize()  function
134 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
137 return_trace (likely (pairs.sanitize (c))); in sanitize()
366 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
371 machine.sanitize (c))); in sanitize()
399 if (unlikely (!v->sanitize (&c->sanitizer))) return 0; in get_kerning()
434 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
438 leftClassTable.sanitize (c, this) && in sanitize()
439 rightClassTable.sanitize (c, this) && in sanitize()
613 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
618 machine.sanitize (c))); in sanitize()
652 if (unlikely (!v->sanitize (&c->sanitizer))) return 0; in get_kerning()
662 if (unlikely (!v->sanitize (&c->sanitizer))) return 0; in get_kerning()
684 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
690 u.l.rowIndexTable.sanitize (c, this) && in sanitize()
691 u.l.columnIndexTable.sanitize (c, this) && in sanitize()
694 u.s.rowIndexTable.sanitize (c, this) && in sanitize()
695 u.s.columnIndexTable.sanitize (c, this) && in sanitize()
762 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
798 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
801 if (!u.header.sanitize (c) || in sanitize()
945 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
948 if (unlikely (!thiz()->version.sanitize (c) || in sanitize()
950 !thiz()->tableCount.sanitize (c))) in sanitize()
959 if (unlikely (!st->u.header.sanitize (c))) in sanitize()
970 if (unlikely (!st->sanitize (c))) in sanitize()