Searched refs:pCoverage (Results 1 – 2 of 2) sorted by relevance
248 const FT_Byte* pCoverage = pGsubBase in ReadGSUB() local250 if( pGsubLimit < pCoverage + 4 ) in ReadGSUB()252 const sal_uInt16 nFmtCoverage = NEXT_UShort( pCoverage ); in ReadGSUB()257 const sal_uInt16 nCntGlyph = NEXT_UShort( pCoverage ); in ReadGSUB()258 if( pGsubLimit < pCoverage + 2 * nCntGlyph ) in ReadGSUB()264 const sal_uInt16 nGlyphId = NEXT_UShort( pCoverage ); in ReadGSUB()272 const sal_uInt16 nCntRange = NEXT_UShort( pCoverage ); in ReadGSUB()273 if( pGsubLimit < pCoverage + 6 * nCntRange ) in ReadGSUB()278 const sal_uInt32 nGlyph0 = NEXT_UShort( pCoverage ); in ReadGSUB()279 const sal_uInt32 nGlyph1 = NEXT_UShort( pCoverage ); in ReadGSUB()[all …]
2534 const sal_uInt16 nFmtCoverage = GetUShort( pCoverage+0 ); in ApplyGSUB()2535 pCoverage += 2; in ApplyGSUB()2540 const sal_uInt16 nCntGlyph = GetUShort( pCoverage ); in ApplyGSUB()2541 pCoverage += 2; in ApplyGSUB()2545 const sal_uInt16 nGlyphId = GetUShort( pCoverage ); in ApplyGSUB()2546 pCoverage += 2; in ApplyGSUB()2554 const sal_uInt16 nCntRange = GetUShort( pCoverage ); in ApplyGSUB()2555 pCoverage += 2; in ApplyGSUB()2558 const sal_uInt32 nGlyph0 = GetUShort( pCoverage+0 ); in ApplyGSUB()2559 const sal_uInt32 nGlyph1 = GetUShort( pCoverage+2 ); in ApplyGSUB()[all …]
Completed in 250 milliseconds