Searched refs:pScriptTable (Results 1 – 2 of 2) sorted by relevance
105 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ReadGSUB() local106 if( pGsubLimit < pScriptTable + 4 ) in ReadGSUB()108 const sal_uInt16 nDefaultLangsysOfs = NEXT_UShort( pScriptTable ); in ReadGSUB()109 const sal_uInt16 nCntLangSystem = NEXT_UShort( pScriptTable ); in ReadGSUB()111 if( pGsubLimit < pScriptTable + 6 * nCntLangSystem ) in ReadGSUB()115 const sal_uLong nInnerTag = NEXT_Long( pScriptTable ); // e.g. KOR/ZHS/ZHT/JAN in ReadGSUB()116 const sal_uInt16 nOffset= NEXT_UShort( pScriptTable ); in ReadGSUB()
2405 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ApplyGSUB() local2406 const sal_uInt16 nDefaultLangsysOfs = GetUShort( pScriptTable+0 ); in ApplyGSUB()2407 const sal_uInt16 nCntLangSystem = GetUShort( pScriptTable+2 ); in ApplyGSUB()2408 pScriptTable += 4; in ApplyGSUB()2413 const sal_uLong nTag = GetUInt( pScriptTable+0 ); // e.g. KOR/ZHS/ZHT/JAN in ApplyGSUB()2414 const sal_uInt16 nOffset= GetUShort( pScriptTable+4 ); in ApplyGSUB()2415 pScriptTable += 6; in ApplyGSUB()
Completed in 21 milliseconds