• Home
  • Raw
  • Download

Lines Matching refs:sanitize

181   bool sanitize (hb_sanitize_context_t *c, const void *base) const  in sanitize()  function
185 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure)); in sanitize()
255 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
258 return_trace (RecordArrayOf<Type>::sanitize (c, this)); in sanitize()
268 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
343 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
347 return_trace (c->check_struct (this) && featureIndex.sanitize (c)); in sanitize()
412 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
416 return_trace (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this)); in sanitize()
436 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
548 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
582 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
586 characters.sanitize (c)); in sanitize()
623 bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) const in sanitize() function
630 return_trace (u.size.sanitize (c)); in sanitize()
632 return_trace (u.stylisticSet.sanitize (c)); in sanitize()
634 return_trace (u.characterVariants.sanitize (c)); in sanitize()
694 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
698 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize()
716 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))) in sanitize()
731 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)) in sanitize()
867 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
870 if (!(c->check_struct (this) && subTable.sanitize (c))) return_trace (false); in sanitize()
874 if (!markFilteringSet.sanitize (c)) return_trace (false); in sanitize()
877 if (unlikely (!get_subtables<TSubTable> ().sanitize (c, this, get_type ()))) in sanitize()
940 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
943 return_trace (glyphArray.sanitize (c)); in sanitize()
1046 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1049 return_trace (rangeRecord.sanitize (c)); in sanitize()
1215 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1218 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
1221 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1222 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1438 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1441 return_trace (c->check_struct (this) && classValue.sanitize (c)); in sanitize()
1610 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1613 return_trace (rangeRecord.sanitize (c)); in sanitize()
1758 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1761 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
1763 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1764 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1855 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1894 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1898 axesZ.sanitize (c, (unsigned int) axisCount * (unsigned int) regionCount)); in sanitize()
1982 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1986 regionIndices.sanitize (c) && in sanitize()
2133 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2142 regions.sanitize (c, this) && in sanitize()
2143 dataSets.sanitize (c, this)); in sanitize()
2226 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2251 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2254 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
2256 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
2281 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2284 return_trace (conditions.sanitize (c, this)); in sanitize()
2297 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
2300 return_trace (c->check_struct (this) && feature.sanitize (c, base)); in sanitize()
2324 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2327 return_trace (version.sanitize (c) && in sanitize()
2329 substitutions.sanitize (c, this)); in sanitize()
2344 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
2347 return_trace (conditions.sanitize (c, base) && in sanitize()
2348 substitutions.sanitize (c, base)); in sanitize()
2394 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2397 return_trace (version.sanitize (c) && in sanitize()
2399 varRecords.sanitize (c, this)); in sanitize()
2436 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2515 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2582 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2585 if (!u.b.format.sanitize (c)) return_trace (false); in sanitize()
2589 return_trace (u.hinting.sanitize (c)); in sanitize()
2593 return_trace (u.variation.sanitize (c)); in sanitize()