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 117 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
240 "check_array [%p..%p] (%d*%d=%d bytes) in [%p..%p] -> %s",
889 return TRACE_RETURN (c->check_struct (this) && c->check_array (this, Type::static_size, len));
954 && c->check_array (this, Type::static_size, len);
hb-ot-layout-gpos-table.hh 189 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
357 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return TRACE_RETURN (false);
648 && c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
796 return TRACE_RETURN (c->check_array (values, record_size, count) &&
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 49 milliseconds