HomeSort by relevance Sort by last modified time
    Searched full:allocate_array (Results 1 - 11 of 11) 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-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-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-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);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 43 /* allocate_array - allocate memory for an integer array of the given size */
45 void *allocate_array( size, element_size )
74 /* Same worry as in allocate_array(): */
238 void *allocate_array PROTO((int, int));
241 +void *allocate_array PROTO((size_t, size_t));
255 (int *) allocate_array( size, sizeof( int ) )
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
fixit.l 19 "allocate_array" printf("allocarr");
unfixit.l 22 "allocarr" printf("allocate_array");
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 79 /* allocate_array - allocate memory for an integer array of the given size */
81 void *allocate_array( size, element_size ) function
91 _( "memory allocation failed in allocate_array()" ) );
flexdef.h 655 void *allocate_array PROTO((int, size_t));
663 (int *) allocate_array( size, sizeof( int ) )
669 (int **) allocate_array( size, sizeof( int * ) )
672 (char **) allocate_array( size, sizeof( char * ) )
676 allocate_array( size, sizeof( union dfaacc_union ) )
689 (char *) allocate_array( size, sizeof( char ) )
695 (Char *) allocate_array( size, sizeof( Char ) )
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 

Completed in 514 milliseconds