Lines Matching refs:nY

1522 	long	nY = ImplLogicYToDevicePixel( rSrcPt.Y() );  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()
1542 if ( nY < mnOutOffY ) in GetBitmap()
1544 nHeight -= ( mnOutOffY - nY ); in GetBitmap()
1545 nY = mnOutOffY; in GetBitmap()
1557 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1559 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
1578 aPosAry.mnSrcY = nY; in GetBitmap()
1606 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1671 const long nY = ImplLogicYToDevicePixel( rPt.Y() ); in GetPixel() local
1672 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1915 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local
1935 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha()
1937 const long nMapY = pMapY[ nY ]; 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()
1982 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlendWithAlpha()
1984 const long nMapY = pMapY[ nY ]; 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
2052 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlend()
2054 const long nMapY = pMapY[ nY ]; in ImplBlend()
2062 aDstCol = pB->GetColor( nY, nX ); in ImplBlend()
2067 pW->SetPixel( nY, nX, aIndex ); in ImplBlend()
2103 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2105 const long nMapY = pMapY[ nY ]; in ImplBlend()
2112 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2113 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2122 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2124 const long nMapY = pMapY[ nY ]; 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()
2143 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2145 const long nMapY = pMapY[ nY ]; 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()
2164 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2166 const long nMapY = pMapY[ nY ]; 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
2309 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha()
2311 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
2314 pMapY[ nY ] = nMirrOffY - pMapY[ nY ]; in ImplDrawAlpha()
2432 long nX, nY; // , nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintTransparent() local
2443 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintTransparent()
2444 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2533 long nX, nY; //, nWorkX, nWorkY, nWorkWidth, nWorkHeight; in ImplPrintMask() local
2551 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintMask()
2552 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()