Searched refs:nOfsScriptList (Results 1 – 2 of 2) sorted by relevance
75 const sal_uInt16 nOfsScriptList = NEXT_UShort( pGsubHeader ); in ReadGSUB() local94 const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList; in ReadGSUB()105 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()
2384 const sal_uInt16 nOfsScriptList = GetUShort( pGsubHeader+4 ); in ApplyGSUB() local2394 const FT_Byte* pScriptHeader = pGsubBase + nOfsScriptList; in ApplyGSUB()2405 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 61 milliseconds