Searched refs:pLookupHeader (Results 1 – 2 of 2) sorted by relevance
205 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ReadGSUB() local206 if( pGsubLimit < pLookupHeader + 2 ) in ReadGSUB()208 const sal_uInt16 nCntLookupTable = NEXT_UShort( pLookupHeader ); in ReadGSUB()209 if( pGsubLimit < pLookupHeader + 2 * nCntLookupTable ) in ReadGSUB()213 const sal_uInt16 nOffset = NEXT_UShort( pLookupHeader ); in ReadGSUB()
2495 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ApplyGSUB() local2496 const sal_uInt16 nCntLookupTable = GetUShort( pLookupHeader ); in ApplyGSUB()2497 pLookupHeader += 2; in ApplyGSUB()2500 const sal_uInt16 nOffset = GetUShort( pLookupHeader ); in ApplyGSUB()2501 pLookupHeader += 2; in ApplyGSUB()
Completed in 21 milliseconds