Searched refs:ALLOCATE_ARRAY (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 734 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro 745 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape() 762 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 763 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape() 788 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 789 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 790 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 791 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 792 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 802 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
|
D | hb-graphite2.cc | 289 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro 298 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape() 299 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape() 301 #undef ALLOCATE_ARRAY in _hb_graphite2_shape()
|
D | hb-coretext.cc | 595 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() macro 608 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/); in _hb_coretext_shape() 622 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, /*nothing*/); in _hb_coretext_shape() 972 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 978 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 1000 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 1043 #undef ALLOCATE_ARRAY in _hb_coretext_shape()
|
D | hb-directwrite.cc | 564 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_directwrite_shape_full() macro 575 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape_full() 593 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_directwrite_shape_full() 698 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full() 700 #undef ALLOCATE_ARRAY in _hb_directwrite_shape_full()
|