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 146 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 */
hb-private.hh 277 struct hb_prealloced_array_t struct
381 struct hb_auto_array_t : hb_prealloced_array_t <Type, HB_AUTO_ARRAY_PREALLOCED>
383 hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::init (); }
384 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); }
392 hb_prealloced_array_t <item_t, 2> items;

Completed in 23 milliseconds