Lines Matching refs:sanitize
168 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
169 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
170 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
171 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false; in sanitize_value_devices()
250 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
281 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
311 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
314 …return_trace (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (… in sanitize()
347 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
350 if (!u.format.sanitize (c)) return_trace (false); in sanitize()
352 case 1: return_trace (u.format1.sanitize (c)); in sanitize()
353 case 2: return_trace (u.format2.sanitize (c)); in sanitize()
354 case 3: return_trace (u.format3.sanitize (c)); in sanitize()
382 bool sanitize (hb_sanitize_context_t *c, unsigned int cols) const in sanitize() function
390 if (!matrixZ[i].sanitize (c, this)) return_trace (false); in sanitize()
408 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
411 return_trace (c->check_struct (this) && markAnchor.sanitize (c, base)); in sanitize()
459 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
462 return_trace (ArrayOf<MarkRecord>::sanitize (c, this)); in sanitize()
502 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
506 coverage.sanitize (c, this) && in sanitize()
561 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
565 coverage.sanitize (c, this) && in sanitize()
704 bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) const in sanitize() function
776 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
792 return_trace (coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure)); in sanitize()
869 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
873 && coverage.sanitize (c, this) in sanitize()
874 && classDef1.sanitize (c, this) in sanitize()
875 && classDef2.sanitize (c, this))) return_trace (false); in sanitize()
946 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() function
949 return_trace (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize()
1089 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1092 return_trace (coverage.sanitize (c, this) && entryExitRecord.sanitize (c, this)); in sanitize()
1195 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1199 markCoverage.sanitize (c, this) && in sanitize()
1200 baseCoverage.sanitize (c, this) && in sanitize()
1201 markArray.sanitize (c, this) && in sanitize()
1202 baseArray.sanitize (c, this, (unsigned int) classCount)); in sanitize()
1320 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1324 markCoverage.sanitize (c, this) && in sanitize()
1325 ligatureCoverage.sanitize (c, this) && in sanitize()
1326 markArray.sanitize (c, this) && in sanitize()
1327 ligatureArray.sanitize (c, this, (unsigned int) classCount)); in sanitize()
1442 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1446 mark1Coverage.sanitize (c, this) && in sanitize()
1447 mark2Coverage.sanitize (c, this) && in sanitize()
1448 mark1Array.sanitize (c, this) && in sanitize()
1449 mark2Array.sanitize (c, this, (unsigned int) classCount)); in sanitize()
1611 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1612 { return Lookup::sanitize<SubTable> (c); } in sanitize()
1634 bool sanitize (hb_sanitize_context_t *c) const in sanitize() function
1635 { return GSUBGPOS::sanitize<PosLookup> (c); } in sanitize()