Searched refs:pLangSys (Results 1 – 2 of 2) sorted by relevance
126 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()144 if( pGsubLimit < pLangSys + 6 ) in ReadGSUB()147 const sal_uInt16 nReqFeatureIdx = NEXT_UShort( pLangSys ); in ReadGSUB()148 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB()149 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()[all …]
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() 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()2446 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB()[all …]
Completed in 30 milliseconds