Searched refs:pSubLookup (Results 1 – 2 of 2) sorted by relevance
238 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ReadGSUB() local239 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()
2523 … const FT_Byte* pSubLookup = pGsubBase + nOfsLookupList + nOfsLookupTable + nOfsSubLookupTable; in ApplyGSUB() local2525 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 77 milliseconds