Home | History | Annotate | Download | only in src

Lines Matching refs:sanitize

38   inline bool sanitize (hb_sanitize_context_t *c) const
104 inline bool sanitize (hb_sanitize_context_t *c) const
107 return_trace (version.sanitize (c) &&
109 varStore.sanitize (c, this) &&
110 advMap.sanitize (c, this) &&
111 lsbMap.sanitize (c, this) &&
112 rsbMap.sanitize (c, this));
147 inline bool sanitize (hb_sanitize_context_t *c) const
150 return_trace (static_cast<const HVARVVAR *> (this)->sanitize (c) &&
151 vorgMap.sanitize (c, this));