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

  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 144 hb_prealloced_array_t<feature_map_t, 8> features;
145 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
146 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
233 hb_prealloced_array_t<feature_info_t, 32> feature_infos;
234 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
hb-private.hh 371 struct hb_prealloced_array_t struct
482 struct hb_auto_array_t : hb_prealloced_array_t <Type>
484 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); }
485 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
493 hb_prealloced_array_t <item_t, 2> items;

Completed in 47 milliseconds