Home
last modified time | relevance | path

Searched refs:hb_destroy_func_t (Results 1 – 25 of 32) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-font.h65 hb_destroy_func_t destroy,
197 void *user_data, hb_destroy_func_t destroy);
213 void *user_data, hb_destroy_func_t destroy);
229 void *user_data, hb_destroy_func_t destroy);
245 void *user_data, hb_destroy_func_t destroy);
261 void *user_data, hb_destroy_func_t destroy);
277 void *user_data, hb_destroy_func_t destroy);
293 void *user_data, hb_destroy_func_t destroy);
309 void *user_data, hb_destroy_func_t destroy);
325 void *user_data, hb_destroy_func_t destroy);
[all …]
Dhb-unicode.h205 hb_destroy_func_t destroy,
270 void *user_data, hb_destroy_func_t destroy);
286 void *user_data, hb_destroy_func_t destroy);
302 void *user_data, hb_destroy_func_t destroy);
318 void *user_data, hb_destroy_func_t destroy);
334 void *user_data, hb_destroy_func_t destroy);
350 void *user_data, hb_destroy_func_t destroy);
Dhb-deprecated.h69 void *user_data, hb_destroy_func_t destroy);
98 void *user_data, hb_destroy_func_t destroy);
160 void *user_data, hb_destroy_func_t destroy);
189 void *user_data, hb_destroy_func_t destroy);
206 void *user_data, hb_destroy_func_t destroy);
Dhb-ft.h64 hb_destroy_func_t destroy);
103 hb_destroy_func_t destroy);
Dhb-blob.cc77 hb_destroy_func_t destroy) in hb_blob_create()
252 hb_destroy_func_t destroy, in hb_blob_set_user_data()
556 (hb_destroy_func_t) _hb_mapped_file_destroy); in hb_blob_create_from_file()
616 (hb_destroy_func_t) _hb_mapped_file_destroy); in hb_blob_create_from_file()
659 (hb_destroy_func_t) free); in hb_blob_create_from_file()
Dhb-blob.h72 hb_destroy_func_t destroy);
101 hb_destroy_func_t destroy,
Dhb-face.h61 hb_destroy_func_t destroy);
76 hb_destroy_func_t destroy,
Dhb-face.cc112 hb_destroy_func_t destroy) in hb_face_create_for_tables()
297 hb_destroy_func_t destroy, in hb_face_set_user_data()
513 if (face->destroy != (hb_destroy_func_t) _hb_face_for_data_closure_destroy) in hb_face_get_table_tags()
713 if (unlikely (face->destroy != (hb_destroy_func_t) _hb_face_builder_data_destroy)) in hb_face_builder_add_table()
Dhb-object.hh166 hb_destroy_func_t destroy;
181 hb_destroy_func_t destroy,
299 hb_destroy_func_t destroy, in hb_object_set_user_data()
Dhb-ft.cc141 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_set_load_flags()
161 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_get_load_flags()
172 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_get_face()
583 hb_destroy_func_t destroy) in hb_ft_face_create()
665 hb_destroy_func_t destroy) in hb_ft_font_create()
681 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_changed()
Dhb-font.cc608 hb_destroy_func_t destroy, in hb_font_funcs_set_user_data()
673 hb_destroy_func_t destroy) \
1477 hb_destroy_func_t destroy, in hb_font_set_user_data()
1637 hb_destroy_func_t destroy) in hb_font_set_funcs()
1672 hb_destroy_func_t destroy) in hb_font_set_funcs_data()
1924 hb_destroy_func_t destroy;
1939 hb_destroy_func_t destroy) in trampoline_create()
2016 void *user_data, hb_destroy_func_t destroy) in hb_font_funcs_set_glyph_func()
Dhb-unicode.cc269 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data()
350 hb_destroy_func_t destroy) \
Dhb-face.hh53 hb_destroy_func_t destroy;
Dhb-buffer.h194 hb_destroy_func_t destroy,
576 void *user_data, hb_destroy_func_t destroy);
Dhb-blob.hh73 hb_destroy_func_t destroy;
Dhb-map.h63 hb_destroy_func_t destroy,
Dhb-shape-plan.h87 hb_destroy_func_t destroy,
Dhb-map.cc121 hb_destroy_func_t destroy, in hb_map_set_user_data()
Dhb-set.h63 hb_destroy_func_t destroy,
Dhb-set.cc121 hb_destroy_func_t destroy, in hb_set_set_user_data()
Dhb-unicode.hh258 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
Dhb-font.hh73 #define HB_FONT_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
124 hb_destroy_func_t destroy;
Dhb-shape-plan.cc307 hb_destroy_func_t destroy, in hb_shape_plan_set_user_data()
/external/harfbuzz_ng/test/api/
Dtest-blob.c149 hb_destroy_func_t free_func; in fixture_init()
156 free_func = (hb_destroy_func_t) free_up; in fixture_init()
162 free_func = (hb_destroy_func_t) free_up; in fixture_init()
169 free_func = (hb_destroy_func_t) free_up_free; in fixture_init()
182 free_func = (hb_destroy_func_t) free_up_munmap; in fixture_init()
/external/harfbuzz_ng/util/
Dhb-fc.cc116 (hb_destroy_func_t) FcCharSetDestroy); in hb_fc_font_create()

12