Lines Matching defs:sanitize
286 bool sanitize (hb_sanitize_context_t *c) const
471 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const
477 if (unlikely (!fds[i].sanitize (c)))
497 bool sanitize (hb_sanitize_context_t *c, const void * /*nullptr*/, unsigned int fdcount) const
515 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const
518 if (unlikely (!c->check_struct (this) || !ranges.sanitize (c, nullptr, fdcount) ||
526 if (unlikely (!sentinel().sanitize (c) || (sentinel() != c->get_num_glyphs ())))
590 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const
598 case 0: return_trace (u.format0.sanitize (c, fdcount));
599 case 3: return_trace (u.format3.sanitize (c, fdcount));