Home
last modified time | relevance | path

Searched refs:SubTableCount (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/otvalid/
H A Dotvcommn.c357 FT_UInt LookupType, LookupFlag, SubTableCount; in otv_Lookup_validate() local
366 SubTableCount = FT_NEXT_USHORT( p ); in otv_Lookup_validate()
375 OTV_TRACE(( " (SubTableCount = %d)\n", SubTableCount )); in otv_Lookup_validate()
377 OTV_LIMIT_CHECK( SubTableCount * 2 ); in otv_Lookup_validate()
380 for ( ; SubTableCount > 0; SubTableCount-- ) in otv_Lookup_validate()
/reactos/dll/win32/usp10/
H A Dopentype.c195 WORD SubTableCount; member
887 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GSUB_apply_SingleSubst()
933 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GSUB_apply_MultipleSubst()
983 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GSUB_apply_AlternateSubst()
1016 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GSUB_apply_LigatureSubst()
1078 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GSUB_apply_ContextSubst()
1250 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GSUB_apply_ChainContextSubst()
1499 if (GET_BE_WORD(look->SubTableCount)) in GSUB_apply_lookup()
1703 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GPOS_apply_SingleAdjustment()
1782 for (j = 0; j < GET_BE_WORD(look->SubTableCount); j++) in GPOS_apply_PairAdjustment()
[all …]