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