Lines Matching refs:sanitize
64 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
89 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
118 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
143 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
162 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
198 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
206 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
207 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
208 case 3: return_trace (u.format3.sanitize (c)); in sanitize()
209 case 4: return_trace (u.format4.sanitize (c)); in sanitize()
231 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
288 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
294 designAxesOffset.sanitize (c, this, designAxisCount) && in sanitize()
295 … offsetToAxisValueOffsets.sanitize (c, this, axisValueCount, &(this+offsetToAxisValueOffsets)))); in sanitize()