Searched refs:ALLOCATE_ARRAY (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-uniscribe.cc | 608 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro 619 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape() 636 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 637 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape() 662 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 663 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 664 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 665 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 666 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 676 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
|
D | hb-graphite2.cc | 307 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro 316 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape() 317 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape() 319 #undef ALLOCATE_ARRAY in _hb_graphite2_shape()
|
D | hb-directwrite.cc | 563 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_directwrite_shape() macro 574 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape() 592 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_directwrite_shape() 711 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape() 713 #undef ALLOCATE_ARRAY in _hb_directwrite_shape()
|
D | hb-coretext.cc | 690 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() macro 703 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, ((void)nullptr) /*nothing*/); in _hb_coretext_shape() 717 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, ((void)nullptr) /*nothing*/); in _hb_coretext_shape() 1067 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 1073 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 1095 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape() 1138 #undef ALLOCATE_ARRAY in _hb_coretext_shape()
|