Searched refs:pLangSys (Results 1 – 2 of 2) sorted by relevance
125 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ReadGSUB() local126 if( pGsubLimit < pLangSys + 6 ) in ReadGSUB()128 /*const sal_uInt16 nLookupOrder =*/ NEXT_UShort( pLangSys ); in ReadGSUB()129 const sal_uInt16 nReqFeatureIdx = NEXT_UShort( pLangSys ); in ReadGSUB()130 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB()131 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()136 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB()143 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ReadGSUB() local144 if( pGsubLimit < pLangSys + 6 ) in ReadGSUB()146 /*const sal_uInt16 nLookupOrder =*/ NEXT_UShort( pLangSys ); in ReadGSUB()[all …]
2424 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ApplyGSUB() local2425 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() local2440 const sal_uInt16 nReqFeatureIdx = GetUShort( pLangSys+2 ); in ApplyGSUB()2441 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB()2442 pLangSys += 6; in ApplyGSUB()[all …]