Searched refs:ALLOCATE_ARRAY (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 738 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro 749 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape() 766 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 767 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape() 792 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 793 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 794 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 795 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 796 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 806 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
|
D | hb-graphite2.cc | 286 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro 295 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape() 296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape() 298 #undef ALLOCATE_ARRAY in _hb_graphite2_shape()
|
D | hb-coretext.cc | 612 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() macro 625 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/); in _hb_coretext_shape() 639 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, /*nothing*/); in _hb_coretext_shape() 941 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 947 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 964 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 1000 #undef ALLOCATE_ARRAY in _hb_coretext_shape()
|