Home | History | Annotate | Download | only in src

Lines Matching defs:closure

69     const sanitize_closure_t closure = {tag, base};
70 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
487 const Record<Feature>::sanitize_closure_t *closure) {
504 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
510 if (featureParams == 0 && closure &&
511 closure->tag == HB_TAG ('s','i','z','e') &&
512 closure->list_base && closure->list_base < this)
515 ((char *) this - (char *) closure->list_base);
522 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))