Home
last modified time | relevance | path

Searched refs:rTwoRect (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx94 rTwoRect.mnSrcX = rSizePix.Width() - rTwoRect.mnSrcX - rTwoRect.mnSrcWidth; in ImplAdjustTwoRect()
95 rTwoRect.mnDestWidth = -rTwoRect.mnDestWidth; in ImplAdjustTwoRect()
96 rTwoRect.mnDestX -= rTwoRect.mnDestWidth-1; in ImplAdjustTwoRect()
102 rTwoRect.mnSrcY = rSizePix.Height() - rTwoRect.mnSrcY - rTwoRect.mnSrcHeight; in ImplAdjustTwoRect()
103 rTwoRect.mnDestHeight = -rTwoRect.mnDestHeight; in ImplAdjustTwoRect()
104 rTwoRect.mnDestY -= rTwoRect.mnDestHeight-1; in ImplAdjustTwoRect()
109 ( rTwoRect.mnSrcY < 0 ) || ( rTwoRect.mnSrcY >= rSizePix.Height() ) || in ImplAdjustTwoRect()
110 ( ( rTwoRect.mnSrcX + rTwoRect.mnSrcWidth ) > rSizePix.Width() ) || in ImplAdjustTwoRect()
111 ( ( rTwoRect.mnSrcY + rTwoRect.mnSrcHeight ) > rSizePix.Height() ) ) in ImplAdjustTwoRect()
114 Size( rTwoRect.mnSrcWidth, rTwoRect.mnSrcHeight ) ); in ImplAdjustTwoRect()
[all …]
H A Dsalmisc.cxx292 const BitmapBuffer& rSrcBuffer, const SalTwoRect& rTwoRect, in StretchAndConvert() argument
362 pDstBuffer->mnWidth = rTwoRect.mnDestWidth; in StretchAndConvert()
363 pDstBuffer->mnHeight = rTwoRect.mnDestHeight; in StretchAndConvert()
398 bool bFastConvert = ImplFastBitmapConversion( *pDstBuffer, rSrcBuffer, rTwoRect ); in StretchAndConvert()
402 const long nSrcX = rTwoRect.mnSrcX, nSrcY = rTwoRect.mnSrcY; in StretchAndConvert()
403 const long nSrcDX = rTwoRect.mnSrcWidth, nSrcDY = rTwoRect.mnSrcHeight; in StretchAndConvert()
404 const long nDstDX = rTwoRect.mnDestWidth, nDstDY = rTwoRect.mnDestHeight; in StretchAndConvert()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx602 SalTwoRect aTwoRect( rTwoRect ); in ImplGetDDB()
844 maTwoRect ( rTwoRect ), in ImplSalDDB()
960 if( rTwoRect.mnSrcX == maTwoRect.mnSrcX && rTwoRect.mnSrcY == maTwoRect.mnSrcY && in ImplMatches()
961 rTwoRect.mnSrcWidth == maTwoRect.mnSrcWidth && rTwoRect.mnSrcHeight == maTwoRect.mnSrcHeight && in ImplMatches()
967 …else if( rTwoRect.mnSrcWidth == rTwoRect.mnDestWidth && rTwoRect.mnSrcHeight == rTwoRect.mnDestHei… in ImplMatches()
969 rTwoRect.mnSrcX >= maTwoRect.mnSrcX && rTwoRect.mnSrcY >= maTwoRect.mnSrcY && in ImplMatches()
970 ( rTwoRect.mnSrcX + rTwoRect.mnSrcWidth ) <= ( maTwoRect.mnSrcX + maTwoRect.mnSrcWidth ) && in ImplMatches()
971 ( rTwoRect.mnSrcY + rTwoRect.mnSrcHeight ) <= ( maTwoRect.mnSrcY + maTwoRect.mnSrcHeight ) ) in ImplMatches()
985 rTwoRect.mnSrcX - maTwoRect.mnSrcX, rTwoRect.mnSrcY - maTwoRect.mnSrcY, in ImplDraw()
986 rTwoRect.mnDestWidth, rTwoRect.mnDestHeight, in ImplDraw()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx284 const BitmapBuffer& rSrcBuffer, const SalTwoRect& rTwoRect,
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h88 const SalTwoRect& rTwoRect ) const;
93 const SalTwoRect& rTwoRect, const GC& rGC ) const;
145 const SalTwoRect& rTwoRect );
163 bool ImplMatches( int nScreen, long nDepth, const SalTwoRect& rTwoRect ) const;
165 const SalTwoRect& rTwoRect, const GC& rGC ) const;
/trunk/main/vcl/inc/
H A Dbmpfast.hxx39 const SalTwoRect& rTwoRect );
43 const SalTwoRect& rTwoRect );

Completed in 43 milliseconds