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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 130 HB_UShort LigGlyph; /* glyphID of ligature
132 HB_UShort ComponentCount; /* number of components in ligature */
140 HB_Ligature* Ligature; /* array of Ligature tables */
141 HB_UShort LigatureCount; /* number of Ligature tables */
459 HB_LigatureSubst ligature; member in union:HB_GSUB_SubTable_
harfbuzz-dump.c 307 DEF_DUMP (Ligature)
313 DUMP_FGLYPH (Ligature, LigGlyph);
314 DUMP_FUINT (Ligature, ComponentCount);
316 for (i=0; i < Ligature->ComponentCount - 1; i++)
317 DUMP1("<Component>%#06x</Component>\n", Ligature->Component[i]);
327 RECURSE_NUM (Ligature, i, Ligature, &LigatureSet->Ligature[i]);
334 HB_LigatureSubst *LigatureSubst = &subtable->st.gsub.ligature;
666 lookup_name = "LIGATURE";
    [all...]
harfbuzz-gsub.c 722 /* Ligature */
793 ls->Ligature = NULL;
795 if ( ALLOC_ARRAY( ls->Ligature, count, HB_Ligature ) )
798 l = ls->Ligature;
834 if ( ls->Ligature )
837 l = ls->Ligature;
853 HB_LigatureSubst* ls = &st->ligature;
924 HB_LigatureSubst* ls = &st->ligature;
955 HB_LigatureSubst* ls = &st->ligature;
975 lig = ls->LigatureSet[index].Ligature;
    [all...]

Completed in 424 milliseconds