Home
last modified time | relevance | path

Searched refs:nOfsScriptList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx75 const sal_uInt16 nOfsScriptList = NEXT_UShort( pGsubHeader ); in ReadGSUB() local
94 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2384 const sal_uInt16 nOfsScriptList = GetUShort( pGsubHeader+4 ); in ApplyGSUB() local
2394 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 29 milliseconds