Home
last modified time | relevance | path

Searched refs:hb_auto_array_t (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc623 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape()
624 hb_auto_array_t<range_record_t> range_records; in _hb_uniscribe_shape()
628 hb_auto_array_t<feature_event_t> feature_events; in _hb_uniscribe_shape()
669 hb_auto_array_t<active_feature_t> active_features; in _hb_uniscribe_shape()
851 hb_auto_array_t<TEXTRANGE_PROPERTIES*> range_properties; in _hb_uniscribe_shape()
852 hb_auto_array_t<int> range_char_counts; in _hb_uniscribe_shape()
Dhb-private.hh482 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct
484 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } in hb_auto_array_t() argument
485 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } in ~hb_auto_array_t() argument
Dhb-coretext.cc564 hb_auto_array_t<feature_record_t> feature_records; in _hb_coretext_shape()
565 hb_auto_array_t<range_record_t> range_records; in _hb_coretext_shape()
574 hb_auto_array_t<feature_event_t> feature_events; in _hb_coretext_shape()
623 hb_auto_array_t<active_feature_t> active_features; in _hb_coretext_shape()
Dhb-ot-layout.cc1053 typedef hb_auto_array_t<hb_applicable_t> array_t;