HomeSort by relevance Sort by last modified time
    Searched full:hb_auto_array_t (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 621 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records;
622 hb_auto_array_t<range_record_t> range_records;
626 hb_auto_array_t<feature_event_t> feature_events;
667 hb_auto_array_t<active_feature_t> active_features;
849 hb_auto_array_t<TEXTRANGE_PROPERTIES*> range_properties;
850 hb_auto_array_t<int> range_char_counts;
hb-coretext.cc 524 hb_auto_array_t<feature_record_t> feature_records;
525 hb_auto_array_t<range_record_t> range_records;
534 hb_auto_array_t<feature_event_t> feature_events;
583 hb_auto_array_t<active_feature_t> active_features;
    [all...]
hb-private.hh 481 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t
483 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t
484 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
hb-ot-layout.cc 961 typedef hb_auto_array_t<hb_applicable_t> array_t;

Completed in 1041 milliseconds