Searched defs:SubstCount (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h179 HB_UShort SubstCount; /* number of SubstLookupRecord member in struct:HB_SubRule_
212 HB_UShort SubstCount; /* number of SubstLookupRecord member in struct:HB_SubClassRule_
253 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ContextSubstFormat3_
289 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ChainSubRule_
332 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ChainSubClassRule_
402 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ChainContextSubstFormat3_
H A Dharfbuzz-gsub.c1079 HB_UShort SubstCount,
1092 if ( SubstCount && i == subst->SequenceIndex )
1102 SubstCount--;
1147 sr->SubstCount = GET_UShort();
1170 count = sr->SubstCount;
1394 scr->SubstCount = GET_UShort();
1420 count = scr->SubstCount;
1676 csf3->SubstCount = GET_UShort();
1707 count = csf3->SubstCount;
1856 sr[k].SubstCount, s
1077 Do_ContextSubst( HB_GSUBHeader* gsub, HB_UShort GlyphCount, HB_UShort SubstCount, HB_SubstLookupRecord* subst, HB_Buffer buffer, int nesting_level ) argument
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub-private.h179 HB_UShort SubstCount; /* number of SubstLookupRecord member in struct:HB_SubRule_
212 HB_UShort SubstCount; /* number of SubstLookupRecord member in struct:HB_SubClassRule_
253 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ContextSubstFormat3_
289 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ChainSubRule_
332 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ChainSubClassRule_
402 HB_UShort SubstCount; /* number of SubstLookupRecords */ member in struct:HB_ChainContextSubstFormat3_
H A Dharfbuzz-gsub.c1079 HB_UShort SubstCount,
1092 if ( SubstCount && i == subst->SequenceIndex )
1102 SubstCount--;
1147 sr->SubstCount = GET_UShort();
1170 count = sr->SubstCount;
1394 scr->SubstCount = GET_UShort();
1420 count = scr->SubstCount;
1676 csf3->SubstCount = GET_UShort();
1707 count = csf3->SubstCount;
1856 sr[k].SubstCount, s
1077 Do_ContextSubst( HB_GSUBHeader* gsub, HB_UShort GlyphCount, HB_UShort SubstCount, HB_SubstLookupRecord* subst, HB_Buffer buffer, int nesting_level ) argument
[all...]

Completed in 186 milliseconds