• Home
  • Raw
  • Download

Lines Matching refs:sanitize

54   inline bool sanitize (hb_sanitize_context_t *c) const  in sanitize()  function
146 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
204 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
232 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
235 return_trace (c->check_struct (this) && glyphIdArray.sanitize (c)); in sanitize()
265 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
268 return_trace (c->check_struct (this) && groups.sanitize (c)); in sanitize()
312 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
334 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
374 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
378 defaultUVS.sanitize (c, base) && in sanitize()
379 nonDefaultUVS.sanitize (c, base)); in sanitize()
400 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
404 record.sanitize (c, this)); in sanitize()
436 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
439 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
441 case 0: return_trace (u.format0 .sanitize (c)); in sanitize()
442 case 4: return_trace (u.format4 .sanitize (c)); in sanitize()
443 case 6: return_trace (u.format6 .sanitize (c)); in sanitize()
444 case 10: return_trace (u.format10.sanitize (c)); in sanitize()
445 case 12: return_trace (u.format12.sanitize (c)); in sanitize()
446 case 13: return_trace (u.format13.sanitize (c)); in sanitize()
447 case 14: return_trace (u.format14.sanitize (c)); in sanitize()
480 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
484 subtable.sanitize (c, base)); in sanitize()
516 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
521 encodingRecord.sanitize (c, this)); in sanitize()