Lines Matching refs:nX
1521 long nX = ImplLogicXToDevicePixel( rSrcPt.X() ); in GetBitmap() local
1528 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1530 Rectangle aRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in GetBitmap()
1534 if ( nX < mnOutOffX ) in GetBitmap()
1536 nWidth -= ( mnOutOffX - nX ); in GetBitmap()
1537 nX = mnOutOffX; in GetBitmap()
1550 if ( (nWidth + nX) > (mnOutWidth + mnOutOffX) ) in GetBitmap()
1552 nWidth = mnOutOffX + mnOutWidth - nX; in GetBitmap()
1577 aPosAry.mnSrcX = nX; in GetBitmap()
1606 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1670 const long nX = ImplLogicXToDevicePixel( rPt.X() ); in GetPixel() local
1672 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1915 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local
1940 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlendWithAlpha()
1942 const long nMapX = pMapX[ nX ]; in ImplBlendWithAlpha()
1946 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
1948 const sal_uInt8 nDstOpaq = 255 - pAlphaW->GetPixelIndex( nY, nX ); in ImplBlendWithAlpha()
1957 pW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
1968 pAlphaW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
1986 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlendWithAlpha()
1988 const long nMapX = pMapX[ nX ]; in ImplBlendWithAlpha()
1991 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
1993 const sal_uInt8 nDstOpaq = 255 - pAlphaW->GetPixelIndex( nY, nX ); in ImplBlendWithAlpha()
1999 pB->SetPixel( nY, nX, aDstCol ); in ImplBlendWithAlpha()
2007 pAlphaW->SetPixel( nY, nX, Color(nSrcAlpha, nSrcAlpha, nSrcAlpha) ); in ImplBlendWithAlpha()
2041 int nX, nOutX, nY, nOutY; in ImplBlend() local
2057 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlend()
2059 const long nMapX = pMapX[ nX ]; in ImplBlend()
2062 aDstCol = pB->GetColor( nY, nX ); in ImplBlend()
2067 pW->SetPixel( nY, nX, aIndex ); in ImplBlend()
2109 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2111 const long nMapX = pMapX[ nX ]; in ImplBlend()
2112 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2113 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2128 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2130 const long nMapX = pMapX[ nX ]; in ImplBlend()
2133 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2134 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 2 ], pTmp[ 1 ], pTmp[ 0 ], in ImplBlend()
2149 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2151 const long nMapX = pMapX[ nX ]; in ImplBlend()
2154 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2155 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 0 ], pTmp[ 1 ], pTmp[ 2 ], in ImplBlend()
2169 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2171 const long nMapX = pMapX[ nX ]; in ImplBlend()
2172 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2173 pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetColor( nMapY, nMapX ), in ImplBlend()
2288 long nX, nOutX, nY, nOutY; in ImplDrawAlpha() local
2298 for( nX = 0L, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplDrawAlpha()
2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2302 pMapX[ nX ] = nMirrOffX - pMapX[ nX ]; in ImplDrawAlpha()
2432 long nX, nY; // , nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintTransparent() local
2440 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintTransparent()
2441 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2533 long nX, nY; //, nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintMask() local
2548 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintMask()
2549 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()