Searched refs:nCntLookups (Results 1 – 2 of 2) sorted by relevance
192 const sal_uInt16 nCntLookups = NEXT_UShort( pFeatureTable ); in ReadGSUB() local193 if( pGsubLimit < pFeatureTable + 2 * nCntLookups ) in ReadGSUB()195 for( sal_uInt16 i = 0; i < nCntLookups; ++i ) in ReadGSUB()200 if( nCntLookups == 0 ) //### hack needed by Mincho/Gothic/Mingliu/Simsun/... in ReadGSUB()
2481 const sal_uInt16 nCntLookups = GetUShort( pFeatureTable+0 ); in ApplyGSUB() local2483 for( sal_uInt16 i = 0; i < nCntLookups; ++i ) in ApplyGSUB()2489 if( nCntLookups == 0 ) //### hack needed by Mincho/Gothic/Mingliu/Simsun/... in ApplyGSUB()
Completed in 31 milliseconds