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

  /external/harfbuzz/src/
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 ) \
93 (glyph_data), (component), (ligID) \
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
harfbuzz-buffer.c 189 glyph->ligID = 0;
258 If `ligID' is 0xFFFF, the ligID value from buffer->in_pos
259 will copied `num_out' times, otherwise `ligID' itself will
260 be used to fill the `ligID' fields.
273 HB_UShort ligID )
295 if ( ligID == 0xFFFF )
296 ligID = buffer->in_string[buffer->in_pos].ligID;
306 item->ligID = ligID
    [all...]
harfbuzz-buffer.h 44 HB_UShort ligID;
harfbuzz-gsub.c 1033 HB_UShort ligID = _hb_buffer_allocate_ligid( buffer );
1035 0xFFFF, ligID ) )
1041 HB_UShort ligID = _hb_buffer_allocate_ligid( buffer );
1042 if ( ADD_Glyph( buffer, lig->LigGlyph, 0xFFFF, ligID ) )
1048 i and i+1 belong to component i. Together with the ligID
1056 if ( ADD_Glyph( buffer, IN_CURGLYPH(), i, ligID ) )
    [all...]

Completed in 648 milliseconds