/aoo4110/main/framework/source/services/ |
H A D | backingwindow.cxx | 664 Rectangle aBmpRect(maControlRect); in Paint() local 665 aBmpRect.Left() -= nShadowLeft; in Paint() 666 aBmpRect.Top() -= nShadowTop; in Paint() 667 aBmpRect.Right() += nShadowRight; in Paint() 668 aBmpRect.Bottom() += nShadowBottom; in Paint() 669 aClip.Exclude( aBmpRect ); in Paint() 677 aDev.SetOutputSizePixel( aBmpRect.GetSize() ); in Paint() 678 Point aOffset( Point( 0, 0 ) - aBmpRect.TopLeft() ); in Paint() 692 DrawOutDev( aBmpRect.TopLeft(), aBmpRect.GetSize(), in Paint() 693 Point( 0, 0 ), aBmpRect.GetSize(), in Paint()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 2032 const Rectangle& aBmpRect, in ImplBlend() argument 2084 aTR.mnSrcX = aBmpRect.Left(); in ImplBlend() 2085 aTR.mnSrcY = aBmpRect.Top(); in ImplBlend() 2086 aTR.mnSrcWidth = aBmpRect.GetWidth(); in ImplBlend() 2087 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend() 2258 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha() local 2276 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() 2296 nMirrOffX = ( aBmpRect.Left() << 1 ) + nSrcWidth - 1; in ImplDrawAlpha() 2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha() 2307 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha() [all …]
|
H A D | print2.cxx | 1380 const Rectangle aBmpRect( aPoint, aBmp.GetSizePixel() ); in GetDownsampledBitmap() local 1384 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmap() 1449 const Rectangle aBmpRect( aPoint, aBmpEx.GetSizePixel() ); in GetDownsampledBitmapEx() local 1453 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmapEx()
|
H A D | gdimtf.cxx | 1181 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() local 1185 … aMtf.AddAction( new MetaBmpExScaleAction( aBmpRect.TopLeft(), aBmpRect.GetSize(), in Rotate() 1194 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() local 1200 … aMtf.AddAction( new MetaBmpExScaleAction( aBmpRect.TopLeft(), aBmpRect.GetSize(), aBmpEx ) ); in Rotate() 1208 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() local 1213 … aMtf.AddAction( new MetaBmpExScaleAction( aBmpRect.TopLeft(), aBmpRect.GetSize(), aBmpEx ) ); in Rotate() 1221 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() local 1227 … aMtf.AddAction( new MetaBmpExScaleAction( aBmpRect.TopLeft(), aBmpRect.GetSize(), aBmpEx ) ); in Rotate()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 3048 aBoundRect.Top() = aBmpRect.Bottom(); in CalcMaxTextRect() 3063 aBoundRect.Left() = aBmpRect.Right(); in CalcMaxTextRect() 3142 Rectangle aBmpRect( CalcBmpRect( pEntry ) ); in CalcFocusRect() local 4495 Rectangle aBmpRect( rBmpRect ); in DrawHighlightFrame() local 4499 aBmpRect.Right() += nBorder; in DrawHighlightFrame() 4500 aBmpRect.Left() -= nBorder; in DrawHighlightFrame() 4501 aBmpRect.Bottom() += nBorder; in DrawHighlightFrame() 4502 aBmpRect.Top() -= nBorder; in DrawHighlightFrame() 4505 pView->Invalidate( aBmpRect ); in DrawHighlightFrame() 4531 Rectangle aBmpRect( CalcFocusRect(pEntry) ); in SetEntryHighlightFrame() local [all …]
|
H A D | svimpicn.cxx | 2102 Rectangle aBmpRect( CalcBmpRect(pEntry, &rPos, pViewData ) ); in PaintEntry() local 2108 PaintEmphasis( aBmpRect, bSelected, bCursored, pOut ); in PaintEntry() 2109 PaintItem( aBmpRect, pBmpItem, pEntry, in PaintEntry() 2117 PaintEmphasis( aBmpRect, bSelected, bCursored, pOut ); in PaintEntry() 2118 PaintItem( aBmpRect, pBmpItem, pEntry, PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 234 Rectangle aBmpRect( aNullPt, rBmpEx.GetSizePixel() ); in mergeBitmaps_Impl() local 240 if( !rBmpEx.IsEmpty() && aVDev.SetOutputSizePixel( aBmpRect.GetSize() ) ) in mergeBitmaps_Impl() 244 aOverlayRect.Intersection( aBmpRect ); in mergeBitmaps_Impl()
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 603 Rectangle aBmpRect( aOutPtPix, aOutSzPix ); in ImplCreateOutput() local 612 aOutRect.Intersection( aBmpRect ); in ImplCreateOutput() 618 nStartX = aOutRect.Left() - aBmpRect.Left(); in ImplCreateOutput() 619 nStartY = aOutRect.Top() - aBmpRect.Top(); in ImplCreateOutput() 620 nEndX = aOutRect.Right() - aBmpRect.Left(); in ImplCreateOutput() 621 nEndY = aOutRect.Bottom() - aBmpRect.Top(); in ImplCreateOutput()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1002 const Rectangle aBmpRect( aPoint, rBmpEx.GetSizePixel() ); in ImplWriteBmp() local 1005 if( aSrcRect != aBmpRect ) in ImplWriteBmp()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 509 const Rectangle& aBmpRect,
|