HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATE_ARRAY (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-graphite2.cc 286 #define ALLOCATE_ARRAY(Type, name, len) \
295 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len);
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
298 #undef ALLOCATE_ARRAY
hb-uniscribe.cc 738 #define ALLOCATE_ARRAY(Type, name, len) \
749 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2);
766 ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
767 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len);
792 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size);
793 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
794 ALLOCATE_ARRAY (int, advances, glyphs_size);
795 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size);
796 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size);
806 #undef ALLOCATE_ARRAY
    [all...]
hb-coretext.cc 612 #define ALLOCATE_ARRAY(Type, name, len, on_no_room) \
625 ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2, /*nothing*/);
639 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, /*nothing*/);
    [all...]

Completed in 258 milliseconds