/aoo41x/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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 459 const long nSrcHeight(aARGB->GetHeight()); in drawTransformedBitmap() local 461 if(nSrcWidth && nSrcHeight) in drawTransformedBitmap() 476 nSrcHeight, in drawTransformedBitmap() 496 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 2276 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() local 2307 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha() 2311 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha() 2431 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent() local 2434 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintTransparent() 2443 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintTransparent() 2444 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent() 2532 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask() local 2535 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintMask() 2551 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()
|
/aoo41x/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()
|
/aoo41x/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,
|
/aoo41x/main/vcl/inc/ |
H A D | salgdi.hxx | 136 long nSrcHeight, sal_uInt16 nFlags ) = 0; 409 long nSrcHeight,
|
/aoo41x/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()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 160 long nSrcHeight,
|
H A D | salgdi.h | 313 long nSrcHeight,
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salgdi.h | 181 long nSrcHeight, USHORT nFlags );
|
/aoo41x/main/vcl/inc/win/ |
H A D | salgdi.h | 209 long nSrcHeight, sal_uInt16 nFlags );
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 251 long nSrcHeight, sal_uInt16 nFlags );
|