Home
last modified time | relevance | path

Searched refs:aPoly2 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx325 Polygon aPoly2(nPoints); in DrawCircleEntity() local
330 aPoly2[i] in DrawCircleEntity()
334 pVirDev->DrawPolyLine(aPoly2); in DrawCircleEntity()
388 Polygon aPoly2(nPoints); in DrawArcEntity() local
393 aPoly2[i] in DrawArcEntity()
414 Polygon aPoly2(4); in DrawTraceEntity() local
420 pVirDev->DrawPolygon(aPoly2); in DrawTraceEntity()
439 Polygon aPoly2(nN); in DrawSolidEntity() local
445 pVirDev->DrawPolygon(aPoly2); in DrawSolidEntity()
571 Polygon aPoly2(nPolySize); in DrawPolyLineEntity() local
[all …]
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx117 const Polygon aPoly2(aRect2); in setupMethodStubs() local
119 aPolyPoly.Insert( aPoly2 ); in setupMethodStubs()
120 Polygon aPoly3(aPoly2); in setupMethodStubs()
844 Polygon aPoly2( aClipRect ); in outDevGrind() local
845 aPoly2.Rotate(aClipRect.Center(),450); in outDevGrind()
847 aClipPoly.Insert(aPoly2); in outDevGrind()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx266 ::basegfx::B2DPolygon aPoly2; in ImpEqualizePolyPointCount()
267 aPoly2.append(::basegfx::B2DPoint(), nCnt); in ImpEqualizePolyPointCount()
272 aPoly2.setB2DPoint((a + nCnt - nInd) % nCnt, aPoly1.getB2DPoint(a)); in ImpEqualizePolyPointCount()
275 aPoly2.setClosed(rBig.isClosed()); in ImpEqualizePolyPointCount()
276 rSmall = aPoly2; in ImpEqualizePolyPointCount()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx239 Polygon aPoly1, aPoly2, aPoly3; in PolyPolygonToPolygon() local
246 aPoly2=rPolyPoly.GetObject(np); in PolyPolygonToPolygon()
251 nSize2=aPoly2.GetSize(); in PolyPolygonToPolygon()
266 aPRel=aPoly2.GetPoint(i2); aPRel-=aP1; in PolyPolygonToPolygon()
287 for (i2=nBestIdx2; i2<nSize2; i2++) aPoly3.SetPoint(aPoly2.GetPoint(i2),i3++); in PolyPolygonToPolygon()
288 for (i2=0; i2<=nBestIdx2; i2++) aPoly3.SetPoint(aPoly2.GetPoint(i2),i3++); in PolyPolygonToPolygon()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx718 ::basegfx::B2DPolygon aPoly2( aPoly1.getB2DPolygon() ); in gradientFill()
719 aPoly2.transform( aTextureTransform ); in gradientFill()
720 ::Polygon aPoly3( aPoly2 ); in gradientFill()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4319 Polygon aPoly2( Point( nRad, nRad ), in ImplGetEmphasisMark() local
4321 rPolyPoly.Insert( aPoly2 ); in ImplGetEmphasisMark()

Completed in 75 milliseconds