Home
last modified time | relevance | path

Searched refs:getB2DPolygon (Results 76 – 100 of 122) sorted by relevance

12345

/aoo41x/main/svx/source/unodraw/
H A Dunoshap2.cxx1180 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(a)); in B2DPolyPolygonToSvxPointSequenceSequence()
1249 nCount = rPolyPoly.getB2DPolygon(0L).count(); in getPropertyValueImpl()
1256 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(0L)); in getPropertyValueImpl()
/aoo41x/main/basegfx/test/
H A Dboxclipper.cxx201 B2DPolygon aTmp=rPoly.getB2DPolygon(i); in normalizePoly()
/aoo41x/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx285 impPaintStrokePolygon(aResult.getB2DPolygon(a), rOutDev, aColor); in impTryTest()
H A Dsvdotext.cxx1277 aRetval.append(aPol.getB2DPolygon()); in TakeXorPoly()
1303 aRetval.append(aPol.getB2DPolygon()); in TakeContour()
H A Dsvddrgmt.cxx280 const basegfx::B2DPolygon aTransformed(aPolyPolygon.getB2DPolygon(0)); in createPrimitive2DSequenceInCurrentState()
464 nPointCount += aNewPolyPolygon.getB2DPolygon(b).count(); in createSdrDragEntries_PolygonDrag()
527 … aPositions.push_back(aPathXPP.getB2DPolygon(nPolyNum).getB2DPoint(nPointNum)); in createSdrDragEntries_PointDrag()
/aoo41x/main/basegfx/source/tools/
H A Db2dclipstate.cxx93 && !maClipPoly.getB2DPolygon(0).count(); in isNullClipPoly()
/aoo41x/main/canvas/source/vcl/
H A Dimpltools.cxx182 return ::basegfx::tools::isRectangle( rPoly.getB2DPolygon() ); in isRectangle()
H A Dcanvashelper_texturefill.cxx718 ::basegfx::B2DPolygon aPoly2( aPoly1.getB2DPolygon() ); in gradientFill()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx168 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolyPolygon.getB2DPolygon(a), false); in drawPolyPolygon()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx394 const B2DPolygon& rPoly( maPolyPolygon.getB2DPolygon(i) ); in init()
H A Db2dsvgpolypolygon.cxx720 const B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(i)); in exportToSvgD()
/aoo41x/main/chart2/source/controller/main/
H A DSelectionHelper.cxx632 const ::basegfx::B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(nN)); in getMarkHandles()
/aoo41x/main/vcl/unx/headless/
H A Dsvpgdi.cxx411 … m_aDevice->drawPolygon( aPolyPoly.getB2DPolygon(i), m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolyPolygon()
/aoo41x/main/canvas/source/directx/
H A Ddx_impltools.cxx484 rPoly.getB2DPolygon( nCurrPoly ), in graphicsPathFromB2DPolyPolygon()
/aoo41x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx869 const basegfx::B2DPolygon aSubPolygonPath(rPath.getB2DPolygon(a)); in add_markers()
1054 && 2 == rPath.getB2DPolygon(0).count()); in add_path()
/aoo41x/main/slideshow/source/engine/
H A Danimationfactory.cxx245 … maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly.getB2DPolygon(0) ); in PathAnimation()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx532 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in AddPolyPolygonToPath()
947 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in drawPolyPolygon()
/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx93 const basegfx::B2DPolygon aB2DPolygon(inputPolygon.getB2DPolygon()); in xPolyPolygonFromPolygon()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx954 ::basegfx::B2DPolygon aPolygon( aPolyPolygon.getB2DPolygon( nPolygonIndex ) ); in doPolyPolygonImplementation()
1058 const basegfx::B2DPolygon aCandidate(rPolyPoly.getB2DPolygon(a)); in doPolyPolygonPath()
/aoo41x/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx890 aOut.DrawPolyLine(aGeometry.getB2DPolygon(a)); in Paint()
/aoo41x/main/sd/source/ui/func/
H A Dfuoaprms.cxx689 const ::basegfx::B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(nNoOfPolygons - 1L)); in DoExecute()
/aoo41x/main/basebmp/test/
H A Dbmpdemo.cxx1106 aPoly.getB2DPolygon(0), in Paint()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1288 const ::basegfx::B2DPolyPolygon aOnePoly( aAreaPolyPoly.getB2DPolygon( nPolyIdx ) ); in drawPolyLine()
/aoo41x/main/vcl/source/gdi/
H A Dsalgdilayout.cxx384 aRet.append( mirror( i_rPoly.getB2DPolygon( i ), i_pOutDev, i_bBack ) ); in mirror()
/aoo41x/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx435 aCandidate = mxPolyPoly.getB2DPolygon(0); in updatePathAttributes()

Completed in 269 milliseconds

12345