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

  /external/chromium_org/third_party/skia/third_party/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 72 HB_GlyphItem alt_string; member in struct:HB_BufferRec_

Completed in 504 milliseconds