/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 174 inline bool sanitize_value (hb_sanitize_context_t *c, void *base, Value *values) { function in struct:OT::ValueFormat 456 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values)); [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 174 inline bool sanitize_value (hb_sanitize_context_t *c, void *base, Value *values) { function in struct:OT::ValueFormat 454 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values)); [all...] |