Lines Matching refs:sanitize
178 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
181 return_trace (machine.sanitize (c)); in sanitize()
261 if (!replacement->sanitize (&c->sanitizer) || !*replacement) in transition()
286 if (!replacement->sanitize (&c->sanitizer) || !*replacement) in transition()
326 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
331 if (unlikely (!machine.sanitize (c, &num_entries))) return_trace (false); in sanitize()
348 return_trace (substitutionTables.sanitize (c, this, num_lookups)); in sanitize()
510 if (unlikely (!actionData->sanitize (&c->sanitizer))) return false; in transition()
520 if (unlikely (!componentData.sanitize (&c->sanitizer))) return false; in transition()
530 if (unlikely (!ligatureData.sanitize (&c->sanitizer))) return false; in transition()
582 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
586 return_trace (c->check_struct (this) && machine.sanitize (c) && in sanitize()
628 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
631 return_trace (substitute.sanitize (c)); in sanitize()
824 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
828 return_trace (c->check_struct (this) && machine.sanitize (c) && in sanitize()
845 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
921 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
924 if (!length.sanitize (c) || in sanitize()
1054 bool sanitize (hb_sanitize_context_t *c, unsigned int version HB_UNUSED) const in sanitize() function
1057 if (!length.sanitize (c) || in sanitize()
1069 if (!subtable->sanitize (c)) in sanitize()
1129 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1132 if (!version.sanitize (c) || !version || !chainCount.sanitize (c)) in sanitize()
1139 if (!chain->sanitize (c, version)) in sanitize()