Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx222 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ReadGSUB() local
223 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2510 const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable; in ApplyGSUB() local
2511 const sal_uInt16 eLookupType = GetUShort( pLookupTable+0 ); in ApplyGSUB()
2512 const sal_uInt16 nCntLookupSubtable = GetUShort( pLookupTable+4 ); in ApplyGSUB()
2513 pLookupTable += 6; in ApplyGSUB()
2521 const sal_uInt16 nOfsSubLookupTable = GetUShort( pLookupTable ); in ApplyGSUB()
2522 pLookupTable += 2; in ApplyGSUB()

Completed in 62 milliseconds