Home
last modified time | relevance | path

Searched defs:hb_set_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set.hh40 struct hb_set_t struct
43 hb_set_t () { init (); } in hb_set_t() argument
44 ~hb_set_t () { fini (); } in ~hb_set_t() argument
46 struct page_map_t
54 struct page_t
186 hb_object_header_t header;
187 bool successful; /* Allocations successful */
188 mutable unsigned int population;
189 hb_vector_t<page_map_t, 1> page_map;
190 hb_vector_t<page_t, 1> pages;
[all …]
Dhb-set.h44 typedef struct hb_set_t hb_set_t; typedef