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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 603 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records;
604 hb_auto_array_t<range_record_t> range_records;
608 hb_auto_array_t<feature_event_t> feature_events;
649 hb_auto_array_t<active_feature_t> active_features;
831 hb_auto_array_t<TEXTRANGE_PROPERTIES*> range_properties;
832 hb_auto_array_t<int> range_char_counts;
hb-coretext.cc 450 hb_auto_array_t<feature_record_t> feature_records;
451 hb_auto_array_t<range_record_t> range_records;
460 hb_auto_array_t<feature_event_t> feature_events;
509 hb_auto_array_t<active_feature_t> active_features;
    [all...]
hb-private.hh 439 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t
441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t
442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 602 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records;
603 hb_auto_array_t<range_record_t> range_records;
607 hb_auto_array_t<feature_event_t> feature_events;
648 hb_auto_array_t<active_feature_t> active_features;
830 hb_auto_array_t<TEXTRANGE_PROPERTIES*> range_properties;
831 hb_auto_array_t<int> range_char_counts;
hb-coretext.cc 443 hb_auto_array_t<feature_record_t> feature_records;
444 hb_auto_array_t<range_record_t> range_records;
448 hb_auto_array_t<feature_event_t> feature_events;
497 hb_auto_array_t<active_feature_t> active_features;
    [all...]
hb-private.hh 400 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t
402 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t
403 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }

Completed in 46 milliseconds