Home
last modified time | relevance | path

Searched refs:ALLOCATE_ARRAY (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc752 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro
763 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape()
780 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
781 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape()
806 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape()
807 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape()
808 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape()
809 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape()
810 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape()
820 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
Dhb-graphite2.cc298 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro
307 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape()
308 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
310 #undef ALLOCATE_ARRAY in _hb_graphite2_shape()
Dhb-directwrite.cc564 #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()
592 ALLOCATE_ARRAY(WORD, log_clusters, chars_len); in _hb_directwrite_shape_full()
706 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full()
708 #undef ALLOCATE_ARRAY in _hb_directwrite_shape_full()
Dhb-coretext.cc715 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() macro
728 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/); in _hb_coretext_shape()
742 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, /*nothing*/); in _hb_coretext_shape()
1058 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1064 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1086 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1129 #undef ALLOCATE_ARRAY in _hb_coretext_shape()