Lines Matching refs:sanitize
44 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); in sanitize()
68 if (!mathValueRecords[i].sanitize (c, this)) in sanitize_math_value_records()
74 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
168 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
172 coverage.sanitize (c, this) && in sanitize()
173 italicsCorrection.sanitize (c, this)); in sanitize()
199 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
203 topAccentCoverage.sanitize (c, this) && in sanitize()
204 topAccentAttachment.sanitize (c, this)); in sanitize()
237 if (!mathValueRecordsZ.arrayZ[i].sanitize (c, this)) return_trace (false); in sanitize_math_value_records()
241 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
297 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
303 if (unlikely (!mathKern[i].sanitize (c, base))) in sanitize()
330 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
334 mathKernCoverage.sanitize (c, this) && in sanitize()
335 mathKernInfoRecords.sanitize (c, this)); in sanitize()
364 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
368 mathItalicsCorrectionInfo.sanitize (c, this) && in sanitize()
369 mathTopAccentAttachment.sanitize (c, this) && in sanitize()
370 extendedShapeCoverage.sanitize (c, this) && in sanitize()
371 mathKernInfo.sanitize (c, this)); in sanitize()
419 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
449 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
494 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
498 italicsCorrection.sanitize (c, this) && in sanitize()
499 partRecords.sanitize (c)); in sanitize()
538 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
542 glyphAssembly.sanitize (c, this) && in sanitize()
543 mathGlyphVariantRecord.sanitize (c)); in sanitize()
587 if (!glyphConstruction.arrayZ[i].sanitize (c, this)) return_trace (false); in sanitize_offsets()
591 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
595 vertGlyphCoverage.sanitize (c, this) && in sanitize()
596 horizGlyphCoverage.sanitize (c, this) && in sanitize()
686 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
689 return_trace (version.sanitize (c) && in sanitize()
691 mathConstants.sanitize (c, this) && in sanitize()
692 mathGlyphInfo.sanitize (c, this) && in sanitize()
693 mathVariants.sanitize (c, this)); in sanitize()