Searched refs:nFirstRight (Results 1 – 2 of 2) sorted by relevance
1958 sal_uInt16 nFirstRight = GetUShort( pTmp+0 ); in GetKernPairs() local1959 sal_uInt16 nLastRight = GetUShort( pTmp+2 ) + nFirstRight - 1; in GetKernPairs()1961 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()2029 sal_uInt16 nFirstRight = NEXT_U16( pTmp ); in GetKernPairs() local2030 sal_uInt16 nLastRight = NEXT_U16( pTmp ) + nFirstRight - 1; in GetKernPairs()2032 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()
554 sal_uInt16 nFirstRight = getUInt16BE( pTmp ); in queryMetricPage() local555 sal_uInt16 nLastRight = getUInt16BE( pTmp ) + nFirstRight -1; in queryMetricPage()674 sal_uInt16 nFirstRight = getUInt16BE( pTmp ); in queryMetricPage() local675 sal_uInt16 nLastRight = getUInt16BE( pTmp ) + nFirstRight -1; in queryMetricPage()
Completed in 35 milliseconds