Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx90 UshortList aFeatureIndexList; in ReadGSUB() local
133 aFeatureIndexList.push_back( nReqFeatureIdx ); in ReadGSUB()
137 aFeatureIndexList.push_back( nFeatureIndex ); in ReadGSUB()
151 aFeatureIndexList.push_back( nReqFeatureIdx ); in ReadGSUB()
155 aFeatureIndexList.push_back( nFeatureIndex ); in ReadGSUB()
160 if( !aFeatureIndexList.size() ) in ReadGSUB()
179 if( aFeatureIndexList[0] != nFeatureIndex ) // do not ignore the required feature in ReadGSUB()
181 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2390 UshortList aFeatureIndexList; in ApplyGSUB() local
2428 aFeatureIndexList.push_back( nReqFeatureIdx ); in ApplyGSUB()
2433 aFeatureIndexList.push_back( nFeatureIndex ); in ApplyGSUB()
2443 aFeatureIndexList.push_back( nReqFeatureIdx ); in ApplyGSUB()
2448 aFeatureIndexList.push_back( nFeatureIndex ); in ApplyGSUB()
2453 if( !aFeatureIndexList.size() ) in ApplyGSUB()
2470 if( aFeatureIndexList[0] != nFeatureIndex ) // required feature? in ApplyGSUB()
2472 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ApplyGSUB()

Completed in 33 milliseconds