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

  /external/chromium_org/third_party/harfbuzz-ng/src/
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);
  /external/harfbuzz_ng/src/
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);

Completed in 452 milliseconds