Searched refs:aPosAry (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 260 SalTwoRect aPosAry; in DrawOutDev() local 261 aPosAry.mnSrcWidth = ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev() 262 aPosAry.mnSrcHeight = ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev() 263 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in DrawOutDev() 264 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in DrawOutDev() 266 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in DrawOutDev() 268 aPosAry.mnSrcX = ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev() 269 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev() 270 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in DrawOutDev() 271 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in DrawOutDev() [all …]
|
| H A D | virdev.cxx | 257 SalTwoRect aPosAry; in ImplSetOutputSizePixel() local 268 aPosAry.mnSrcX = 0; in ImplSetOutputSizePixel() 269 aPosAry.mnSrcY = 0; in ImplSetOutputSizePixel() 270 aPosAry.mnSrcWidth = nWidth; in ImplSetOutputSizePixel() 271 aPosAry.mnSrcHeight = nHeight; in ImplSetOutputSizePixel() 272 aPosAry.mnDestX = 0; in ImplSetOutputSizePixel() 273 aPosAry.mnDestY = 0; in ImplSetOutputSizePixel() 274 aPosAry.mnDestWidth = nWidth; in ImplSetOutputSizePixel() 275 aPosAry.mnDestHeight = nHeight; in ImplSetOutputSizePixel() 277 pGraphics->CopyBits( aPosAry, mpGraphics, this, this ); in ImplSetOutputSizePixel()
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salgdi2.cxx | 548 SalTwoRect aPosAry = rPosAry; in drawBitmap() local 549 int nDstX = (int)aPosAry.mnDestX; in drawBitmap() 550 int nDstY = (int)aPosAry.mnDestY; in drawBitmap() 551 int nDstWidth = (int)aPosAry.mnDestWidth; in drawBitmap() 552 int nDstHeight = (int)aPosAry.mnDestHeight; in drawBitmap() 566 aPosAry.mnDestX = aPosAry.mnDestY = 0; in drawBitmap() 577 ImplDrawBitmap( hMaskDC, aPosAry, aTmp, FALSE, SRCCOPY ); in drawBitmap() 580 ImplDrawBitmap( hMaskDC, aPosAry, rTransparentBitmap, FALSE, SRCCOPY ); in drawBitmap() 587 ImplDrawBitmap( hMaskDC, aPosAry, rSalBitmap, FALSE, SRCERASE ); in drawBitmap() 596 ImplDrawBitmap( hMaskDC, aPosAry, rSalBitmap, FALSE, SRCERASE ); in drawBitmap() [all …]
|
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | salgdi2.cxx | 592 SalTwoRect aPosAry( rPosAry ); in copyBits() local 594 aPosAry.mnSrcX = 0, aPosAry.mnSrcY = 0; in copyBits() 595 drawBitmap( aPosAry, *pDDB ); in copyBits() 611 SalTwoRect aPosAry; in copyArea() local 613 aPosAry.mnDestX = nDestX; in copyArea() 614 aPosAry.mnDestY = nDestY; in copyArea() 615 aPosAry.mnDestWidth = nSrcWidth; in copyArea() 616 aPosAry.mnDestHeight = nSrcHeight; in copyArea() 618 aPosAry.mnSrcX = nSrcX; in copyArea() 619 aPosAry.mnSrcY = nSrcY; in copyArea() [all …]
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salgdi2.cxx | 466 SalTwoRect aPosAry = rPosAry; in drawBitmap() local 467 int nDstX = (int) aPosAry.mnDestX; in drawBitmap() 468 int nDstY = (int) aPosAry.mnDestY; in drawBitmap() 469 int nDstWidth = (int) aPosAry.mnDestWidth; in drawBitmap() 470 int nDstHeight = (int) aPosAry.mnDestHeight; in drawBitmap() 489 aPosAry.mnDestX = aPosAry.mnDestY = 0L; in drawBitmap() 499 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rTransparentBitmap, FALSE, ROP_SRCCOPY ); in drawBitmap() 505 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rSalBitmap, FALSE, ROP_SRCERASE ); in drawBitmap() 575 SalTwoRect aPosAry = rPosAry; in drawMask() local 598 ImplDrawBitmap( hPS, mnHeight, aPosAry, rSalBitmap, FALSE, 0x00B8L ); in drawMask()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 1157 SalTwoRect aPosAry( rPosAry ); in copyBits() local 1158 aPosAry.mnSrcX = 0; in copyBits() 1159 aPosAry.mnSrcY = 0; in copyBits() 1160 drawBitmap( aPosAry, *pBitmap ); in copyBits() 1176 SalTwoRect aPosAry; in copyArea() 1177 aPosAry.mnSrcX = 0; in copyArea() 1178 aPosAry.mnSrcY = 0; in copyArea() 1179 aPosAry.mnSrcWidth = nSrcWidth; in copyArea() 1180 aPosAry.mnSrcHeight = nSrcHeight; in copyArea() 1181 aPosAry.mnDestX = nDstX; in copyArea() [all …]
|