Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx136 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB() local
137 aFeatureIndexList.push_back( nFeatureIndex ); in ReadGSUB()
154 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB() local
155 aFeatureIndexList.push_back( nFeatureIndex ); in ReadGSUB()
173 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ReadGSUB() local
179 if( aFeatureIndexList[0] != nFeatureIndex ) // do not ignore the required feature in ReadGSUB()
181 …st int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureIndex); in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2431 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB() local
2433 aFeatureIndexList.push_back( nFeatureIndex ); in ApplyGSUB()
2446 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB() local
2448 aFeatureIndexList.push_back( nFeatureIndex ); in ApplyGSUB()
2463 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ApplyGSUB() local
2470 if( aFeatureIndexList[0] != nFeatureIndex ) // required feature? in ApplyGSUB()
2472 …st int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureIndex); in ApplyGSUB()

Completed in 32 milliseconds