• Home
  • Raw
  • Download

Lines Matching refs:sanitize

167     if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;  in sanitize_value_devices()
168 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
169 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
170 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
241 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
271 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
300 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
303 …return_trace (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (… in sanitize()
336 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
339 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
341 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
342 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
343 case 3: return_trace (u.format3.sanitize (c)); in sanitize()
369 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) const in sanitize() function
377 if (!matrixZ[i].sanitize (c, this)) return_trace (false); in sanitize()
395 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
398 return_trace (c->check_struct (this) && markAnchor.sanitize (c, base)); in sanitize()
445 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
448 return_trace (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize()
482 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
486 coverage.sanitize (c, this) && in sanitize()
534 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
538 coverage.sanitize (c, this) && in sanitize()
664 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) const in sanitize() function
714 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
729 return_trace (coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure)); in sanitize()
805 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
809 && coverage.sanitize (c, this) in sanitize()
810 && classDef1.sanitize (c, this) in sanitize()
811 && classDef2.sanitize (c, this))) return_trace (false); in sanitize()
880 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
883 return_trace (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize()
1015 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1018 return_trace (coverage.sanitize (c, this) && entryExitRecord.sanitize (c, this)); in sanitize()
1100 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1104 markCoverage.sanitize (c, this) && in sanitize()
1105 baseCoverage.sanitize (c, this) && in sanitize()
1106 markArray.sanitize (c, this) && in sanitize()
1107 baseArray.sanitize (c, this, (unsigned int) classCount)); in sanitize()
1217 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1221 markCoverage.sanitize (c, this) && in sanitize()
1222 ligatureCoverage.sanitize (c, this) && in sanitize()
1223 markArray.sanitize (c, this) && in sanitize()
1224 ligatureArray.sanitize (c, this, (unsigned int) classCount)); in sanitize()
1331 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1335 mark1Coverage.sanitize (c, this) && in sanitize()
1336 mark2Coverage.sanitize (c, this) && in sanitize()
1337 mark1Array.sanitize (c, this) && in sanitize()
1338 mark2Array.sanitize (c, this, (unsigned int) classCount)); in sanitize()
1490 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1493 if (unlikely (!Lookup::sanitize (c))) return_trace (false); in sanitize()
1515 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1518 if (unlikely (!GSUBGPOS::sanitize (c))) return_trace (false); in sanitize()
1520 return_trace (list.sanitize (c, this)); in sanitize()