• Home
  • Raw
  • Download

Lines Matching refs:sanitize

91   bool sanitize (hb_sanitize_context_t *c, const void *base) const  in sanitize()  function
95 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure)); in sanitize()
150 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
153 return_trace (RecordArrayOf<Type>::sanitize (c, this)); in sanitize()
163 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
239 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
243 return_trace (c->check_struct (this) && featureIndex.sanitize (c)); in sanitize()
290 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
294 return_trace (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this)); in sanitize()
314 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
426 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
460 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
464 characters.sanitize (c)); in sanitize()
501 bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) const in sanitize() function
505 return_trace (u.size.sanitize (c)); in sanitize()
507 return_trace (u.stylisticSet.sanitize (c)); in sanitize()
509 return_trace (u.characterVariants.sanitize (c)); in sanitize()
569 bool sanitize (hb_sanitize_context_t *c, in sanitize() function
573 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize()
588 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))) in sanitize()
606 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)) in sanitize()
763 bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) const in sanitize() function
768 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
771 if (!(c->check_struct (this) && subTable.sanitize (c))) return_trace (false); in sanitize()
775 if (!markFilteringSet.sanitize (c)) return_trace (false); in sanitize()
779 .sanitize (c, this, get_type ()))) in sanitize()
836 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
839 return_trace (glyphArray.sanitize (c)); in sanitize()
932 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
935 return_trace (rangeRecord.sanitize (c)); in sanitize()
1064 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1067 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
1070 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1071 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1245 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1248 return_trace (c->check_struct (this) && classValue.sanitize (c)); in sanitize()
1396 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1399 return_trace (rangeRecord.sanitize (c)); in sanitize()
1522 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1525 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
1527 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1528 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
1619 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1658 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1662 axesZ.sanitize (c, (unsigned int) axisCount * (unsigned int) regionCount)); in sanitize()
1731 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1735 regionIndices.sanitize (c) && in sanitize()
1772 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1777 regions.sanitize (c, this) && in sanitize()
1778 dataSets.sanitize (c, this)); in sanitize()
1816 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1841 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1844 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
1846 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
1871 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1874 return_trace (conditions.sanitize (c, this)); in sanitize()
1887 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
1890 return_trace (c->check_struct (this) && feature.sanitize (c, base)); in sanitize()
1914 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1917 return_trace (version.sanitize (c) && in sanitize()
1919 substitutions.sanitize (c, this)); in sanitize()
1934 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
1937 return_trace (conditions.sanitize (c, base) && in sanitize()
1938 substitutions.sanitize (c, base)); in sanitize()
1984 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1987 return_trace (version.sanitize (c) && in sanitize()
1989 varRecords.sanitize (c, this)); in sanitize()
2024 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2091 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2150 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
2153 if (!u.b.format.sanitize (c)) return_trace (false); in sanitize()
2156 return_trace (u.hinting.sanitize (c)); in sanitize()
2158 return_trace (u.variation.sanitize (c)); in sanitize()