HomeSort by relevance Sort by last modified time
    Searched refs:hb_destroy_func_t (Results 1 - 25 of 28) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ft.h 41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
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-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-blob.h 73 hb_destroy_func_t destroy);
99 hb_destroy_func_t destroy,
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-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-shape-plan.h 68 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.cc 57 hb_destroy_func_t destroy;
65 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-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-set.h 58 hb_destroy_func_t destroy,
hb-set.cc 80 hb_destroy_func_t destroy,
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)
hb-unicode.cc 221 hb_destroy_func_t destroy,
263 hb_destroy_func_t destroy) \
hb-font-private.hh 80 #define HB_FONT_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
99 hb_destroy_func_t destroy;
174 hb_destroy_func_t destroy;
hb-buffer.h 111 hb_destroy_func_t destroy,
hb-unicode-private.hh 212 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
hb-common.cc 383 hb_destroy_func_t destroy,
hb-common.h 312 typedef void (*hb_destroy_func_t) (void *user_data); typedef
hb-shape-plan.cc 161 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;
  /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/util/
options.cc 404 hb_destroy_func_t destroy;
429 destroy = (hb_destroy_func_t) g_free;
438 destroy = (hb_destroy_func_t) g_mapped_file_unref;
455 destroy = (hb_destroy_func_t) g_free;

Completed in 4358 milliseconds

1 2