Home
last modified time | relevance | path

Searched refs:nSrcHeight (Results 1 – 16 of 16) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx58 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 Dsalgdi_gdiplus.cxx461 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 Dsalgdi2.cxx148 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 Doutdev2.cxx2285 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 Dsalgdilayout.cxx589 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 Dsalgdi.cxx1168 …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 Dsvpgdi.cxx461 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 Dsvpgdi.hxx151 long nSrcHeight,
H A Dsvppspgraphics.hxx170 long nSrcHeight,
/trunk/main/vcl/inc/
H A Dsalgdi.hxx136 long nSrcHeight, sal_uInt16 nFlags ) = 0;
409 long nSrcHeight,
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx608 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 Dpspgraphics.h160 long nSrcHeight,
H A Dsalgdi.h313 long nSrcHeight,
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h181 long nSrcHeight, USHORT nFlags );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h209 long nSrcHeight, sal_uInt16 nFlags );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h251 long nSrcHeight, sal_uInt16 nFlags );

Completed in 145 milliseconds