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.hh146 hb_prealloced_array_t<feature_map_t, 8> features;
147 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
148 hb_prealloced_array_t<pause_map_t, 1> pauses[2]; /* GSUB/GPOS */
235 hb_prealloced_array_t<feature_info_t,16> feature_infos;
236 hb_prealloced_array_t<pause_info_t, 1> pauses[2]; /* GSUB/GPOS */
Dhb-private.hh277 struct hb_prealloced_array_t struct
381 struct hb_auto_array_t : hb_prealloced_array_t <Type, HB_AUTO_ARRAY_PREALLOCED> argument
383 hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::init (); } in hb_auto_array_t()
384 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); } in ~hb_auto_array_t()
392 hb_prealloced_array_t <item_t, 2> items;