• Home
  • Raw
  • Download

Lines Matching refs:sanitize

75   bool sanitize (hb_sanitize_context_t *c) const  in sanitize()  function
78 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this)); in sanitize()
106 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
131 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
156 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this)); in sanitize()
188 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
191 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
193 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
194 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
195 case 3: return_trace (u.format3.sanitize (c)); in sanitize()
232 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
235 return_trace (carets.sanitize (c, this)); in sanitize()
268 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
271 return_trace (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this)); in sanitize()
291 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
294 return_trace (coverage.sanitize (c, this)); in sanitize()
316 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
319 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
321 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
459 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
462 return_trace (version.sanitize (c) && in sanitize()
464 glyphClassDef.sanitize (c, this) && in sanitize()
465 attachList.sanitize (c, this) && in sanitize()
466 ligCaretList.sanitize (c, this) && in sanitize()
467 markAttachClassDef.sanitize (c, this) && in sanitize()
468 (version.to_int () < 0x00010002u || markGlyphSetsDef.sanitize (c, this)) && in sanitize()
469 (version.to_int () < 0x00010003u || varStore.sanitize (c, this))); in sanitize()