Searched refs:hb_auto_array_t (Results 1 – 3 of 3) sorted by relevance
609 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape()610 hb_auto_array_t<range_record_t> range_records; in _hb_uniscribe_shape()614 hb_auto_array_t<feature_event_t> feature_events; in _hb_uniscribe_shape()655 hb_auto_array_t<active_feature_t> active_features; in _hb_uniscribe_shape()837 hb_auto_array_t<TEXTRANGE_PROPERTIES*> range_properties; in _hb_uniscribe_shape()838 hb_auto_array_t<int> range_char_counts; in _hb_uniscribe_shape()
461 hb_auto_array_t<feature_record_t> feature_records; in _hb_coretext_shape()462 hb_auto_array_t<range_record_t> range_records; in _hb_coretext_shape()471 hb_auto_array_t<feature_event_t> feature_events; in _hb_coretext_shape()520 hb_auto_array_t<active_feature_t> active_features; in _hb_coretext_shape()
439 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } in hb_auto_array_t() function442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } in ~hb_auto_array_t() argument