Searched refs:hb_destroy_func_t (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ft.h41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
H A Dhb-unicode.h197 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);
H A Dhb-font.h57 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 destro
[all...]
H A Dhb-blob.h73 hb_destroy_func_t destroy);
99 hb_destroy_func_t destroy,
H A Dtest-size-params.cc54 hb_destroy_func_t destroy;
62 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dtest-would-substitute.cc58 hb_destroy_func_t destroy;
66 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dhb-object-private.hh76 hb_destroy_func_t destroy;
91 hb_destroy_func_t destroy,
147 hb_destroy_func_t destroy_func,
213 hb_destroy_func_t destroy,
H A Dhb-shape-plan.h68 hb_destroy_func_t destroy,
H A Dtest-buffer-serialize.cc56 hb_destroy_func_t destroy;
64 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dtest.cc57 hb_destroy_func_t destroy;
65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dhb-blob.cc66 hb_destroy_func_t destroy;
87 hb_destroy_func_t destroy)
131 (hb_destroy_func_t) hb_blob_destroy);
175 hb_destroy_func_t destroy,
H A Dhb-ft.cc317 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)
/external/harfbuzz_ng/src/
H A Dhb-ft.h41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
H A Dhb-unicode.h197 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);
H A Dhb-font.h57 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 destro
[all...]
H A Dhb-blob.h73 hb_destroy_func_t destroy);
99 hb_destroy_func_t destroy,
H A Dtest-size-params.cc54 hb_destroy_func_t destroy;
62 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dtest-would-substitute.cc58 hb_destroy_func_t destroy;
66 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dhb-object-private.hh76 hb_destroy_func_t destroy;
91 hb_destroy_func_t destroy,
147 hb_destroy_func_t destroy_func,
213 hb_destroy_func_t destroy,
H A Dhb-shape-plan.h68 hb_destroy_func_t destroy,
H A Dtest-buffer-serialize.cc56 hb_destroy_func_t destroy;
64 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dtest.cc57 hb_destroy_func_t destroy;
65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
H A Dhb-blob.cc63 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,
H A Dhb-ft.cc317 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)
/external/harfbuzz_ng/test/api/
H A Dtest-blob.c146 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;

Completed in 189 milliseconds

123