Searched refs:nOfsLookupList (Results 1 – 2 of 2) sorted by relevance
77 const sal_uInt16 nOfsLookupList = NEXT_UShort( pGsubHeader ); in ReadGSUB() local205 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()
2386 const sal_uInt16 nOfsLookupList = GetUShort( pGsubHeader+8 ); in ApplyGSUB() local2495 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