Searched refs:ligID (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-buffer-private.h | 53 HB_UShort ligID ); 59 HB_UShort ligID ); 80 #define IN_LIGID( pos ) (buffer->in_string[(pos)].ligID) 90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \ argument 93 (glyph_data), (component), (ligID) \ 95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \ argument 97 (glyph_index), (component), (ligID) \
|
D | harfbuzz-buffer.c | 189 glyph->ligID = 0; in hb_buffer_add_glyph() 273 HB_UShort ligID ) in _hb_buffer_add_output_glyphs() argument 295 if ( ligID == 0xFFFF ) in _hb_buffer_add_output_glyphs() 296 ligID = buffer->in_string[buffer->in_pos].ligID; in _hb_buffer_add_output_glyphs() 306 item->ligID = ligID; in _hb_buffer_add_output_glyphs() 322 HB_UShort ligID ) in _hb_buffer_add_output_glyph() argument 327 &glyph_data, component, ligID ); in _hb_buffer_add_output_glyph()
|
D | harfbuzz-buffer.h | 44 HB_UShort ligID; member
|
D | harfbuzz-gsub.c | 1033 HB_UShort ligID = _hb_buffer_allocate_ligid( buffer ); in Lookup_LigatureSubst() local 1035 0xFFFF, ligID ) ) in Lookup_LigatureSubst() 1041 HB_UShort ligID = _hb_buffer_allocate_ligid( buffer ); in Lookup_LigatureSubst() local 1042 if ( ADD_Glyph( buffer, lig->LigGlyph, 0xFFFF, ligID ) ) in Lookup_LigatureSubst() 1056 if ( ADD_Glyph( buffer, IN_CURGLYPH(), i, ligID ) ) in Lookup_LigatureSubst()
|