Home
last modified time | relevance | path

Searched refs:aPolygon (Results 26 – 50 of 65) sorted by relevance

123

/aoo42x/main/filter/source/flash/
H A Dswfwriter1.cxx1224 Polygon aPolygon; in Impl_writeStroke() local
1225 rStroke.getPath( aPolygon ); in Impl_writeStroke()
1226 PolyPolygon aPolyPolygon( aPolygon ); in Impl_writeStroke()
1423 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons() local
1424 Impl_writePolyPolygon(PolyPolygon(Polygon(aPolygon)), sal_True ); in Impl_handleLineInfoPolyPolygons()
1473 basegfx::B2DPolygon aPolygon; in Impl_writeActions() local
1474aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in Impl_writeActions()
1475aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in Impl_writeActions()
1476 Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in Impl_writeActions()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx954 ::basegfx::B2DPolygon aPolygon( aPolyPolygon.getB2DPolygon( nPolygonIndex ) ); in doPolyPolygonImplementation()
955 const sal_uInt32 nPointCount( aPolygon.count() ); in doPolyPolygonImplementation()
959 aPolygon.isClosed()*aPolygon.areControlPointsUsed() ); in doPolyPolygonImplementation()
962 bool bIsBezier = aPolygon.areControlPointsUsed(); in doPolyPolygonImplementation()
963 bool bIsRectangle = ::basegfx::tools::isRectangle( aPolygon ); in doPolyPolygonImplementation()
967 aP = aPolygon.getB2DPoint( j % nPointCount ); in doPolyPolygonImplementation()
990 aA = aPolygon.getNextControlPoint( (j-1) % nPointCount ); in doPolyPolygonImplementation()
991 aB = aPolygon.getPrevControlPoint( j % nPointCount ); in doPolyPolygonImplementation()
1015 if( aPolygon.isClosed() ) in doPolyPolygonImplementation()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx281 const basegfx::B2DPolygon aPolygon(aPolyPolygon.getB2DPolygon(a)); in create2DDecomposition() local
283 if(aPolygon.isClosed()) in create2DDecomposition()
287 … new PolygonStrokePrimitive2D(aPolygon, getLineAttribute(), getStrokeAttribute())); in create2DDecomposition()
292 new PolygonStrokeArrowPrimitive2D(aPolygon, getLineAttribute(), in create2DDecomposition()
/aoo42x/main/svtools/source/filter/wmf/
H A Demfwr.cxx886 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons() local
887 ImplWritePolyPolygonRecord(PolyPolygon(Polygon(aPolygon))); in Impl_handleLineInfoPolyPolygons()
960 basegfx::B2DPolygon aPolygon; in ImplWrite() local
961aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in ImplWrite()
962aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in ImplWrite()
963 Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in ImplWrite()
H A Dwmfwr.cxx1164 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in HandleLineInfoPolyPolygons() local
1165 WMFRecord_Polygon(Polygon(aPolygon)); in HandleLineInfoPolyPolygons()
1225 basegfx::B2DPolygon aPolygon; in WriteRecords() local
1226aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in WriteRecords()
1227aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in WriteRecords()
1228 HandleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in WriteRecords()
/aoo42x/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx509 basegfx::B2DPolygon aPolygon; in Prepare() local
511 if(basegfx::tools::importFromSvgPoints(aPolygon, sPointsString)) in Prepare()
513 if(aPolygon.count()) in Prepare()
518 basegfx::tools::B2DPolygonToUnoPointSequence(aPolygon, aPointSequence); in Prepare()
H A DXMLImageMapExport.cxx330 const basegfx::B2DPolygon aPolygon( in ExportPolygon() local
333 const basegfx::B2DRange aPolygonRange(aPolygon.getB2DRange()); in ExportPolygon()
354 aPolygon)); in ExportPolygon()
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx223 const B2DPolygon aPolygon(rCandidate.getB2DPolygon(a)); in isInside() local
224 const bool bInside(isInside(aPolygon, rPoint, bWithBorder)); in isInside()
646 const B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPointSequenceSequence() local
648 B2DPolygonToUnoPointSequence(aPolygon, *pPointSequence); in B2DPolyPolygonToUnoPointSequenceSequence()
H A Db2dpolygontools.cxx459 …const B2DPolygon aPolygon(rPolygon.areControlPointsUsed() ? rPolygon.getDefaultAdaptiveSubdivision… in isInside() local
460 const sal_uInt32 nPointCount(aPolygon.count()); in isInside()
464 const B2DPoint aTestPoint(aPolygon.getB2DPoint(a)); in isInside()
3780 B2DPolygon aPolygon(rPolygon); in B2DPolygonToUnoPointSequence() local
3782 if(aPolygon.areControlPointsUsed()) in B2DPolygonToUnoPointSequence()
3785 aPolygon = aPolygon.getDefaultAdaptiveSubdivision(); in B2DPolygonToUnoPointSequence()
3788 const sal_uInt32 nPointCount(aPolygon.count()); in B2DPolygonToUnoPointSequence()
3795 const bool bIsClosed(aPolygon.isClosed()); in B2DPolygonToUnoPointSequence()
3802 const B2DPoint aPoint(aPolygon.getB2DPoint(b)); in B2DPolygonToUnoPointSequence()
/aoo42x/main/vcl/source/gdi/
H A Doutdev.cxx1642 const Polygon aPolygon(aCandidate); in impPaintLineGeometryWithEvtlExpand() local
1643 … mpGraphics->DrawPolyLine(aPolygon.GetSize(), (const SalPoint*)aPolygon.GetConstPointAry(), this); in impPaintLineGeometryWithEvtlExpand()
1669 Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in impPaintLineGeometryWithEvtlExpand() local
1672 aPolygon.AdaptiveSubdivide(aPolygon); in impPaintLineGeometryWithEvtlExpand()
1673 … mpGraphics->DrawPolygon(aPolygon.GetSize(), (const SalPoint*)aPolygon.GetConstPointAry(), this); in impPaintLineGeometryWithEvtlExpand()
/aoo42x/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx591 …PolyPolygonVector::const_iterator aPolygon(rB2DPolyPolyVector.begin()); aPolygon != rB2DPolyPolyVe… in impAddPolygonStrokePrimitives() local
594 basegfx::B2DPolyPolygon aB2DPolyPolygon = *aPolygon; in impAddPolygonStrokePrimitives()
H A Dsvdedtv2.cxx1312 const basegfx::B2DPolygon aPolygon(aPolyPolygon.getB2DPolygon(0L)); in CombineMarkedObjects() local
1313 const sal_uInt32 nPointCount(aPolygon.count()); in CombineMarkedObjects()
1321 if(!aPolygon.isClosed()) in CombineMarkedObjects()
1323 const basegfx::B2DPoint aPointA(aPolygon.getB2DPoint(0L)); in CombineMarkedObjects()
1324 const basegfx::B2DPoint aPointB(aPolygon.getB2DPoint(nPointCount - 1L)); in CombineMarkedObjects()
1408 const basegfx::B2DPolygon aPolygon(rPpolyPolygon.getB2DPolygon(0L)); in ImpCanDismantle() local
1409 const sal_uInt32 nPointCount(aPolygon.count()); in ImpCanDismantle()
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx793 Polygon aPolygon( rPolyPolygon.GetObject( a ) ); in DrawPolyPolygon() local
794 sal_uInt32 nNumPoints = aPolygon.GetSize(); in DrawPolyPolygon()
806 *pInnerSequence++ = awt::Point( aPolygon.GetPoint( b ).X(), aPolygon.GetPoint( b ).Y() ) ; in DrawPolyPolygon()
807 *pInnerFlags++ = (drawing::PolygonFlags)aPolygon.GetFlags( b ); in DrawPolyPolygon()
H A Doutact.cxx88 Polygon aPolygon( mnIndex, mpPoints, mpFlags ); in NewRegion() local
89 maPolyPolygon.Insert( aPolygon ); in NewRegion()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx794 const Polygon aPolygon( rBoundRect ); in CalculateNewSnapRect() local
798 …aBoundVolume.append(basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_… in CalculateNewSnapRect()
803 …aBoundVolume.append(basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_… in CalculateNewSnapRect()
/aoo42x/main/svx/source/sdr/overlay/
H A Doverlayobjectcell.cxx71 … const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(rRange)); in createOverlayObjectPrimitive2DSequence() local
75 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
H A Doverlayselection.cxx121 const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(maRanges[a])); in createOverlayObjectPrimitive2DSequence() local
124 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx1842 Polygon aPolygon; in GetPolyPolygon() local
1877 aPolygon = Polygon( nInnerSequenceCount ); in GetPolyPolygon()
1883 aPolygon.SetFlags( b, ePolyFlags ); in GetPolyPolygon()
1920 aPolygon = Polygon( nInnerSequenceCount ); in GetPolyPolygon()
1947 aPolygon = Polygon( nInnerSequenceCount ); in GetPolyPolygon()
2006 Polygon aPolygon; in CreatePolygonProperties() local
2041 aPolygon = aPolyPolygon[ j ]; in CreatePolygonProperties()
2042 nPoints = aPolygon.GetSize(); in CreatePolygonProperties()
2045 Point aPoint = aPolygon[ i ]; in CreatePolygonProperties()
2068 aPolygon = aPolyPolygon[ j ]; in CreatePolygonProperties()
[all …]
H A Deschesdo.cxx381 Polygon aPolygon( rRect, aStart, aEnd, ePolyKind ); in ImplWriteShape() local
384 aPolygon.Rotate( rRect.TopLeft(), (sal_uInt16)( rObj.GetAngle() / 10 ) ); in ImplWriteShape()
395 …ygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYPOLYGON, sal_False, aNewRect, &aPolygon ); in ImplWriteShape()
402 …PolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYLINE, sal_False, aNewRect, &aPolygon ); in ImplWriteShape()
/aoo42x/main/chart2/source/controller/main/
H A DSelectionHelper.cxx632 const ::basegfx::B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(nN)); in getMarkHandles() local
633 for( sal_uInt32 nM = 0L; nM < aPolygon.count(); nM++) in getMarkHandles()
635 const ::basegfx::B2DPoint aPoint(aPolygon.getB2DPoint(nM)); in getMarkHandles()
/aoo42x/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx78 … const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(maRanges[a])); in createOverlayObjectPrimitive2DSequence() local
81 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
/aoo42x/main/oox/source/xls/
H A Ddrawingmanager.cxx1260 PointVector aPolygon; in implConvertAndInsert() local
1262 aPolygon.push_back( lclGetPolyPoint( rShapeRect, *aIt ) ); in implConvertAndInsert()
1265 aPolygon.push_back( aPolygon.front() ); in implConvertAndInsert()
1267 aPoints[ 0 ] = ContainerHelper::vectorToSequence( aPolygon ); in implConvertAndInsert()
/aoo42x/main/tools/source/generic/
H A Dpoly2.cxx354 Polygon aPolygon; in AdaptiveSubdivide() local
358 mpImplPolyPolygon->mpPolyAry[ i ]->AdaptiveSubdivide( aPolygon, d ); in AdaptiveSubdivide()
359 rResult.Insert( aPolygon ); in AdaptiveSubdivide()
/aoo42x/main/filter/source/graphicfilter/epict/
H A Depict.cxx1417 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a).getDefaultAdaptiveSubdivision()); in HandleLineInfoPolyPolygons() local
1418 WriteOpcode_Poly(PDM_PAINT, aPolygon); in HandleLineInfoPolyPolygons()
1480 basegfx::B2DPolygon aPolygon; in WriteOpcodes() local
1481aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in WriteOpcodes()
1482aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in WriteOpcodes()
1483 HandleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in WriteOpcodes()
/aoo42x/main/svx/source/dialog/
H A Dimapwnd.cxx299 basegfx::B2DPolygon aPolygon; in CreateObj() local
300 aPolygon.append(aDrawPoly.getB2DPolygon()); in CreateObj()
301 pSdrObj = (SdrObject*)new SdrPathObj(OBJ_POLY, basegfx::B2DPolyPolygon(aPolygon)); in CreateObj()

Completed in 1050 milliseconds

123