Searched refs:ALLOCATE_ARRAY (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-icu-le.cc | 133 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_icu_le_shape() macro 138 ALLOCATE_ARRAY (LEUnicode, chars, buffer->len); in _hb_icu_le_shape() 139 ALLOCATE_ARRAY (unsigned int, clusters, buffer->len); in _hb_icu_le_shape() 169 ALLOCATE_ARRAY (LEGlyphID, glyphs, glyph_count); in _hb_icu_le_shape() 170 ALLOCATE_ARRAY (le_int32, indices, glyph_count); in _hb_icu_le_shape() 171 ALLOCATE_ARRAY (float, positions, glyph_count * 2 + 2); in _hb_icu_le_shape() 177 #undef ALLOCATE_ARRAY in _hb_icu_le_shape()
|
D | hb-uniscribe.cc | 259 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_uniscribe_shape() macro 281 ALLOCATE_ARRAY (WCHAR, wchars, chars_len); in _hb_uniscribe_shape() 282 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 283 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape() 292 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 293 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 294 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 295 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 296 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 298 #undef ALLOCATE_ARRAY in _hb_uniscribe_shape()
|
D | hb-old.cc | 306 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_old_shape() macro 314 ALLOCATE_ARRAY (const HB_UChar16, item.string, chars_len); in _hb_old_shape() 315 ALLOCATE_ARRAY (unsigned short, item.log_clusters, chars_len + 2); in _hb_old_shape() 336 ALLOCATE_ARRAY (HB_Glyph, item.glyphs, num_glyphs); in _hb_old_shape() 337 ALLOCATE_ARRAY (HB_GlyphAttributes, item.attributes, num_glyphs); in _hb_old_shape() 338 ALLOCATE_ARRAY (HB_Fixed, item.advances, num_glyphs); in _hb_old_shape() 339 ALLOCATE_ARRAY (HB_FixedPoint, item.offsets, num_glyphs); in _hb_old_shape() 344 ALLOCATE_ARRAY (uint32_t, vis_clusters, num_glyphs); in _hb_old_shape() 346 #undef ALLOCATE_ARRAY in _hb_old_shape()
|
D | hb-coretext.cc | 256 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_coretext_shape() macro 263 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs); in _hb_coretext_shape() 270 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs); in _hb_coretext_shape() 277 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs); in _hb_coretext_shape() 282 #undef ALLOCATE_ARRAY in _hb_coretext_shape()
|
D | hb-graphite2.cc | 249 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() macro 254 ALLOCATE_ARRAY (uint32_t, chars, buffer->len); in _hb_graphite2_shape() 293 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len); in _hb_graphite2_shape() 294 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
|