Lines Matching refs:sanitize
57 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
61 shrinkageEnableGSUB.sanitize (c, this) && in sanitize()
62 shrinkageDisableGSUB.sanitize (c, this) && in sanitize()
63 shrinkageEnableGPOS.sanitize (c, this) && in sanitize()
64 shrinkageDisableGPOS.sanitize (c, this) && in sanitize()
65 shrinkageJstfMax.sanitize (c, this) && in sanitize()
66 extensionEnableGSUB.sanitize (c, this) && in sanitize()
67 extensionDisableGSUB.sanitize (c, this) && in sanitize()
68 extensionEnableGPOS.sanitize (c, this) && in sanitize()
69 extensionDisableGPOS.sanitize (c, this) && in sanitize()
70 extensionJstfMax.sanitize (c, this)); in sanitize()
126 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
130 return_trace (OffsetListOf<JstfPriority>::sanitize (c)); in sanitize()
167 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
171 return_trace (extenderGlyphs.sanitize (c, this) && in sanitize()
172 defaultLangSys.sanitize (c, this) && in sanitize()
173 langSys.sanitize (c, this)); in sanitize()
213 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
216 return_trace (version.sanitize (c) && in sanitize()
218 scriptList.sanitize (c, this)); in sanitize()