HomeSort by relevance Sort by last modified time
    Searched full:alt_string (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz/src/
harfbuzz-buffer.c 50 * called, out_string is moved over to an alternate buffer (alt_string), and
53 * in_string and alt_string. alt_string is not allocated until its needed,
57 * to in_string (FALSE) or alt_string (TRUE).
86 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
89 buffer->out_string = buffer->alt_string;
95 if ( buffer->alt_string )
97 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
111 if ( !buffer->alt_string )
115 if ( ALLOC_ARRAY( buffer->alt_string, buffer->allocated, HB_GlyphItemRec )
    [all...]
harfbuzz-buffer.h 75 HB_GlyphItem alt_string; member in struct:HB_BufferRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c 50 * called, out_string is moved over to an alternate buffer (alt_string), and
53 * in_string and alt_string. alt_string is not allocated until its needed,
57 * to in_string (FALSE) or alt_string (TRUE).
86 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
89 buffer->out_string = buffer->alt_string;
95 if ( buffer->alt_string )
97 if ( REALLOC_ARRAY( buffer->alt_string, new_allocated, HB_GlyphItemRec ) )
111 if ( !buffer->alt_string )
115 if ( ALLOC_ARRAY( buffer->alt_string, buffer->allocated, HB_GlyphItemRec )
    [all...]
harfbuzz-buffer.h 75 HB_GlyphItem alt_string; member in struct:HB_BufferRec_

Completed in 150 milliseconds