Searched refs:aFeatureIndexList (Results 1 – 2 of 2) sorted by relevance
90 UshortList aFeatureIndexList; in ReadGSUB() local133 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()
2390 UshortList aFeatureIndexList; in ApplyGSUB() local2428 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 29 milliseconds