/external/harfbuzz_ng/src/ |
hb-font.h | 57 hb_destroy_func_t destroy); 72 hb_destroy_func_t destroy, 138 hb_destroy_func_t destroy, 218 void *user_data, hb_destroy_func_t destroy); 223 void *user_data, hb_destroy_func_t destroy); 227 void *user_data, hb_destroy_func_t destroy); 232 void *user_data, hb_destroy_func_t destroy); 236 void *user_data, hb_destroy_func_t destroy); 241 void *user_data, hb_destroy_func_t destroy); 245 void *user_data, hb_destroy_func_t destroy) [all...] |
hb-unicode.h | 197 hb_destroy_func_t destroy, 280 void *user_data, hb_destroy_func_t destroy); 285 void *user_data, hb_destroy_func_t destroy); 290 void *user_data, hb_destroy_func_t destroy); 295 void *user_data, hb_destroy_func_t destroy); 300 void *user_data, hb_destroy_func_t destroy); 305 void *user_data, hb_destroy_func_t destroy); 310 void *user_data, hb_destroy_func_t destroy); 315 void *user_data, hb_destroy_func_t destroy);
|
hb-ft.h | 41 hb_destroy_func_t destroy); 48 hb_destroy_func_t destroy);
|
hb-blob.h | 73 hb_destroy_func_t destroy); 99 hb_destroy_func_t destroy,
|
test-buffer-serialize.cc | 56 hb_destroy_func_t destroy; 64 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
test-size-params.cc | 54 hb_destroy_func_t destroy; 62 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
test-would-substitute.cc | 58 hb_destroy_func_t destroy; 66 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
hb-blob.cc | 63 hb_destroy_func_t destroy; 84 hb_destroy_func_t destroy) 128 (hb_destroy_func_t) hb_blob_destroy); 172 hb_destroy_func_t destroy,
|
hb-object-private.hh | 76 hb_destroy_func_t destroy; 91 hb_destroy_func_t destroy, 147 hb_destroy_func_t destroy_func, 213 hb_destroy_func_t destroy,
|
hb-ft.cc | 317 hb_destroy_func_t destroy) 373 hb_destroy_func_t destroy) 383 ft_face, (hb_destroy_func_t) _do_nothing); 475 (hb_destroy_func_t) FT_Done_Face); 481 if (font->destroy == (hb_destroy_func_t) FT_Done_Face || 482 font->destroy == (hb_destroy_func_t) _do_nothing)
|
hb-font.cc | 276 hb_destroy_func_t destroy, 312 hb_destroy_func_t destroy) \ 539 hb_destroy_func_t destroy) 621 (hb_destroy_func_t) _hb_face_for_data_closure_destroy); 668 hb_destroy_func_t destroy, 882 hb_destroy_func_t destroy, 927 hb_destroy_func_t destroy) 951 hb_destroy_func_t destroy)
|
test.cc | 57 hb_destroy_func_t destroy; 65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-font.h | 65 hb_destroy_func_t destroy, 156 void *user_data, hb_destroy_func_t destroy); 172 void *user_data, hb_destroy_func_t destroy); 188 void *user_data, hb_destroy_func_t destroy); 204 void *user_data, hb_destroy_func_t destroy); 220 void *user_data, hb_destroy_func_t destroy); 236 void *user_data, hb_destroy_func_t destroy); 252 void *user_data, hb_destroy_func_t destroy); 268 void *user_data, hb_destroy_func_t destroy); 284 void *user_data, hb_destroy_func_t destroy) [all...] |
hb-ft.h | 41 hb_destroy_func_t destroy); 48 hb_destroy_func_t destroy);
|
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);
|
hb-face.h | 56 hb_destroy_func_t destroy); 71 hb_destroy_func_t destroy,
|
hb-blob.h | 73 hb_destroy_func_t destroy); 99 hb_destroy_func_t destroy,
|
test-buffer-serialize.cc | 59 hb_destroy_func_t destroy; 67 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
test-size-params.cc | 57 hb_destroy_func_t destroy; 65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
test-would-substitute.cc | 61 hb_destroy_func_t destroy; 69 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
hb-object-private.hh | 76 hb_destroy_func_t destroy; 91 hb_destroy_func_t destroy, 147 hb_destroy_func_t destroy_func, 213 hb_destroy_func_t destroy,
|
hb-ft.cc | 334 hb_destroy_func_t destroy) 409 hb_destroy_func_t destroy) 419 ft_face, (hb_destroy_func_t) _do_nothing); 511 (hb_destroy_func_t) FT_Done_Face); 517 if (font->destroy == (hb_destroy_func_t) FT_Done_Face || 518 font->destroy == (hb_destroy_func_t) _do_nothing)
|
test.cc | 60 hb_destroy_func_t destroy; 68 destroy = (hb_destroy_func_t) g_mapped_file_unref;
|
/external/harfbuzz_ng/contrib/python/lib/ |
harfbuzz.pyx | 31 ctypedef void (*hb_destroy_func_t) (void *user_data) 97 hb_face_t * hb_face_create_for_tables(hb_get_table_func_t get_table, hb_destroy_func_t destroy, void *user_data) 115 hb_face_t *hb_ft_face_create (FT_Face ft_face, hb_destroy_func_t destroy) 116 hb_font_t *hb_ft_font_create (FT_Face ft_face, hb_destroy_func_t destroy)
|
/external/harfbuzz_ng/test/api/ |
test-blob.c | 146 hb_destroy_func_t free_func; 153 free_func = (hb_destroy_func_t) free_up; 159 free_func = (hb_destroy_func_t) free_up; 166 free_func = (hb_destroy_func_t) free_up_free; 179 free_func = (hb_destroy_func_t) free_up_munmap;
|