Home
last modified time | relevance | path

Searched refs:REALLOC_ARRAY (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-buffer.c77 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()
Dharfbuzz-impl.h103 #define REALLOC_ARRAY(_ptr,_newcnt,_type) \ macro
Dharfbuzz-gdef.c768 if ( REALLOC_ARRAY( cdf2->ClassRangeRecord, in Make_ClassRange()