/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 458 const long nSrcWidth(aARGB->GetWidth()); in drawTransformedBitmap() local 461 if(nSrcWidth && nSrcHeight) in drawTransformedBitmap() 474 nSrcWidth, in drawTransformedBitmap() 495 Gdiplus::REAL(nSrcWidth), in drawTransformedBitmap()
|
H A D | salgdi2.cxx | 148 long nSrcWidth, long nSrcHeight, in copyArea() argument 173 aSrcRect.right = aSrcRect.left+(int)nSrcWidth; in copyArea() 299 (int)nSrcWidth, (int)nSrcHeight, in copyArea()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 2276 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() local 2296 nMirrOffX = ( aBmpRect.Left() << 1 ) + nSrcWidth - 1; in ImplDrawAlpha() 2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha() 2431 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent() local 2433 long* pMapX = new long[ nSrcWidth + 1 ]; in ImplPrintTransparent() 2440 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintTransparent() 2441 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent() 2532 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask() local 2534 long* pMapX = new long[ nSrcWidth + 1 ]; in ImplPrintMask() 2548 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintMask() [all …]
|
H A D | salgdilayout.cxx | 589 long nSrcWidth, long nSrcHeight, in CopyArea() argument 594 mirror( nDestX, nSrcWidth, pOutDev ); in CopyArea() 595 mirror( nSrcX, nSrcWidth, pOutDev ); in CopyArea() 597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 460 long nSrcWidth, 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 | 150 long nSrcWidth,
|
H A D | svppspgraphics.hxx | 169 long nSrcWidth,
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1168 void AquaSalGraphics::copyArea( long nDstX, long nDstY,long nSrcX, long nSrcY, long nSrcWidth, long… in copyArea() argument 1173 SalBitmap* pBitmap = getBitmap( nSrcX, nSrcY, nSrcWidth, nSrcHeight ); in copyArea() 1179 aPosAry.mnSrcWidth = nSrcWidth; in copyArea() 1183 aPosAry.mnDestWidth = nSrcWidth; in copyArea() 1204 const CGSize aSrcSize = CGSizeMake( nSrcWidth, nSrcHeight); in copyArea() 1226 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 105 long nSrcWidth, long nSrcHeight, in copyArea() argument 115 thePoints[1].x = nDestX + nSrcWidth; in copyArea() 126 Size aVCLSrcSize( nSrcWidth, nSrcHeight ); in copyArea()
|
/aoo4110/main/vcl/inc/ |
H A D | salgdi.hxx | 135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, 408 long nSrcWidth,
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 608 long nSrcWidth, long nSrcHeight, in copyArea() argument 615 aPosAry.mnDestWidth = nSrcWidth; in copyArea() 620 aPosAry.mnSrcWidth = nSrcWidth; in copyArea()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 159 long nSrcWidth,
|
H A D | salgdi.h | 312 long nSrcWidth,
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salgdi.h | 180 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo4110/main/vcl/inc/win/ |
H A D | salgdi.h | 208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salgdi.h | 250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|