Lines Matching refs:nX

1530 	long	nX = ImplLogicXToDevicePixel( rSrcPt.X() );  in GetBitmap()  local
1537 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1539 Rectangle aRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in GetBitmap()
1543 if ( nX < mnOutOffX ) in GetBitmap()
1545 nWidth -= ( mnOutOffX - nX ); in GetBitmap()
1546 nX = mnOutOffX; in GetBitmap()
1559 if ( (nWidth + nX) > (mnOutWidth + mnOutOffX) ) in GetBitmap()
1561 nWidth = mnOutOffX + mnOutWidth - nX; in GetBitmap()
1586 aPosAry.mnSrcX = nX; in GetBitmap()
1615 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1679 const long nX = ImplLogicXToDevicePixel( rPt.X() ); in GetPixel() local
1681 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1924 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local
1949 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlendWithAlpha()
1951 const long nMapX = pMapX[ nX ]; in ImplBlendWithAlpha()
1955 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
1957 const sal_uInt8 nDstOpaq = 255 - pAlphaW->GetPixelIndex( nY, nX ); in ImplBlendWithAlpha()
1966 pW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
1977 pAlphaW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
1995 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlendWithAlpha()
1997 const long nMapX = pMapX[ nX ]; in ImplBlendWithAlpha()
2000 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
2002 const sal_uInt8 nDstOpaq = 255 - pAlphaW->GetPixelIndex( nY, nX ); in ImplBlendWithAlpha()
2008 pB->SetPixel( nY, nX, aDstCol ); in ImplBlendWithAlpha()
2016 pAlphaW->SetPixel( nY, nX, Color(nSrcAlpha, nSrcAlpha, nSrcAlpha) ); in ImplBlendWithAlpha()
2050 int nX, nOutX, nY, nOutY; in ImplBlend() local
2066 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlend()
2068 const long nMapX = pMapX[ nX ]; in ImplBlend()
2071 aDstCol = pB->GetColor( nY, nX ); in ImplBlend()
2076 pW->SetPixel( nY, nX, aIndex ); in ImplBlend()
2118 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2120 const long nMapX = pMapX[ nX ]; in ImplBlend()
2121 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2122 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2137 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2139 const long nMapX = pMapX[ nX ]; in ImplBlend()
2142 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2143 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 2 ], pTmp[ 1 ], pTmp[ 0 ], in ImplBlend()
2158 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2160 const long nMapX = pMapX[ nX ]; in ImplBlend()
2163 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2164 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 0 ], pTmp[ 1 ], pTmp[ 2 ], in ImplBlend()
2178 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2180 const long nMapX = pMapX[ nX ]; in ImplBlend()
2181 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2182 pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetColor( nMapY, nMapX ), in ImplBlend()
2297 long nX, nOutX, nY, nOutY; in ImplDrawAlpha() local
2307 for( nX = 0L, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplDrawAlpha()
2309 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2311 pMapX[ nX ] = nMirrOffX - pMapX[ nX ]; in ImplDrawAlpha()
2441 long nX, nY; // , nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintTransparent() local
2449 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintTransparent()
2450 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2542 long nX, nY; //, nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintMask() local
2557 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintMask()
2558 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()