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

  /external/harfbuzz/src/
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...]
  /external/harfbuzz_ng/src/hb-old/
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 6523 milliseconds