Home
last modified time | relevance | path

Searched defs:subr_closures_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh269 struct subr_closures_t struct
271 subr_closures_t (unsigned int fd_count) : global_closure (), local_closures () in subr_closures_t() argument
276 void reset () in reset()
283 bool in_error () const { return local_closures.in_error (); } in in_error()
284 hb_set_t global_closure;
285 hb_vector_t<hb_set_t> local_closures;