Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx238 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ReadGSUB() local
239 if( pGsubLimit < pSubLookup + 6 ) in ReadGSUB()
241 const sal_uInt16 nFmtSubstitution = NEXT_UShort( pSubLookup ); in ReadGSUB()
242 const sal_uInt16 nOfsCoverage = NEXT_UShort( pSubLookup ); in ReadGSUB()
294 const sal_uInt16 nDeltaGlyphId = NEXT_UShort( pSubLookup ); in ReadGSUB()
303 const sal_uInt16 nCntGlyph = NEXT_UShort( pSubLookup ); in ReadGSUB()
306 if( pGsubLimit < pSubLookup + 2 ) in ReadGSUB()
308 const sal_uInt16 nGlyphId = NEXT_UShort( pSubLookup ); in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2523 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ApplyGSUB() local
2525 const sal_uInt16 nFmtSubstitution = GetUShort( pSubLookup+0 ); in ApplyGSUB()
2526 const sal_uInt16 nOfsCoverage = GetUShort( pSubLookup+2 ); in ApplyGSUB()
2527 pSubLookup += 4; in ApplyGSUB()
2575 const sal_uInt16 nDeltaGlyphId = GetUShort( pSubLookup ); in ApplyGSUB()
2576 pSubLookup += 2; in ApplyGSUB()
2584 const sal_uInt16 nCntGlyph = GetUShort( pSubLookup ); in ApplyGSUB()
2585 pSubLookup += 2; in ApplyGSUB()
2588 const sal_uInt16 nGlyphId = GetUShort( pSubLookup ); in ApplyGSUB()
2589 pSubLookup += 2; in ApplyGSUB()

Completed in 31 milliseconds