Searched refs:REALLOC_ARRAY (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-buffer.c | 77 if ( REALLOC_ARRAY( buffer->positions, new_allocated, HB_PositionRec ) ) in hb_buffer_ensure() 81 if ( REALLOC_ARRAY( buffer->in_string, new_allocated, HB_GlyphItemRec ) ) in hb_buffer_ensure() 86 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) ) in hb_buffer_ensure() 97 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) ) in hb_buffer_ensure()
|
D | harfbuzz-impl.h | 103 #define REALLOC_ARRAY(_ptr,_newcnt,_type) \ macro
|
D | harfbuzz-gdef.c | 768 if ( REALLOC_ARRAY( cdf2->ClassRangeRecord, in Make_ClassRange()
|