• Home
  • Raw
  • Download

Lines Matching refs:sanitize

49   bool sanitize (hb_sanitize_context_t *c) const  in sanitize()  function
70 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
99 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
103 deviceTable.sanitize (c, this))); in sanitize()
131 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
134 if (unlikely (!u.format.sanitize (c))) return_trace (false); in sanitize()
136 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
137 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
138 case 3: return_trace (u.format3.sanitize (c)); in sanitize()
171 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
175 minCoord.sanitize (c, this) && in sanitize()
176 maxCoord.sanitize (c, this))); in sanitize()
216 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
220 minCoord.sanitize (c, this) && in sanitize()
221 maxCoord.sanitize (c, this) && in sanitize()
222 featMinMaxRecords.sanitize (c, this))); in sanitize()
250 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
254 baseCoords.sanitize (c, this))); in sanitize()
286 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
290 minMax.sanitize (c, this))); in sanitize()
320 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
324 baseValues.sanitize (c, this) && in sanitize()
325 defaultMinMax.sanitize (c, this) && in sanitize()
326 baseLangSysRecords.sanitize (c, this))); in sanitize()
360 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
364 baseScript.sanitize (c, base))); in sanitize()
397 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
401 baseScriptRecords.sanitize (c, this)); in sanitize()
441 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
445 (this+baseTagList).sanitize (c) && in sanitize()
446 (this+baseScriptList).sanitize (c))); in sanitize()
512 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
517 hAxis.sanitize (c, this) && in sanitize()
518 vAxis.sanitize (c, this) && in sanitize()
519 (version.to_int () < 0x00010001u || varStore.sanitize (c, this)))); in sanitize()