Home
last modified time | relevance | path

Searched refs:mnDestHeight (Results 1 – 20 of 20) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx100 if ( rTwoRect.mnDestHeight < 0 ) in ImplAdjustTwoRect()
103 rTwoRect.mnDestHeight = -rTwoRect.mnDestHeight; in ImplAdjustTwoRect()
104 rTwoRect.mnDestY -= rTwoRect.mnDestHeight-1; in ImplAdjustTwoRect()
138 rTwoRect.mnDestHeight = nDstY2 - nDstY1 + 1; in ImplAdjustTwoRect()
212 rPosAry.mnDestHeight = rPosAry.mnDestHeight * rPosAry.mnSrcHeight / nOldHeight; in ImplDrawOutDevDirect()
293 aPosAry.mnDestHeight = aPosAry.mnDestHeight*aPosAry.mnSrcHeight/nOldHeight; in DrawOutDev()
436 aPosAry.mnDestHeight = aPosAry.mnSrcHeight; in CopyArea()
485 aPosAry.mnDestHeight = rDevSize.Height(); in ImplDrawFrameDev()
683 && aPosAry.mnDestY + aPosAry.mnDestHeight >= 0 in ImplDrawBitmap()
1593 aPosAry.mnDestHeight = nHeight; in GetBitmap()
[all …]
H A Dbmpfast.cxx566 if( rTR.mnDestHeight < 0 ) in ImplFastBitmapConversion()
579 if( rTR.mnDestHeight!= rTR.mnSrcHeight ) in ImplFastBitmapConversion()
591 if( rDst.mnHeight < rTR.mnDestY + rTR.mnDestHeight ) in ImplFastBitmapConversion()
831 if( rTR.mnDestHeight < 0 ) in ImplFastBitmapBlending()
844 if( rTR.mnDestHeight!= rTR.mnSrcHeight ) in ImplFastBitmapBlending()
863 if( rDstWA.Height() < rTR.mnDestY + rTR.mnDestHeight ) in ImplFastBitmapBlending()
H A Dsalmisc.cxx363 pDstBuffer->mnHeight = rTwoRect.mnDestHeight; in StretchAndConvert()
404 const long nDstDX = rTwoRect.mnDestWidth, nDstDY = rTwoRect.mnDestHeight; in StretchAndConvert()
H A Dvirdev.cxx275 aPosAry.mnDestHeight = nHeight; in ImplSetOutputSizePixel()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx72 pPosAry->mnDestWidth, pPosAry->mnDestHeight, \
119 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = h; in CopyScreenArea()
470 || rPosAry.mnDestHeight <= 0 ) in copyBits()
504 && rPosAry.mnSrcHeight == rPosAry.mnDestHeight in copyBits()
616 aPosAry.mnDestHeight = nSrcHeight; in copyArea()
713 rPosAry.mnDestWidth, rPosAry.mnDestHeight, in drawMaskedBitmap()
741 rPosAry.mnDestWidth, rPosAry.mnDestHeight, in drawMaskedBitmap()
752 rPosAry.mnDestWidth, rPosAry.mnDestHeight, in drawMaskedBitmap()
787 if( rTR.mnDestHeight!= rTR.mnSrcHeight ) in drawAlphaBitmap()
868 rTR.mnDestWidth, rTR.mnDestHeight, 8 ); in drawAlphaBitmap()
[all …]
H A Dsalbmp.cxx353 long nHeight = rTwoRect.mnDestHeight; in ImplCreateXImage()
617 aTwoRect.mnSrcHeight == aTwoRect.mnDestHeight ) in ImplGetDDB()
621 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height(); in ImplGetDDB()
866 …tImage( pXDisp, maPixmap, aGC, pImage, 0, 0, 0, 0, maTwoRect.mnDestWidth, maTwoRect.mnDestHeight ); in ImplSalDDB()
904 maTwoRect.mnDestHeight = pImage->height; in ImplSalDDB()
940 maTwoRect.mnSrcHeight = maTwoRect.mnDestHeight = nHeight; in ImplSalDDB()
962 … rTwoRect.mnDestWidth == maTwoRect.mnDestWidth && rTwoRect.mnDestHeight == maTwoRect.mnDestHeight ) in ImplMatches()
967 …if( rTwoRect.mnSrcWidth == rTwoRect.mnDestWidth && rTwoRect.mnSrcHeight == rTwoRect.mnDestHeight && in ImplMatches()
968 …maTwoRect.mnSrcWidth == maTwoRect.mnDestWidth && maTwoRect.mnSrcHeight == maTwoRect.mnDestHeight && in ImplMatches()
986 rTwoRect.mnDestWidth, rTwoRect.mnDestHeight, in ImplDraw()
H A Dpspgraphics.cxx487 Size(rPosAry.mnDestWidth, rPosAry.mnDestHeight)); in drawBitmap()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx78 (rPosAry.mnSrcHeight == rPosAry.mnDestHeight) ) in copyBits()
82 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in copyBits()
92 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in copyBits()
374 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in ImplDrawBitmap()
396 (rPosAry.mnSrcHeight == rPosAry.mnDestHeight) ) in ImplDrawBitmap()
400 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in ImplDrawBitmap()
411 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in ImplDrawBitmap()
445 if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight) in drawBitmap()
533 if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight) in drawBitmap()
552 int nDstHeight = (int)aPosAry.mnDestHeight; in drawBitmap()
H A Dsalgdi_gdiplus.cxx332 aDestPoints[2].Y = Gdiplus::REAL(rTR.mnDestY + rTR.mnDestHeight); in paintToGdiPlus()
383 if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight) in tryDrawBitmapGdiPlus()
397 rTR.mnDestHeight); in tryDrawBitmapGdiPlus()
416 if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight) in drawAlphaBitmap()
431 rTR.mnDestHeight); in drawAlphaBitmap()
H A Dsalbmp.cxx289 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pRGB->mnHeight; in ImplCreateGdiPlusBitmap()
388 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pRGB->mnHeight; in ImplCreateGdiPlusBitmap()
421 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pA->mnHeight; in ImplCreateGdiPlusBitmap()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1099 || rPosAry.mnDestHeight <= 0 ) in copyBits()
1109 && (rPosAry.mnSrcHeight == rPosAry.mnDestHeight)) in copyBits()
1127 if( (rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight) && in copyBits()
1138 …DstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry.mnDestHeight); in copyBits()
1184 aPosAry.mnDestHeight = nSrcHeight; in copyArea()
1242 …DstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry.mnDestHeight); in drawBitmap()
1269 …DstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry.mnDestHeight); in drawBitmap()
1287 …DstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry.mnDestHeight); in drawMask()
1502 if( rTR.mnDestWidth < 0 || rTR.mnDestHeight < 0 ) in drawAlphaBitmap()
1514 const CGRect aDstRect = CGRectMake( rTR.mnDestX, rTR.mnDestY, rTR.mnDestWidth, rTR.mnDestHeight); in drawAlphaBitmap()
H A Dsalbmp.cxx521 aTwoRects.mnSrcHeight = aTwoRects.mnDestHeight = mnHeight; in ConvertBitmapData()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx75 thePoints[0].y = TY( rPosAry.mnDestY + rPosAry.mnDestHeight - 1 ); in copyBits()
85 …if ( ( rPosAry.mnDestWidth != rPosAry.mnSrcWidth ) || ( rPosAry.mnDestHeight != rPosAry.mnSrcHeigh… in copyBits()
309 pts[0].y = nScreenHeight - rPosAry.mnDestY - rPosAry.mnDestHeight; in ImplDrawBitmap()
404 pts[0].y = nScreenHeight - rPosAry.mnDestY - rPosAry.mnDestHeight; in ImplDrawBitmap()
470 int nDstHeight = (int) aPosAry.mnDestHeight; in drawBitmap()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h158 long ImplGetHeight() const { return maTwoRect.mnDestHeight; } in ImplGetHeight()
160 …sal_uIntPtr ImplGetMemSize() const { return( ( maTwoRect.mnDestWidth * maTwoRect.mnDestHeight * … in ImplGetMemSize()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx480 rPosAry.mnDestY+rPosAry.mnDestHeight ); in copyBits()
493 rPosAry.mnDestY+rPosAry.mnDestHeight ); in drawBitmap()
516 rPosAry.mnDestY+rPosAry.mnDestHeight ); in drawBitmap()
H A Dsvppspgraphics.cxx423 Size(rPosAry.mnDestWidth, rPosAry.mnDestHeight)); in drawBitmap()
/trunk/main/vcl/inc/vcl/
H A Dsalgtype.hxx65 long mnDestHeight; member
/trunk/main/vcl/unx/generic/app/
H A Dsoicon.cxx68 aRect.mnDestWidth = iconSize; aRect.mnDestHeight = iconSize; in SelectAppIconPixmap()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2603 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height(); in SetBackgroundBitmap()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx885 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height(); in SetBackgroundBitmap()

Completed in 333 milliseconds