Home | History | Annotate | Download | only in src

Lines Matching refs:closure

624   inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) {
627 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
631 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
632 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
678 PairSet::sanitize_closure_t closure = {
685 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));