Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx205 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ReadGSUB() local
206 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2495 const FT_Byte* pLookupHeader = pGsubBase + nOfsLookupList; in ApplyGSUB() local
2496 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 29 milliseconds