Searched refs:hb_destroy_func_t (Results 1 – 25 of 37) sorted by relevance
12
/external/harfbuzz_ng/src/ |
D | hb-font.h | 65 hb_destroy_func_t destroy, 185 void *user_data, hb_destroy_func_t destroy); 201 void *user_data, hb_destroy_func_t destroy); 217 void *user_data, hb_destroy_func_t destroy); 233 void *user_data, hb_destroy_func_t destroy); 249 void *user_data, hb_destroy_func_t destroy); 265 void *user_data, hb_destroy_func_t destroy); 281 void *user_data, hb_destroy_func_t destroy); 297 void *user_data, hb_destroy_func_t destroy); 313 void *user_data, hb_destroy_func_t destroy); [all …]
|
D | hb-unicode.h | 197 hb_destroy_func_t destroy, 291 void *user_data, hb_destroy_func_t destroy); 307 void *user_data, hb_destroy_func_t destroy); 323 void *user_data, hb_destroy_func_t destroy); 339 void *user_data, hb_destroy_func_t destroy); 355 void *user_data, hb_destroy_func_t destroy); 371 void *user_data, hb_destroy_func_t destroy); 387 void *user_data, hb_destroy_func_t destroy); 403 void *user_data, hb_destroy_func_t destroy);
|
D | hb-blob.cc | 64 hb_destroy_func_t destroy; 101 hb_destroy_func_t destroy) in hb_blob_create() 167 (hb_destroy_func_t) hb_blob_destroy); in hb_blob_create_sub_blob() 258 hb_destroy_func_t destroy, in hb_blob_set_user_data()
|
D | hb-ft.h | 64 hb_destroy_func_t destroy); 103 hb_destroy_func_t destroy);
|
D | hb-ft.cc | 127 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_set_load_flags() 147 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_get_load_flags() 158 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy) in hb_ft_font_get_face() 477 (hb_destroy_func_t) _hb_ft_font_destroy); in _hb_ft_font_set_funcs() 520 hb_destroy_func_t destroy) in hb_ft_face_create() 556 return hb_ft_face_create (ft_face, (hb_destroy_func_t) _hb_ft_face_destroy); in hb_ft_face_create_referenced() 602 hb_destroy_func_t destroy) in hb_ft_font_create() 658 return hb_ft_font_create (ft_face, (hb_destroy_func_t) _hb_ft_face_destroy); in hb_ft_font_create_referenced()
|
D | hb-blob.h | 72 hb_destroy_func_t destroy); 98 hb_destroy_func_t destroy,
|
D | hb-object-private.hh | 77 hb_destroy_func_t destroy; 92 hb_destroy_func_t destroy, 182 hb_destroy_func_t destroy, in hb_object_set_user_data()
|
D | hb-face.h | 56 hb_destroy_func_t destroy); 71 hb_destroy_func_t destroy,
|
D | test-size-params.cc | 57 hb_destroy_func_t destroy; in main() 65 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | test-would-substitute.cc | 61 hb_destroy_func_t destroy; in main() 69 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | test-buffer-serialize.cc | 59 hb_destroy_func_t destroy; in main() 67 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | hb-face.cc | 79 hb_destroy_func_t destroy) in hb_face_create_for_tables() 172 (hb_destroy_func_t) _hb_face_for_data_closure_destroy); in hb_face_create() 260 hb_destroy_func_t destroy, in hb_face_set_user_data()
|
D | test.cc | 60 hb_destroy_func_t destroy; in main() 68 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | hb-font.cc | 484 hb_destroy_func_t destroy, in hb_font_funcs_set_user_data() 549 hb_destroy_func_t destroy) \ 1272 hb_destroy_func_t destroy, in hb_font_set_user_data() 1406 hb_destroy_func_t destroy) in hb_font_set_funcs() 1440 hb_destroy_func_t destroy) in hb_font_set_funcs_data() 1657 hb_destroy_func_t destroy; 1672 hb_destroy_func_t destroy) in trampoline_create() 1749 void *user_data, hb_destroy_func_t destroy) in hb_font_funcs_set_glyph_func()
|
D | hb-deprecated.h | 55 void *user_data, hb_destroy_func_t destroy);
|
D | hb-buffer.h | 159 hb_destroy_func_t destroy, 467 void *user_data, hb_destroy_func_t destroy);
|
D | hb-face-private.hh | 51 hb_destroy_func_t destroy;
|
D | hb-unicode.cc | 272 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data() 353 hb_destroy_func_t destroy) \
|
D | hb-shape-plan.h | 87 hb_destroy_func_t destroy,
|
D | hb-set.h | 63 hb_destroy_func_t destroy,
|
D | hb-set.cc | 119 hb_destroy_func_t destroy, in hb_set_set_user_data()
|
D | hb-unicode-private.hh | 262 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
|
/external/harfbuzz_ng/test/api/ |
D | test-blob.c | 149 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/ |
D | options.cc | 544 hb_destroy_func_t destroy; in get_font() 569 destroy = (hb_destroy_func_t) g_free; in get_font() 578 destroy = (hb_destroy_func_t) g_mapped_file_unref; in get_font() 595 destroy = (hb_destroy_func_t) g_free; in get_font()
|
D | hb-fc.cc | 116 (hb_destroy_func_t) FcCharSetDestroy); in hb_fc_font_create()
|
12