Searched refs:aLocalPolygon (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/drawinglayer/source/processor2d/ |
| H A D | vclpixelprocessor2d.cxx | 124 basegfx::B2DPolygon aLocalPolygon(rSource.getB2DPolygon()); in tryDrawPolygonHairlinePrimitive2DDirect() local 126 if(!aLocalPolygon.count()) in tryDrawPolygonHairlinePrimitive2DDirect() 136 aLocalPolygon.transform(maCurrentTransformation); in tryDrawPolygonHairlinePrimitive2DDirect() 140 aLocalPolygon, in tryDrawPolygonHairlinePrimitive2DDirect() 152 basegfx::B2DPolygon aLocalPolygon(rSource.getB2DPolygon()); in tryDrawPolygonStrokePrimitive2DDirect() local 154 if(!aLocalPolygon.count()) in tryDrawPolygonStrokePrimitive2DDirect() 160 aLocalPolygon = basegfx::tools::simplifyCurveSegments(aLocalPolygon); in tryDrawPolygonStrokePrimitive2DDirect() 166 aHairLinePolyPolygon.append(aLocalPolygon); in tryDrawPolygonStrokePrimitive2DDirect() 172 aLocalPolygon, in tryDrawPolygonStrokePrimitive2DDirect()
|
| H A D | contourextractor2d.cxx | 72 basegfx::B2DPolygon aLocalPolygon(rPolygonCandidate.getB2DPolygon()); in processBasePrimitive2D() local 73 aLocalPolygon.transform(getViewInformation2D().getObjectTransformation()); in processBasePrimitive2D() 75 if(aLocalPolygon.isClosed()) in processBasePrimitive2D() 79 basegfx::tools::openWithGeometryChange(aLocalPolygon); in processBasePrimitive2D() 82 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aLocalPolygon)); in processBasePrimitive2D()
|
| H A D | vclmetafileprocessor2d.cxx | 373 basegfx::B2DPolygon aLocalPolygon(rB2DPolygon); in impTryToCreateSvtGraphicStroke() local 391 if(!aLocalPolygon.isClosed()) in impTryToCreateSvtGraphicStroke() 399 fPolyLength = basegfx::tools::getLength(aLocalPolygon); in impTryToCreateSvtGraphicStroke() 402 aLocalPolygon, pStart->getB2DPolyPolygon(), true, pStart->getWidth(), in impTryToCreateSvtGraphicStroke() 410 fPolyLength = basegfx::tools::getLength(aLocalPolygon); in impTryToCreateSvtGraphicStroke() 414 aLocalPolygon, pEnd->getB2DPolyPolygon(), false, pEnd->getWidth(), in impTryToCreateSvtGraphicStroke() 421 …aLocalPolygon = basegfx::tools::getSnippetAbsolute(aLocalPolygon, fStart, fPolyLength - fEnd, fPol… in impTryToCreateSvtGraphicStroke() 502 aLocalPolygon.transform(maCurrentTransformation); in impTryToCreateSvtGraphicStroke() 507 Polygon(aLocalPolygon), in impTryToCreateSvtGraphicStroke()
|
| H A D | linegeometryextractor2d.cxx | 75 basegfx::B2DPolygon aLocalPolygon(rPolygonCandidate.getB2DPolygon()); in processBasePrimitive2D() local 76 aLocalPolygon.transform(getViewInformation2D().getObjectTransformation()); in processBasePrimitive2D() 77 maExtractedHairlines.push_back(aLocalPolygon); in processBasePrimitive2D()
|
| H A D | hittestprocessor2d.cxx | 89 basegfx::B2DPolygon aLocalPolygon(rPolygon); in checkHairlineHitWithTolerance() local 90 aLocalPolygon.transform(getViewInformation2D().getObjectToViewTransformation()); in checkHairlineHitWithTolerance() 93 basegfx::B2DRange aPolygonRange(aLocalPolygon.getB2DRange()); in checkHairlineHitWithTolerance() 105 aLocalPolygon, in checkHairlineHitWithTolerance()
|
| H A D | vclprocessor2d.cxx | 319 basegfx::B2DPolygon aLocalPolygon(rPolygonCandidate.getB2DPolygon()); in RenderPolygonHairlinePrimitive2D() local 320 aLocalPolygon.transform(maCurrentTransformation); in RenderPolygonHairlinePrimitive2D() 329 aLocalPolygon, rDiscreteViewport, true, false)); in RenderPolygonHairlinePrimitive2D() 380 … aLocalPolygon = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges(aLocalPolygon); in RenderPolygonHairlinePrimitive2D() 383 mpOutputDevice->DrawPolyLine(aLocalPolygon, 0.0); in RenderPolygonHairlinePrimitive2D()
|
| /trunk/main/drawinglayer/source/primitive2d/ |
| H A D | polygonprimitive2d.cxx | 529 basegfx::B2DPolygon aLocalPolygon(getB2DPolygon()); in create2DDecomposition() local 533 if(!aLocalPolygon.isClosed()) in create2DDecomposition() 536 const double fPolyLength(basegfx::tools::getLength(aLocalPolygon)); in create2DDecomposition() 546 aLocalPolygon, getStart().getB2DPolyPolygon(), true, getStart().getWidth(), in create2DDecomposition() 558 aLocalPolygon, getEnd().getB2DPolyPolygon(), false, getEnd().getWidth(), in create2DDecomposition() 568 …aLocalPolygon = basegfx::tools::getSnippetAbsolute(aLocalPolygon, fStart-fStartOverlap, fPolyLengt… in create2DDecomposition() 579 aLocalPolygon, getLineAttribute(), getStrokeAttribute())); in create2DDecomposition()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdpoev.cxx | 116 … const basegfx::B2DPolygon aLocalPolygon(pPath->GetPathPoly().getB2DPolygon(nPolyNum)); in CheckPolyPossibilitiesHelper() local 117 bool bCanSegment(bClosed || nPntNum < aLocalPolygon.count() - 1L); in CheckPolyPossibilitiesHelper() 129 eSmooth = basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum); in CheckPolyPossibilitiesHelper() 133 … bSmoothFuz = (eSmooth != basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum)); in CheckPolyPossibilitiesHelper() 141 bool bCrv(aLocalPolygon.isNextControlPointUsed(nPntNum)); in CheckPolyPossibilitiesHelper()
|