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

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 623 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records;
624 hb_auto_array_t<range_record_t> range_records;
628 hb_auto_array_t<feature_event_t> feature_events;
669 hb_auto_array_t<active_feature_t> active_features;
851 hb_auto_array_t<TEXTRANGE_PROPERTIES*> range_properties;
852 hb_auto_array_t<int> range_char_counts;
hb-coretext.cc 564 hb_auto_array_t<feature_record_t> feature_records;
565 hb_auto_array_t<range_record_t> range_records;
574 hb_auto_array_t<feature_event_t> feature_events;
623 hb_auto_array_t<active_feature_t> active_features;
    [all...]
hb-private.hh 482 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t
484 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t
485 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
hb-ot-layout.cc 1053 typedef hb_auto_array_t<hb_applicable_t> array_t;
    [all...]

Completed in 96 milliseconds