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

1 2

  /external/harfbuzz_ng/src/
hb-ft.h 64 hb_destroy_func_t destroy);
103 hb_destroy_func_t destroy);
hb-deprecated.h 55 void *user_data, hb_destroy_func_t destroy);
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...]
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-blob.h 72 hb_destroy_func_t destroy);
98 hb_destroy_func_t destroy,
hb-face.h 56 hb_destroy_func_t destroy);
71 hb_destroy_func_t destroy,
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-face-private.hh 51 hb_destroy_func_t destroy;
hb-shape-plan.h 68 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;
hb-object-private.hh 77 hb_destroy_func_t destroy;
92 hb_destroy_func_t destroy,
182 hb_destroy_func_t destroy,
test.cc 60 hb_destroy_func_t destroy;
68 destroy = (hb_destroy_func_t) g_mapped_file_unref;
hb-blob.cc 64 hb_destroy_func_t destroy;
101 hb_destroy_func_t destroy)
167 (hb_destroy_func_t) hb_blob_destroy);
258 hb_destroy_func_t destroy,
hb-ft.cc 116 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy)
136 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy)
147 if (font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy)
450 (hb_destroy_func_t) _hb_ft_font_destroy);
493 hb_destroy_func_t destroy)
529 return hb_ft_face_create (ft_face, (hb_destroy_func_t) FT_Done_Face);
575 hb_destroy_func_t destroy)
609 return hb_ft_font_create (ft_face, (hb_destroy_func_t) FT_Done_Face);
hb-set.h 63 hb_destroy_func_t destroy,
hb-face.cc 85 hb_destroy_func_t destroy)
178 (hb_destroy_func_t) _hb_face_for_data_closure_destroy);
266 hb_destroy_func_t destroy,
hb-set.cc 119 hb_destroy_func_t destroy,
hb-buffer.h 159 hb_destroy_func_t destroy,
467 void *user_data, hb_destroy_func_t destroy);
hb-font.cc 492 hb_destroy_func_t destroy,
557 hb_destroy_func_t destroy) \
1273 hb_destroy_func_t destroy,
1407 hb_destroy_func_t destroy)
1441 hb_destroy_func_t destroy)
1550 hb_destroy_func_t destroy;
1565 hb_destroy_func_t destroy)
    [all...]
hb-unicode.cc 272 hb_destroy_func_t destroy,
353 hb_destroy_func_t destroy) \
hb-font-private.hh 74 #define HB_FONT_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
113 hb_destroy_func_t destroy;
  /external/harfbuzz_ng/test/api/
test-blob.c 149 hb_destroy_func_t free_func;
156 free_func = (hb_destroy_func_t) free_up;
162 free_func = (hb_destroy_func_t) free_up;
169 free_func = (hb_destroy_func_t) free_up_free;
182 free_func = (hb_destroy_func_t) free_up_munmap;
  /external/harfbuzz_ng/util/
hb-fc.cc 116 (hb_destroy_func_t) FcCharSetDestroy);
options.cc 480 hb_destroy_func_t destroy;
505 destroy = (hb_destroy_func_t) g_free;
514 destroy = (hb_destroy_func_t) g_mapped_file_unref;
531 destroy = (hb_destroy_func_t) g_free;

Completed in 85 milliseconds

1 2