Home
last modified time | relevance | path

Searched refs:hb_prealloced_array_t (Results 1 – 4 of 4) 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 */
245 hb_prealloced_array_t<feature_info_t, 32> feature_infos;
246 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
Dhb-private.hh378 struct hb_prealloced_array_t struct
529 struct hb_auto_array_t : hb_prealloced_array_t <Type> argument
531 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } in hb_auto_array_t()
532 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } in ~hb_auto_array_t()
540 hb_prealloced_array_t <item_t, 1> items;
Dhb-set-private.hh183 hb_prealloced_array_t<page_map_t, 8> page_map;
184 hb_prealloced_array_t<page_t, 1> pages;
Dhb-ot-post-table.hh238 hb_prealloced_array_t<uint32_t, 1> index_to_offset;