Home
last modified time | relevance | path

Searched refs:aBmpRect (Results 1 – 10 of 10) sorted by relevance

/trunk/main/framework/source/services/
H A Dbackingwindow.cxx664 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()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx2041 const Rectangle& aBmpRect, in ImplBlend() argument
2093 aTR.mnSrcX = aBmpRect.Left(); in ImplBlend()
2094 aTR.mnSrcY = aBmpRect.Top(); in ImplBlend()
2095 aTR.mnSrcWidth = aBmpRect.GetWidth(); in ImplBlend()
2096 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend()
2267 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha() local
2285 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha()
2305 nMirrOffX = ( aBmpRect.Left() << 1 ) + nSrcWidth - 1; in ImplDrawAlpha()
2309 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2316 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha()
[all …]
H A Dprint2.cxx1380 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 Dgdimtf.cxx1181 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()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3048 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 Dsvimpicn.cxx2102 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()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx234 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()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx603 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()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1002 const Rectangle aBmpRect( aPoint, rBmpEx.GetSizePixel() ); in ImplWriteBmp() local
1005 if( aSrcRect != aBmpRect ) in ImplWriteBmp()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx509 const Rectangle& aBmpRect,

Completed in 97 milliseconds