Lines Matching refs:sanitize
80 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
84 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure)); in sanitize()
137 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
140 return_trace (RecordArrayOf<Type>::sanitize (c, this)); in sanitize()
151 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
216 inline bool sanitize (hb_sanitize_context_t *c, in sanitize() function
220 return_trace (c->check_struct (this) && featureIndex.sanitize (c)); in sanitize()
256 inline bool sanitize (hb_sanitize_context_t *c, in sanitize() function
260 return_trace (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this)); in sanitize()
280 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
392 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
426 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
430 characters.sanitize (c)); in sanitize()
467 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) const in sanitize() function
471 return_trace (u.size.sanitize (c)); in sanitize()
473 return_trace (u.stylisticSet.sanitize (c)); in sanitize()
475 return_trace (u.characterVariants.sanitize (c)); in sanitize()
509 inline bool sanitize (hb_sanitize_context_t *c, in sanitize() function
513 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize()
528 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))) in sanitize()
546 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)) in sanitize()
653 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
657 if (!(c->check_struct (this) && subTable.sanitize (c))) return_trace (false); in sanitize()
661 if (!markFilteringSet.sanitize (c)) return_trace (false); in sanitize()
711 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
714 return_trace (glyphArray.sanitize (c)); in sanitize()
798 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
801 return_trace (rangeRecord.sanitize (c)); in sanitize()
894 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
897 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
899 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
900 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1007 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1010 return_trace (c->check_struct (this) && classValue.sanitize (c)); in sanitize()
1064 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1067 return_trace (rangeRecord.sanitize (c)); in sanitize()
1122 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1125 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
1127 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1128 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1180 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function