Lines Matching refs:sanitize
62 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
85 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
154 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
178 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
186 case 1: return_trace (likely (u.format1.sanitize (c))); in sanitize()
187 case 2: return_trace (likely (u.format2.sanitize (c))); in sanitize()
188 case 3: return_trace (likely (u.format3.sanitize (c))); in sanitize()
189 case 4: return_trace (likely (u.format4.sanitize (c))); in sanitize()
209 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
230 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
236 designAxesOffset.sanitize (c, this, designAxisCount) && in sanitize()
237 … offsetToAxisValueOffsets.sanitize (c, this, axisValueCount, &(this+offsetToAxisValueOffsets)))); in sanitize()