Home | History | Annotate | Download | only in src

Lines Matching refs:closure

634   inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) {
637 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
641 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
642 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
689 PairSet::sanitize_closure_t closure = {
696 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));