Lines Matching refs:nY

1531 	long	nY = ImplLogicYToDevicePixel( rSrcPt.Y() );  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()
1551 if ( nY < mnOutOffY ) in GetBitmap()
1553 nHeight -= ( mnOutOffY - nY ); in GetBitmap()
1554 nY = mnOutOffY; in GetBitmap()
1566 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1568 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
1587 aPosAry.mnSrcY = nY; in GetBitmap()
1615 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1680 const long nY = ImplLogicYToDevicePixel( rPt.Y() ); in GetPixel() local
1681 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1924 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local
1944 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha()
1946 const long nMapY = pMapY[ nY ]; 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()
1991 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlendWithAlpha()
1993 const long nMapY = pMapY[ nY ]; 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
2061 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlend()
2063 const long nMapY = pMapY[ nY ]; in ImplBlend()
2071 aDstCol = pB->GetColor( nY, nX ); in ImplBlend()
2076 pW->SetPixel( nY, nX, aIndex ); in ImplBlend()
2112 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2114 const long nMapY = pMapY[ nY ]; in ImplBlend()
2121 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2122 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2131 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2133 const long nMapY = pMapY[ nY ]; 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()
2152 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2154 const long nMapY = pMapY[ nY ]; 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()
2173 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2175 const long nMapY = pMapY[ nY ]; 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
2318 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha()
2320 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
2323 pMapY[ nY ] = nMirrOffY - pMapY[ nY ]; in ImplDrawAlpha()
2441 long nX, nY; // , nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintTransparent() local
2452 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintTransparent()
2453 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2542 long nX, nY; //, nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintMask() local
2560 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintMask()
2561 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()