Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc608 #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()
Dhb-graphite2.cc307 #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()
Dhb-directwrite.cc563 #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()
Dhb-coretext.cc690 #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()
/third_party/harfbuzz/src/
Dhb-uniscribe.cc754 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro
765 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape()
782 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
783 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape()
808 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape()
809 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape()
810 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape()
811 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape()
812 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape()
822 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
Dhb-graphite2.cc306 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro
315 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape()
316 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
318 #undef ALLOCATE_ARRAY in _hb_graphite2_shape()
Dhb-directwrite.cc573 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_directwrite_shape_full() macro
584 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape_full()
602 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_directwrite_shape_full()
707 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full()
709 #undef ALLOCATE_ARRAY in _hb_directwrite_shape_full()
Dhb-coretext.cc652 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() macro
665 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, ((void)nullptr) /*nothing*/); in _hb_coretext_shape()
679 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, ((void)nullptr) /*nothing*/); in _hb_coretext_shape()
1029 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1035 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1057 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1100 #undef ALLOCATE_ARRAY in _hb_coretext_shape()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc733 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro
744 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape()
761 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
762 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape()
787 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape()
788 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape()
789 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape()
790 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape()
791 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape()
801 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
Dhb-graphite2.cc311 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro
320 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape()
321 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
323 #undef ALLOCATE_ARRAY in _hb_graphite2_shape()
Dhb-coretext.cc609 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \ in _hb_coretext_shape() macro
622 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/); in _hb_coretext_shape()
636 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, /*nothing*/); in _hb_coretext_shape()
986 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
992 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1014 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1057 #undef ALLOCATE_ARRAY in _hb_coretext_shape()
Dhb-directwrite.cc531 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_directwrite_shape_full() macro
542 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape_full()
560 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_directwrite_shape_full()
665 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full()
667 #undef ALLOCATE_ARRAY in _hb_directwrite_shape_full()