Searched refs:check_struct (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 57 return_trace (c->check_struct (this)); in sanitize() 149 if (unlikely (!c->check_struct (this))) in sanitize() 207 return_trace (c->check_struct (this)); in sanitize() 235 return_trace (c->check_struct (this) && glyphIdArray.sanitize (c)); in sanitize() 268 return_trace (c->check_struct (this) && groups.sanitize (c)); in sanitize() 315 return_trace (c->check_struct (this)); in sanitize() 337 return_trace (c->check_struct (this)); in sanitize() 377 return_trace (c->check_struct (this) && in sanitize() 403 return_trace (c->check_struct (this) && in sanitize() 483 return_trace (c->check_struct (this) && in sanitize() [all …]
|
D | hb-ot-layout-common-private.hh | 84 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure)); in sanitize() 154 return_trace (c->check_struct (this)); in sanitize() 220 return_trace (c->check_struct (this) && featureIndex.sanitize (c)); in sanitize() 283 if (unlikely (!c->check_struct (this))) return_trace (false); in sanitize() 397 return_trace (c->check_struct (this)); in sanitize() 429 return_trace (c->check_struct (this) && in sanitize() 513 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c)))) in sanitize() 657 if (!(c->check_struct (this) && subTable.sanitize (c))) return_trace (false); in sanitize() 1010 return_trace (c->check_struct (this) && classValue.sanitize (c)); in sanitize() 1183 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
|
D | hb-ot-name-table.hh | 63 …return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + off… in sanitize() 117 return_trace (c->check_struct (this) && in sanitize()
|
D | hb-open-type-private.hh | 269 inline bool check_struct (const Type *obj) const in check_struct() function 644 return_trace (likely (c->check_struct (this))); in sanitize() 681 return_trace (likely (c->check_struct (this))); in sanitize() 759 return_trace (c->check_struct (this)); in sanitize() 795 if (unlikely (!c->check_struct (this))) return_trace (false); in sanitize() 805 if (unlikely (!c->check_struct (this))) return_trace (false); in sanitize() 930 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len)); in sanitize_shallow() 997 return c->check_struct (this) in sanitize_shallow()
|
D | hb-ot-layout-gpos-table.hh | 244 return_trace (c->check_struct (this)); in sanitize() 274 return_trace (c->check_struct (this)); in sanitize() 303 …return_trace (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (… in sanitize() 372 if (!c->check_struct (this)) return_trace (false); in sanitize() 398 return_trace (c->check_struct (this) && markAnchor.sanitize (c, base)); in sanitize() 485 return_trace (c->check_struct (this) && in sanitize() 537 return_trace (c->check_struct (this) && in sanitize() 667 if (!(c->check_struct (this) in sanitize() 718 if (!c->check_struct (this)) return_trace (false); in sanitize() 808 if (!(c->check_struct (this) in sanitize() [all …]
|
D | hb-open-file-private.hh | 59 return_trace (c->check_struct (this)); in sanitize() 109 …return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTable… in sanitize()
|
D | hb-ot-layout-gdef-table.hh | 108 return_trace (c->check_struct (this)); in sanitize() 135 return_trace (c->check_struct (this)); in sanitize() 159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this)); in sanitize()
|
D | hb-ot-maxp-table.hh | 54 return_trace (c->check_struct (this) && in sanitize()
|
D | hb-ot-head-table.hh | 58 return_trace (c->check_struct (this) && in sanitize()
|
D | hb-ot-os2-table.hh | 49 return_trace (c->check_struct (this)); in sanitize()
|
D | hb-ot-hhea-table.hh | 55 return_trace (c->check_struct (this) && likely (version.major == 1)); in sanitize()
|
D | hb-ot-layout-jstf-table.hh | 60 return_trace (c->check_struct (this) && in sanitize()
|
D | hb-ot-layout-gsubgpos-private.hh | 929 return_trace (c->check_struct (this)); in sanitize() 1488 if (!c->check_struct (this)) return_trace (false); in sanitize() 2177 return_trace (c->check_struct (this) && extensionOffset != 0); in sanitize()
|