Lines Matching refs:GetUShort

401 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);}  in GetUShort()  function
422 int nTables = GetUShort( p - 8 ); in GetTable()
1910 sal_uLong nVersion = GetUShort( pBuffer+0 ); in GetKernPairs()
1911 sal_uInt16 nTableCnt = GetUShort( pBuffer+2 ); in GetKernPairs()
1922 sal_uInt16 nSubCoverage = GetUShort( pBuffer+4 ); in GetKernPairs()
1930 sal_uInt16 nPairs = GetUShort( pBuffer ); in GetKernPairs()
1935 aKernPair.mnChar1 = GetUShort( pBuffer+0 ); in GetKernPairs()
1936 aKernPair.mnChar2 = GetUShort( pBuffer+2 ); in GetKernPairs()
1948 sal_uInt16 nOfsLeft = GetUShort( pBuffer+2 ); in GetKernPairs()
1949 sal_uInt16 nOfsRight = GetUShort( pBuffer+4 ); in GetKernPairs()
1950 sal_uInt16 nOfsArray = GetUShort( pBuffer+6 ); in GetKernPairs()
1954 sal_uInt16 nFirstLeft = GetUShort( pTmp+0 ); in GetKernPairs()
1955 sal_uInt16 nLastLeft = GetUShort( pTmp+2 ) + nFirstLeft - 1; in GetKernPairs()
1958 sal_uInt16 nFirstRight = GetUShort( pTmp+0 ); in GetKernPairs()
1959 sal_uInt16 nLastRight = GetUShort( pTmp+2 ) + nFirstRight - 1; in GetKernPairs()
1970 if( GetUShort( pTmp ) != 0 ) in GetKernPairs()
2384 const sal_uInt16 nOfsScriptList = GetUShort( pGsubHeader+4 ); in ApplyGSUB()
2385 const sal_uInt16 nOfsFeatureTable = GetUShort( pGsubHeader+6 ); in ApplyGSUB()
2386 const sal_uInt16 nOfsLookupList = GetUShort( pGsubHeader+8 ); in ApplyGSUB()
2395 const sal_uInt16 nCntScript = GetUShort( pScriptHeader+0 ); in ApplyGSUB()
2400 const sal_uInt16 nOfsScriptTable= GetUShort( pScriptHeader+4 ); in ApplyGSUB()
2406 const sal_uInt16 nDefaultLangsysOfs = GetUShort( pScriptTable+0 ); in ApplyGSUB()
2407 const sal_uInt16 nCntLangSystem = GetUShort( pScriptTable+2 ); in ApplyGSUB()
2414 const sal_uInt16 nOffset= GetUShort( pScriptTable+4 ); in ApplyGSUB()
2425 const sal_uInt16 nReqFeatureIdx = GetUShort( pLangSys+2 ); in ApplyGSUB()
2426 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB()
2431 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB()
2440 const sal_uInt16 nReqFeatureIdx = GetUShort( pLangSys+2 ); in ApplyGSUB()
2441 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB()
2446 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB()
2461 const sal_uInt16 nCntFeature = GetUShort( pFeatureHeader ); in ApplyGSUB()
2466 const sal_uInt16 nOffset= GetUShort( pFeatureHeader+4 ); in ApplyGSUB()
2482 const sal_uInt16 nCntLookups = GetUShort( pFeatureTable+0 ); in ApplyGSUB()
2486 const sal_uInt16 nLookupIndex = GetUShort( pFeatureTable ); in ApplyGSUB()
2496 const sal_uInt16 nCntLookupTable = GetUShort( pLookupHeader ); in ApplyGSUB()
2500 const sal_uInt16 nOffset = GetUShort( pLookupHeader ); in ApplyGSUB()
2511 const sal_uInt16 eLookupType = GetUShort( pLookupTable+0 ); in ApplyGSUB()
2512 const sal_uInt16 nCntLookupSubtable = GetUShort( pLookupTable+4 ); in ApplyGSUB()
2521 const sal_uInt16 nOfsSubLookupTable = GetUShort( pLookupTable ); in ApplyGSUB()
2525 const sal_uInt16 nFmtSubstitution = GetUShort( pSubLookup+0 ); in ApplyGSUB()
2526 const sal_uInt16 nOfsCoverage = GetUShort( pSubLookup+2 ); in ApplyGSUB()
2534 const sal_uInt16 nFmtCoverage = GetUShort( pCoverage+0 ); in ApplyGSUB()
2540 const sal_uInt16 nCntGlyph = GetUShort( pCoverage ); in ApplyGSUB()
2545 const sal_uInt16 nGlyphId = GetUShort( pCoverage ); in ApplyGSUB()
2554 const sal_uInt16 nCntRange = GetUShort( pCoverage ); in ApplyGSUB()
2558 const sal_uInt32 nGlyph0 = GetUShort( pCoverage+0 ); in ApplyGSUB()
2559 const sal_uInt32 nGlyph1 = GetUShort( pCoverage+2 ); in ApplyGSUB()
2560 const sal_uInt16 nCovIdx = GetUShort( pCoverage+4 ); in ApplyGSUB()
2575 const sal_uInt16 nDeltaGlyphId = GetUShort( pSubLookup ); in ApplyGSUB()
2584 const sal_uInt16 nCntGlyph = GetUShort( pSubLookup ); in ApplyGSUB()
2588 const sal_uInt16 nGlyphId = GetUShort( pSubLookup ); in ApplyGSUB()