Lines Matching refs:sanitize
48 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
65 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
94 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
112 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
137 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
163 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
183 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
191 case 0: return_trace (u.decompositionAction.sanitize (c)); in sanitize()
192 case 1: return_trace (u.unconditionalAddGlyphAction.sanitize (c)); in sanitize()
193 case 2: return_trace (u.conditionalAddGlyphAction.sanitize (c)); in sanitize()
195 case 4: return_trace (u.decompositionAction.sanitize (c)); in sanitize()
196 case 5: return_trace (u.decompositionAction.sanitize (c)); in sanitize()
218 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
228 if (unlikely (!subrecord.sanitize (c))) return_trace (false); in sanitize()
294 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
331 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
335 morphHeader.sanitize (c) && in sanitize()
336 stHeader.sanitize (c))); in sanitize()
350 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
354 justClassTable.sanitize (c, base, base) && in sanitize()
355 wdcTable.sanitize (c, base) && in sanitize()
356 pcTable.sanitize (c, base) && in sanitize()
357 lookupTable.sanitize (c, base))); in sanitize()
387 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
393 horizData.sanitize (c, this, this) && in sanitize()
394 vertData.sanitize (c, this, this))); in sanitize()