Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx105 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ReadGSUB() local
106 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2405 const FT_Byte* pScriptTable = pGsubBase + nOfsScriptList + nOfsScriptTable; in ApplyGSUB() local
2406 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 44 milliseconds