Searched refs:alt_string (Results 1 - 4 of 4) sorted by relevance
/external/harfbuzz/src/ |
H A D | 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, buffe [all...] |
H A D | harfbuzz-buffer.h | 75 HB_GlyphItem alt_string; member in struct:HB_BufferRec_
|
/external/harfbuzz_ng/src/hb-old/ |
H A D | 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, buffe [all...] |
H A D | harfbuzz-buffer.h | 75 HB_GlyphItem alt_string; member in struct:HB_BufferRec_
|
Completed in 45 milliseconds