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

  /external/harfbuzz/src/
harfbuzz-buffer.c 77 if ( REALLOC_ARRAY( buffer->positions, new_allocated, HB_PositionRec ) )
81 if ( REALLOC_ARRAY( buffer->in_string, new_allocated, HB_GlyphItemRec ) )
86 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
97 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
harfbuzz-impl.h 103 #define REALLOC_ARRAY(_ptr,_newcnt,_type) \
harfbuzz-gdef.c 768 if ( REALLOC_ARRAY( cdf2->ClassRangeRecord,

Completed in 47 milliseconds