Home
last modified time | relevance | path

Searched refs:aPosAry (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx266 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in DrawOutDev()
286 aPosAry.mnDestWidth = aPosAry.mnDestWidth*aPosAry.mnSrcWidth/nOldWidth; in DrawOutDev()
293 aPosAry.mnDestHeight = aPosAry.mnDestHeight*aPosAry.mnSrcHeight/nOldHeight; in DrawOutDev()
399 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight ) in CopyArea()
429 aPosAry.mnSrcX, aPosAry.mnSrcY, in CopyArea()
435 aPosAry.mnDestWidth = aPosAry.mnSrcWidth; in CopyArea()
436 aPosAry.mnDestHeight = aPosAry.mnSrcHeight; in CopyArea()
651 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
727 … if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
1160 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmapEx()
[all …]
H A Dvirdev.cxx257 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx548 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()
587 ImplDrawBitmap( hMaskDC, aPosAry, rSalBitmap, FALSE, SRCERASE ); in drawBitmap()
654 SalTwoRect aPosAry = rPosAry; in drawMask() local
670 ImplDrawBitmap( hDC, aPosAry, aTmp, FALSE, 0x00B8074AUL ); in drawMask()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx594 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()
618 aPosAry.mnSrcX = nSrcX; in copyArea()
619 aPosAry.mnSrcY = nSrcY; in copyArea()
620 aPosAry.mnSrcWidth = nSrcWidth; in copyArea()
621 aPosAry.mnSrcHeight = nSrcHeight; in copyArea()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx466 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()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1158 aPosAry.mnSrcX = 0; in copyBits()
1159 aPosAry.mnSrcY = 0; 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()
1182 aPosAry.mnDestY = nDstY; in copyArea()
1183 aPosAry.mnDestWidth = nSrcWidth; in copyArea()
[all …]

Completed in 59 milliseconds