/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 58 long nSrcHeight; in copyBits() local 65 nSrcHeight = static_cast<Os2SalGraphics*>(pSrcGraphics)->mnHeight; in copyBits() 70 nSrcHeight = mnHeight; in copyBits() 83 thePoints[2].y = nSrcHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in copyBits() 89 thePoints[3].y = nSrcHeight - rPosAry.mnSrcY + rPosAry.mnSrcHeight; in copyBits() 105 long nSrcWidth, long nSrcHeight, in copyArea() argument 112 thePoints[0].y = TY( nDestY + nSrcHeight - 1 ); in copyArea() 120 thePoints[2].y = TY( nSrcY + nSrcHeight - 1); in copyArea() 126 Size aVCLSrcSize( nSrcWidth, nSrcHeight ); in copyArea()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 461 const long nSrcHeight(aARGB->GetHeight()); in drawTransformedBitmap() local 463 if(nSrcWidth && nSrcHeight) in drawTransformedBitmap() 478 nSrcHeight, in drawTransformedBitmap() 498 Gdiplus::REAL(nSrcHeight), in drawTransformedBitmap()
|
H A D | salgdi2.cxx | 148 long nSrcWidth, long nSrcHeight, in copyArea() argument 174 aSrcRect.bottom = aSrcRect.top+(int)nSrcHeight; in copyArea() 299 (int)nSrcWidth, (int)nSrcHeight, in copyArea()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 2285 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() local 2316 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha() 2320 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha() 2440 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent() local 2443 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintTransparent() 2452 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintTransparent() 2453 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent() 2541 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask() local 2544 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintMask() 2560 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintMask() [all …]
|
H A D | salgdilayout.cxx | 589 long nSrcWidth, long nSrcHeight, in CopyArea() argument 597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1168 …a( long nDstX, long nDstY,long nSrcX, long nSrcY, long nSrcWidth, long nSrcHeight, sal_uInt16 /*nF… in copyArea() argument 1173 SalBitmap* pBitmap = getBitmap( nSrcX, nSrcY, nSrcWidth, nSrcHeight ); in copyArea() 1180 aPosAry.mnSrcHeight = nSrcHeight; in copyArea() 1184 aPosAry.mnDestHeight = nSrcHeight; in copyArea() 1204 const CGSize aSrcSize = CGSizeMake( nSrcWidth, nSrcHeight); in copyArea() 1210 ::CGContextTranslateCTM( xSrcContext, 0, +nSrcHeight ); in copyArea() 1212 aSrcPoint.y = (nSrcY + nSrcHeight) - mnHeight; in copyArea() 1226 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()
|
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 461 long nSrcHeight, in copyArea() argument 464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea() 465 B2IRange aDestRect( nDestX, nDestY, nDestX+nSrcWidth, nDestY+nSrcHeight ); in copyArea()
|
H A D | svpgdi.hxx | 151 long nSrcHeight,
|
H A D | svppspgraphics.hxx | 170 long nSrcHeight,
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 136 long nSrcHeight, sal_uInt16 nFlags ) = 0; 409 long nSrcHeight,
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 608 long nSrcWidth, long nSrcHeight, in copyArea() argument 616 aPosAry.mnDestHeight = nSrcHeight; in copyArea() 621 aPosAry.mnSrcHeight = nSrcHeight; in copyArea()
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 160 long nSrcHeight,
|
H A D | salgdi.h | 313 long nSrcHeight,
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 181 long nSrcHeight, USHORT nFlags );
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 209 long nSrcHeight, sal_uInt16 nFlags );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 251 long nSrcHeight, sal_uInt16 nFlags );
|