Home
last modified time | relevance | path

Searched refs:hb_map_t (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-map.cc49 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 …]
Dhb-map.h44 typedef struct hb_map_t hb_map_t; typedef
47 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 …]
Dhb-map.hh45 struct hb_map_t struct
47 HB_NO_COPY_ASSIGN (hb_map_t);
48 hb_map_t () { init (); } in hb_map_t() argument
49 ~hb_map_t () { fini (); } in ~hb_map_t() argument
Dhb-subset-plan.hh51 hb_map_t *codepoint_to_glyph;
52 hb_map_t *glyph_map;
Dhb-subset-plan.cc101 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()
Dhb-ot-layout.cc1049 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()
Dhb-ot-layout-gsub-table.hh111 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()
Dhb-ot-layout-common.hh1226 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()
Dhb-ot-layout-gsubgpos.hh102 hb_map_t *done_lookups_, in hb_closure_context_t()
122 hb_map_t *done_lookups;
/external/harfbuzz_ng/test/api/
Dtest-map.c33 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()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt468 hb_map_t
/external/harfbuzz_ng/
DNEWS366 +hb_map_t