Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx130 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB() local
131 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()
134 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ReadGSUB()
148 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB() local
149 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()
152 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ReadGSUB()
170 const sal_uInt16 nCntFeature = NEXT_UShort( pFeatureHeader ); in ReadGSUB() local
171 if( pGsubLimit < pFeatureHeader + 6 * nCntFeature ) in ReadGSUB()
173 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2426 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB() local
2429 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ApplyGSUB()
2441 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB() local
2444 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ApplyGSUB()
2461 const sal_uInt16 nCntFeature = GetUShort( pFeatureHeader ); in ApplyGSUB() local
2463 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ApplyGSUB()

Completed in 39 milliseconds