Home
last modified time | relevance | path

Searched refs:hb_prealloced_array_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh144 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 */
Dhb-private.hh371 struct hb_prealloced_array_t struct
482 struct hb_auto_array_t : hb_prealloced_array_t <Type> argument
484 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } in hb_auto_array_t()
485 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } in ~hb_auto_array_t()
493 hb_prealloced_array_t <item_t, 2> items;