Lines Matching refs:sanitize
46 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
67 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
96 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
100 deviceTable.sanitize (c, this))); in sanitize()
130 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
133 if (unlikely (!u.format.sanitize (c))) return_trace (false); in sanitize()
135 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
136 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
137 case 3: return_trace (u.format3.sanitize (c)); in sanitize()
165 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
169 minCoord.sanitize (c, this) && in sanitize()
170 maxCoord.sanitize (c, this))); in sanitize()
205 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
209 minCoord.sanitize (c, this) && in sanitize()
210 maxCoord.sanitize (c, this) && in sanitize()
211 featMinMaxRecords.sanitize (c, this))); in sanitize()
239 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
243 baseCoords.sanitize (c, this))); in sanitize()
269 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
273 minMax.sanitize (c, this))); in sanitize()
298 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
302 baseValues.sanitize (c, this) && in sanitize()
303 defaultMinMax.sanitize (c, this) && in sanitize()
304 baseLangSysRecords.sanitize (c, this))); in sanitize()
333 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
337 baseScript.sanitize (c, base))); in sanitize()
359 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
363 baseScriptRecords.sanitize (c, this)); in sanitize()
420 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
424 (this+baseTagList).sanitize (c) && in sanitize()
425 (this+baseScriptList).sanitize (c))); in sanitize()
492 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
497 hAxis.sanitize (c, this) && in sanitize()
498 vAxis.sanitize (c, this) && in sanitize()
499 (version.to_int () < 0x00010001u || varStore.sanitize (c, this)))); in sanitize()