Searched refs:nOfsScriptTable (Results 1 – 2 of 2) sorted by relevance
101 const sal_uInt16 nOfsScriptTable= NEXT_UShort( pScriptHeader ); in ReadGSUB() local105 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ReadGSUB()125 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ReadGSUB()143 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ReadGSUB()
2400 const sal_uInt16 nOfsScriptTable= GetUShort( pScriptHeader+4 ); in ApplyGSUB() local2405 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ApplyGSUB()2424 … const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs; in ApplyGSUB()2439 const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset; in ApplyGSUB()
Completed in 36 milliseconds