Searched refs:check_array (Results 1 - 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh119 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
H A Dhb-open-file-private.hh109 return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
H A Dhb-open-type-private.hh252 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const function in struct:OT::hb_sanitize_context_t
260 "check_array [%p..%p] (%d*%d=%d bytes) in [%p..%p] -> %s",
930 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len));
998 && c->check_array (this, Type::static_size, len);
H A Dhb-ot-layout-gpos-table.hh201 if (!c->check_array (values, get_size (), count)) return_trace (false);
375 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false);
668 && c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return_trace (false);
818 return_trace (c->check_array (values, record_size, count) &&
H A Dhb-ot-layout-gsubgpos-private.hh1491 if (!c->check_array (coverageZ, coverageZ[0].static_size, count)) return_trace (false);
1495 return_trace (c->check_array (lookupRecord, lookupRecord[0].static_size, lookupCount));

Completed in 215 milliseconds