Searched refs:check_array (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-name-table.hh | 117 c->check_array (nameRecord, nameRecord[0].static_size, count) && in sanitize()
|
D | hb-open-file-private.hh | 107 …return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, n… in sanitize()
|
D | hb-open-type-private.hh | 232 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const in check_array() function 889 return TRACE_RETURN (c->check_struct (this) && c->check_array (this, Type::static_size, len)); in sanitize_shallow() 954 && c->check_array (this, Type::static_size, len); in sanitize_shallow()
|
D | hb-ot-layout-gpos-table.hh | 189 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false); in sanitize_values() 357 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return TRACE_RETURN (false); in sanitize() 648 …&& c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (fals… in sanitize() 796 return TRACE_RETURN (c->check_array (values, record_size, count) && in sanitize()
|
D | hb-ot-layout-gsubgpos-private.hh | 1502 if (!c->check_array (coverageZ, coverageZ[0].static_size, count)) return TRACE_RETURN (false); in sanitize() 1506 return TRACE_RETURN (c->check_array (lookupRecord, lookupRecord[0].static_size, lookupCount)); in sanitize()
|