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

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

Completed in 46 milliseconds