Home | History | Annotate | Download | only in src

Lines Matching refs:sanitize

36   inline bool sanitize (hb_sanitize_context_t *c) const
70 inline bool sanitize (hb_sanitize_context_t *c) const
99 inline bool sanitize (hb_sanitize_context_t *c) const
115 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const
145 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const
148 if (!u.header.sanitize (c)) return_trace (false);
150 case 1: return_trace (u.format1.sanitize (c, glyph_count));
151 case 3: return_trace (u.format3.sanitize (c, glyph_count));
191 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const
196 offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1));
226 inline bool sanitize (hb_sanitize_context_t *c, unsigned int count) const
232 if (unlikely (!indexSubtablesZ[i].sanitize (c, this)))
262 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const
266 indexSubtableArrayOffset.sanitize (c, base, numberOfIndexSubtables) &&
268 horizontal.sanitize (c) &&
269 vertical.sanitize (c));
320 inline bool sanitize (hb_sanitize_context_t *c) const
325 sizeTables.sanitize (c, this));
367 inline bool sanitize (hb_sanitize_context_t *c) const