Searched refs:nOfsSubLookupTable (Results 1 – 2 of 2) sorted by relevance
237 const sal_uInt16 nOfsSubLookupTable = NEXT_UShort( pLookupTable ); in ReadGSUB() local238 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ReadGSUB()249 + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable + nOfsCoverage; in ReadGSUB()
2520 const sal_uInt16 nOfsSubLookupTable = GetUShort( pLookupTable ); in ApplyGSUB() local2522 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ApplyGSUB()2532 …yte* pCoverage = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable + nOfsCovera… in ApplyGSUB()
Completed in 20 milliseconds