Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx77 const sal_uInt16 nOfsLookupList = NEXT_UShort( pGsubHeader ); in ReadGSUB() local
205 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ReadGSUB()
222 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ReadGSUB()
238 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ReadGSUB()
249 + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable + nOfsCoverage; in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2386 const sal_uInt16 nOfsLookupList = GetUShort( pGsubHeader+8 ); in ApplyGSUB() local
2495 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ApplyGSUB()
2510 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ApplyGSUB()
2523 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ApplyGSUB()
2533 …const FT_Byte* pCoverage = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable + … in ApplyGSUB()

Completed in 23 milliseconds