Home
last modified time | relevance | path

Searched refs:aRectIter (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpacc3.cxx329 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in FillPolygon() local
331 for(long nY = aRectIter->Top(), nEndY = aRectIter->Bottom(); nY <= nEndY; nY++) in FillPolygon()
333 for(long nX = aRectIter->Left(), nEndX = aRectIter->Right(); nX <= nEndX; nX++) in FillPolygon()
390 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in FillPolyPolygon() local
392 for(long nY = aRectIter->Top(), nEndY = aRectIter->Bottom(); nY <= nEndY; nY++) in FillPolyPolygon()
394 for(long nX = aRectIter->Left(), nEndX = aRectIter->Right(); nX <= nEndX; nX++) in FillPolyPolygon()
H A Doutmap.cxx1297 …ectangleVector::const_reverse_iterator aRectIter(rRectangles.rbegin()); aRectIter != rRectangles.r… in LogicToPixel() local
1299 aRegion.Union(LogicToPixel(*aRectIter)); in LogicToPixel()
1508 …ectangleVector::const_reverse_iterator aRectIter(rRectangles.rbegin()); aRectIter != rRectangles.r… in LogicToPixel() local
1510 aRegion.Union(LogicToPixel(*aRectIter, rMapMode)); in LogicToPixel()
1692 …ectangleVector::const_reverse_iterator aRectIter(rRectangles.rbegin()); aRectIter != rRectangles.r… in PixelToLogic() local
1694 aRegion.Union(PixelToLogic(*aRectIter)); in PixelToLogic()
1907 …ectangleVector::const_reverse_iterator aRectIter(rRectangles.rbegin()); aRectIter != rRectangles.r… in PixelToLogic() local
1909 aRegion.Union(PixelToLogic(*aRectIter, rMapMode)); in PixelToLogic()
H A Doutdev2.cxx2460 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImplPrintTransparent() local
2462 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintTransparent()
2464 … pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintTransparent()
2465 pMapY[aRectIter->Bottom() + 1] - aMapPt.Y()); // same for Y in ImplPrintTransparent()
2468 aBandBmp.Crop(*aRectIter); in ImplPrintTransparent()
2568 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImplPrintMask() local
2570 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintMask()
2572 … pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintMask()
2573 pMapY[aRectIter->Bottom() + 1] - aMapPt.Y()); // same for Y in ImplPrintMask()
H A Dsalgdilayout.cxx277 …for(RectangleVector::iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end(); aRec… in mirror() local
279 mirror(*aRectIter, pOutDev, bBack); in mirror()
280 rRgn.Union(*aRectIter); in mirror()
H A Dregion.cxx306 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImplCreatePolyPolygonFromRegionBand() local
308 aRetval.Insert(Polygon(*aRectIter)); in ImplCreatePolyPolygonFromRegionBand()
H A Doutdev.cxx548 …for(RectangleVector::iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end(); aRec… in ImplReMirror() local
550 ImplReMirror(*aRectIter); in ImplReMirror()
551 aMirroredRegion.Union(*aRectIter); in ImplReMirror()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx128 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImpRestoreBackground() local
138 getOutputDevice().DrawRect(*aRectIter); in ImpRestoreBackground()
143 const Point aTopLeft(aRectIter->TopLeft()); in ImpRestoreBackground()
144 const Size aSize(aRectIter->GetSize()); in ImpRestoreBackground()
223 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImpSaveBackground() local
226 const Point aTopLeft(aRectIter->TopLeft()); in ImpSaveBackground()
227 const Size aSize(aRectIter->GetSize()); in ImpSaveBackground()
245 getOutputDevice().DrawRect(*aRectIter); in ImpSaveBackground()
/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx77 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in OutputPreRenderDevice() local
80 const Point aTopLeft(aRectIter->TopLeft()); in OutputPreRenderDevice()
81 const Size aSize(aRectIter->GetSize()); in OutputPreRenderDevice()
98 mrOutputDevice.DrawRect(*aRectIter); in OutputPreRenderDevice()
H A Dsvdpntv.cxx818 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in CompleteRedraw() local
820 pWindow->DrawRect(*aRectIter); in CompleteRedraw()
1012 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in BeginDrawLayers() local
1014 pWindow->DrawRect(*aRectIter); in BeginDrawLayers()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx189 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in setClipRegion() local
191 const long nW(aRectIter->GetWidth()); in setClipRegion()
195 const long nH(aRectIter->GetHeight()); in setClipRegion()
204 aRectIter->Left(), in setClipRegion()
205 aRectIter->Top(), in setClipRegion()
206 aRectIter->Left() + nW, in setClipRegion()
207 aRectIter->Top() + nH))); in setClipRegion()
H A Dsvppspgraphics.cxx238 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in setClipRegion() local
240 const long nW(aRectIter->GetWidth()); in setClipRegion()
244 const long nH(aRectIter->GetHeight()); in setClipRegion()
249 aRectIter->Left(), in setClipRegion()
250 aRectIter->Top(), in setClipRegion()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx965 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in setClipRegion() local
967 const long nW(aRectIter->GetWidth()); in setClipRegion()
968 const long nH(aRectIter->GetHeight()); in setClipRegion()
972 const long nRight(aRectIter->Left() + nW); in setClipRegion()
973 const long nBottom(aRectIter->Top() + nH); in setClipRegion()
977 pBoundRect->left = aRectIter->Left(); in setClipRegion()
978 pBoundRect->top = aRectIter->Top(); in setClipRegion()
985 if(aRectIter->Left() < pBoundRect->left) in setClipRegion()
990 if(aRectIter->Top() < pBoundRect->top) in setClipRegion()
1006 pNextClipRect->left = (int)aRectIter->Left(); in setClipRegion()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1643 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImplSetClipRegion() local
1645 double nX1(aRectIter->Left()); in ImplSetClipRegion()
1646 double nY1(aRectIter->Top()); in ImplSetClipRegion()
1647 double nX2(aRectIter->Right()); in ImplSetClipRegion()
1648 double nY2(aRectIter->Bottom()); in ImplSetClipRegion()
1772 …for(RectangleVector::iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end(); aRec… in ImplBmp() local
1774 aRectIter->Move(0, nMoveVertical); in ImplBmp()
1776 ImplWriteLong( aRectIter->Left() ); in ImplBmp()
1777 ImplWriteLong( aRectIter->Top() ); in ImplBmp()
1780 ImplWriteLong( aRectIter->Top() ); in ImplBmp()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx707 TRectangleMap::const_iterator aRectIter = _rSortRectangles.begin(); in collectBoundResizeRect() local
709 for (;aRectIter != aRectEnd ; ++aRectIter) in collectBoundResizeRect()
711 Rectangle aObjRect = aRectIter->first; in collectBoundResizeRect()
735 const SdrObject* pObj = aRectIter->second.first; in collectBoundResizeRect()
808 TRectangleMap::iterator aRectIter = aSortRectangles.begin(); in alignMarkedObjects() local
810 for (;aRectIter != aRectEnd ; ++aRectIter) in alignMarkedObjects()
812 Rectangle aObjRect = aRectIter->first; in alignMarkedObjects()
813 SdrObject* pObj = aRectIter->second.first; in alignMarkedObjects()
814 SdrView* pView = aRectIter->second.second; in alignMarkedObjects()
860 for (; aInterSectRectIter != aRectIter; ++aInterSectRectIter) in alignMarkedObjects()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxregion.cxx160 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in getRectangles() local
162 aRects.getArray()[a++] = AWTRectangle(*aRectIter); in getRectangles()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx596 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in setClipRegion() local
598 const long nW(aRectIter->GetWidth()); in setClipRegion()
602 const long nH(aRectIter->GetHeight()); in setClipRegion()
608 aRect.x = (short)aRectIter->Left(); in setClipRegion()
609 aRect.y = (short)aRectIter->Top(); in setClipRegion()
H A Dpspgraphics.cxx301 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in setClipRegion() local
303 const long nW(aRectIter->GetWidth()); in setClipRegion()
307 const long nH(aRectIter->GetHeight()); in setClipRegion()
312 aRectIter->Left(), in setClipRegion()
313 aRectIter->Top(), in setClipRegion()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx91 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ForAllRectangles() local
93 aFunction(*aRectIter); in ForAllRectangles()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx575 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in setClipRegion() local
577 const long nW(aRectIter->Right() - aRectIter->Left() + 1); // uses +1 logic in original in setClipRegion()
581 … const long nH(aRectIter->Bottom() - aRectIter->Top() + 1); // uses +1 logic in original in setClipRegion()
585 const CGRect aRect = CGRectMake( aRectIter->Left(), aRectIter->Top(), nW, nH); in setClipRegion()
/trunk/main/vcl/source/window/
H A Dwindow.cxx1820 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ImplSysObjClip() local
1823 aRectIter->Left(), in ImplSysObjClip()
1824 aRectIter->Top(), in ImplSysObjClip()
1825aRectIter->GetWidth(), // orig nWidth was ((R - L) + 1), same as GetWidth does in ImplSysObjClip()
1826 aRectIter->GetHeight()); // same for height in ImplSysObjClip()
6122 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in SetWindowRegionPixel() local
6125 aRectIter->Left(), in SetWindowRegionPixel()
6126 aRectIter->Top(), in SetWindowRegionPixel()
6127aRectIter->GetWidth(), // orig nWidth was ((R - L) + 1), same as GetWidth does in SetWindowRegionPixel()
6128 aRectIter->GetHeight()); // same for height in SetWindowRegionPixel()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1992 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in Paint() local
1994 Imp()->AddPaintRect(*aRectIter); in Paint()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx766 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in drawNativeControl() local
768 if(aRectIter->IsEmpty()) in drawNativeControl()
773 aClip.push_back(*aRectIter); in drawNativeControl()

Completed in 204 milliseconds