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 150 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 */
hb-private.hh 328 struct hb_prealloced_array_t struct
439 struct hb_auto_array_t : hb_prealloced_array_t <Type>
441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); }
442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
450 hb_prealloced_array_t <item_t, 2> items;

Completed in 30 milliseconds