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.hh150 hb_prealloced_array_t<feature_map_t, 8> features;
151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
152 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
241 hb_prealloced_array_t<feature_info_t, 32> feature_infos;
242 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
Dhb-private.hh328 struct hb_prealloced_array_t struct
439 struct hb_auto_array_t : hb_prealloced_array_t <Type> argument
441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } in hb_auto_array_t()
442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } in ~hb_auto_array_t()
450 hb_prealloced_array_t <item_t, 2> items;