Searched refs:rTwoRect (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | salbmp.cxx | 334 …mplCreateXImage( SalDisplay *pSalDisp, int nScreen, long nDepth, const SalTwoRect& rTwoRect ) const in ImplCreateXImage() 352 long nWidth = rTwoRect.mnDestWidth; in ImplCreateXImage() 353 long nHeight = rTwoRect.mnDestHeight; in ImplCreateXImage() 447 pDstBuf = StretchAndConvert( *mpDIB, rTwoRect, nDstFormat, pPal, pMask ); in ImplCreateXImage() 579 const SalTwoRect& rTwoRect ) const in ImplGetDDB() 581 if( !mpDDB || !mpDDB->ImplMatches( nScreen, nDrawableDepth, rTwoRect ) ) in ImplGetDDB() 602 SalTwoRect aTwoRect( rTwoRect ); in ImplGetDDB() 675 const SalTwoRect& rTwoRect, in ImplDraw() argument 678 ImplGetDDB( aDrawable, nScreen, nDrawableDepth, rTwoRect ); in ImplDraw() 680 mpDDB->ImplDraw( aDrawable, nDrawableDepth, rTwoRect, rGC ); in ImplDraw() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 88 sal_uLong ImplAdjustTwoRect( SalTwoRect& rTwoRect, const Size& rSizePix ) in ImplAdjustTwoRect() argument 92 if ( rTwoRect.mnDestWidth < 0 ) in ImplAdjustTwoRect() 94 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() 100 if ( rTwoRect.mnDestHeight < 0 ) 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() 108 if( ( rTwoRect.mnSrcX < 0 ) || ( rTwoRect.mnSrcX >= rSizePix.Width() ) || in ImplAdjustTwoRect() [all …]
|
| H A D | salmisc.cxx | 292 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()
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | salbmp.h | 88 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;
|
| /AOO41X/main/vcl/inc/ |
| H A D | bmpfast.hxx | 39 const SalTwoRect& rTwoRect ); 43 const SalTwoRect& rTwoRect );
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | salbtype.hxx | 284 const BitmapBuffer& rSrcBuffer, const SalTwoRect& rTwoRect,
|