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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 152 HB_UShort LigatureSetCount; /* number of LigatureSet tables */
harfbuzz-dump.c 339 DUMP_FUINT (LigatureSubst, LigatureSetCount);
341 for (i=0; i < LigatureSubst->LigatureSetCount; i++)
harfbuzz-gsub.c 880 count = ls->LigatureSetCount = GET_UShort();
931 count = ls->LigatureSetCount;
972 if ( index >= ls->LigatureSetCount )
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 152 HB_UShort LigatureSetCount; /* number of LigatureSet tables */
harfbuzz-gsub.c 880 count = ls->LigatureSetCount = GET_UShort();
931 count = ls->LigatureSetCount;
972 if ( index >= ls->LigatureSetCount )
    [all...]

Completed in 178 milliseconds