HomeSort by relevance Sort by last modified time
    Searched full:hb_destroy_func_t (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.h 68 hb_destroy_func_t destroy,
hb-face.cc 86 hb_destroy_func_t destroy)
179 (hb_destroy_func_t) _hb_face_for_data_closure_destroy);
267 hb_destroy_func_t destroy,
hb-blob.cc 66 hb_destroy_func_t destroy;
103 hb_destroy_func_t destroy)
167 (hb_destroy_func_t) hb_blob_destroy);
258 hb_destroy_func_t destroy,
hb-face-private.hh 52 hb_destroy_func_t destroy;
hb-set.h 60 hb_destroy_func_t destroy,
hb-font-private.hh 80 #define HB_FONT_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
109 hb_destroy_func_t destroy;
hb-unicode.cc 272 hb_destroy_func_t destroy,
353 hb_destroy_func_t destroy) \
hb-font.cc 325 hb_destroy_func_t destroy,
390 hb_destroy_func_t destroy) \
1003 hb_destroy_func_t destroy,
1108 hb_destroy_func_t destroy)
1142 hb_destroy_func_t destroy)
hb-buffer.h 111 hb_destroy_func_t destroy,
hb-set.cc 119 hb_destroy_func_t destroy,
hb-shape-plan.cc 216 hb_destroy_func_t destroy,
hb-common.cc 497 hb_destroy_func_t destroy,
hb-common.h 328 typedef void (*hb_destroy_func_t) (void *user_data); typedef
hb-unicode-private.hh 216 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
  /external/harfbuzz_ng/src/
hb-shape-plan.h 68 hb_destroy_func_t destroy,
hb-set.h 58 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-set.cc 80 hb_destroy_func_t destroy,
hb-unicode.cc 221 hb_destroy_func_t destroy,
263 hb_destroy_func_t destroy) \
hb-buffer.h 111 hb_destroy_func_t destroy,
hb-shape-plan.cc 161 hb_destroy_func_t destroy,
hb-common.cc 383 hb_destroy_func_t destroy,
hb-common.h 312 typedef void (*hb_destroy_func_t) (void *user_data); typedef
  /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;
  /external/harfbuzz_ng/test/api/
test-object.c 121 typedef hb_bool_t (*set_user_data_func_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace);

Completed in 993 milliseconds

12 3