HomeSort by relevance Sort by last modified time
    Searched refs:check_array (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 114 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
hb-open-file-private.hh 107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
hb-open-type-private.hh 232 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const function in struct:OT::hb_sanitize_context_t
239 "check_array [%p..%p] (%d*%d=%ld bytes) in [%p..%p]",
839 return TRACE_RETURN (c->check_struct (this) && c->check_array (this, Type::static_size, len));
921 && c->check_array (this, Type::static_size, len);
hb-ot-layout-gpos-table.hh 183 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
351 if (!c->check_array (matrix, matrix[0].static_size, count)) return TRACE_RETURN (false);
627 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
775 return TRACE_RETURN (c->check_array (values, record_size, count) &&
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 863 milliseconds