Searched refs:hb_destroy_func_t (Results 1 – 25 of 34) 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-ft.h | 64 hb_destroy_func_t destroy); 103 hb_destroy_func_t destroy);
|
D | hb-object-private.hh | 71 hb_destroy_func_t destroy; 86 hb_destroy_func_t destroy, 176 hb_destroy_func_t destroy, in hb_object_set_user_data()
|
D | hb-blob.h | 72 hb_destroy_func_t destroy); 98 hb_destroy_func_t destroy,
|
D | test-size-params.cc | 55 hb_destroy_func_t destroy; in main() 63 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | hb-face.h | 56 hb_destroy_func_t destroy); 71 hb_destroy_func_t destroy,
|
D | test-would-substitute.cc | 59 hb_destroy_func_t destroy; in main() 67 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | hb-blob.cc | 59 hb_destroy_func_t destroy; 96 hb_destroy_func_t destroy) in hb_blob_create() 259 hb_destroy_func_t destroy, in hb_blob_set_user_data()
|
D | test-buffer-serialize.cc | 58 hb_destroy_func_t destroy; in main() 66 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main()
|
D | test.cc | 58 hb_destroy_func_t destroy; in main() 66 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) \ 1285 hb_destroy_func_t destroy, in hb_font_set_user_data() 1445 hb_destroy_func_t destroy) in hb_font_set_funcs() 1479 hb_destroy_func_t destroy) in hb_font_set_funcs_data() 1730 hb_destroy_func_t destroy; 1745 hb_destroy_func_t destroy) in trampoline_create() 1822 void *user_data, hb_destroy_func_t destroy) in hb_font_funcs_set_glyph_func()
|
D | hb-deprecated.h | 56 void *user_data, hb_destroy_func_t destroy);
|
D | hb-face.cc | 79 hb_destroy_func_t destroy) in hb_face_create_for_tables() 262 hb_destroy_func_t destroy, in hb_face_set_user_data()
|
D | hb-buffer.h | 172 hb_destroy_func_t destroy, 526 void *user_data, 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-face-private.hh | 51 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;
|
D | hb-font-private.hh | 74 #define HB_FONT_FUNC_IMPLEMENT(name) hb_destroy_func_t name; 119 hb_destroy_func_t destroy;
|
/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 | 613 hb_destroy_func_t destroy; in get_font() 638 destroy = (hb_destroy_func_t) g_free; in get_font() 647 destroy = (hb_destroy_func_t) g_mapped_file_unref; in get_font() 664 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