Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx192 const sal_uInt16 nCntLookups = NEXT_UShort( pFeatureTable ); in ReadGSUB() local
193 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2482 const sal_uInt16 nCntLookups = GetUShort( pFeatureTable+0 ); in ApplyGSUB() local
2484 for( sal_uInt16 i = 0; i < nCntLookups; ++i ) in ApplyGSUB()
2490 if( nCntLookups == 0 ) //### hack needed by Mincho/Gothic/Mingliu/Simsun/... in ApplyGSUB()

Completed in 33 milliseconds