Home
last modified time | relevance | path

Searched refs:hb_realloc (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh232 #define hb_realloc hb_realloc_impl macro
237 #define hb_realloc realloc macro
Dhb-vector.hh228 new_array = (Type *) hb_realloc (arrayZ, new_allocated * sizeof (Type)); in alloc()
Dhb-blob.cc751 char *new_data = (char *) hb_realloc (data, allocated); in hb_blob_create_from_file_or_fail()
Dhb-buffer.cc140 new_pos = (hb_glyph_position_t *) hb_realloc (pos, new_allocated * sizeof (pos[0])); in enlarge()
141 new_info = (hb_glyph_info_t *) hb_realloc (info, new_allocated * sizeof (info[0])); in enlarge()
/third_party/chromium/patch/
D0001-cve.patch43381 + return (Type *) hb_realloc (arrayZ, new_allocated * sizeof (Type));
43469 - new_array = (Type *) hb_realloc (arrayZ, new_allocated * sizeof (Type));