Searched refs:hb_map_t (Results 1 – 12 of 12) sorted by relevance
49 hb_map_t *52 hb_map_t *map; in hb_map_create()54 if (!(map = hb_object_create<hb_map_t> ())) in hb_map_create()69 hb_map_t *72 return const_cast<hb_map_t *> (&Null(hb_map_t)); in hb_map_get_empty()83 hb_map_t *84 hb_map_reference (hb_map_t *map) in hb_map_reference()96 hb_map_destroy (hb_map_t *map) in hb_map_destroy()118 hb_map_set_user_data (hb_map_t *map, in hb_map_set_user_data()137 hb_map_get_user_data (hb_map_t *map, in hb_map_get_user_data()[all …]
44 typedef struct hb_map_t hb_map_t; typedef47 HB_EXTERN hb_map_t *50 HB_EXTERN hb_map_t *53 HB_EXTERN hb_map_t *54 hb_map_reference (hb_map_t *map);57 hb_map_destroy (hb_map_t *map);60 hb_map_set_user_data (hb_map_t *map,67 hb_map_get_user_data (hb_map_t *map,73 hb_map_allocation_successful (const hb_map_t *map);76 hb_map_clear (hb_map_t *map);[all …]
45 struct hb_map_t struct47 HB_NO_COPY_ASSIGN (hb_map_t);48 hb_map_t () { init (); } in hb_map_t() argument49 ~hb_map_t () { fini (); } in ~hb_map_t() argument
51 hb_map_t *codepoint_to_glyph;52 hb_map_t *glyph_map;
101 hb_map_t *codepoint_to_glyph, in _populate_gids_to_retain()160 hb_map_t *glyph_map) in _create_old_gid_to_new_gid_map()
1049 hb_map_t done_lookups; in hb_ot_layout_lookup_substitute_closure()1070 hb_map_t done_lookups; in hb_ot_layout_lookups_substitute_closure()
111 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()210 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()
1226 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()1373 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()
102 hb_map_t *done_lookups_, in hb_closure_context_t()122 hb_map_t *done_lookups;
33 hb_map_t *empty = hb_map_get_empty (); in test_map_basic()34 hb_map_t *m; in test_map_basic()68 hb_map_t *m = hb_map_create (); in test_map_userdata()90 hb_map_t *m = hb_map_create (); in test_map_refcount()91 hb_map_t *m2; in test_map_refcount()
468 hb_map_t
366 +hb_map_t