Lines Matching refs:pLangSys
2424 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ApplyGSUB() local
2425 const sal_uInt16 nReqFeatureIdx = GetUShort( pLangSys+2 ); in ApplyGSUB()
2426 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB()
2427 pLangSys += 6; in ApplyGSUB()
2431 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB()
2432 pLangSys += 2; in ApplyGSUB()
2439 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ApplyGSUB() local
2440 const sal_uInt16 nReqFeatureIdx = GetUShort( pLangSys+2 ); in ApplyGSUB()
2441 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB()
2442 pLangSys += 6; in ApplyGSUB()
2446 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB()
2447 pLangSys += 2; in ApplyGSUB()