Searched refs:pLookupTable (Results 1 – 2 of 2) sorted by relevance
222 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ReadGSUB() local223 if( pGsubLimit < pLookupTable + 6 ) in ReadGSUB()225 const sal_uInt16 eLookupType = NEXT_UShort( pLookupTable ); in ReadGSUB()226 /*const sal_uInt16 eLookupFlag =*/ NEXT_UShort( pLookupTable ); in ReadGSUB()227 const sal_uInt16 nCntLookupSubtable = NEXT_UShort( pLookupTable ); in ReadGSUB()233 if( pGsubLimit < pLookupTable + 2 * nCntLookupSubtable ) in ReadGSUB()237 const sal_uInt16 nOfsSubLookupTable = NEXT_UShort( pLookupTable ); in ReadGSUB()
2509 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ApplyGSUB() local2510 const sal_uInt16 eLookupType = GetUShort( pLookupTable+0 ); in ApplyGSUB()2511 const sal_uInt16 nCntLookupSubtable = GetUShort( pLookupTable+4 ); in ApplyGSUB()2512 pLookupTable += 6; in ApplyGSUB()2520 const sal_uInt16 nOfsSubLookupTable = GetUShort( pLookupTable ); in ApplyGSUB()2521 pLookupTable += 2; in ApplyGSUB()
Completed in 33 milliseconds