Searched refs:aLocalPolygon (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 126 basegfx::B2DPolygon aLocalPolygon(rSource.getB2DPolygon()); in tryDrawPolygonHairlinePrimitive2DDirect() local 128 if(!aLocalPolygon.count()) in tryDrawPolygonHairlinePrimitive2DDirect() 138 aLocalPolygon.transform(maCurrentTransformation); in tryDrawPolygonHairlinePrimitive2DDirect() 142 aLocalPolygon, in tryDrawPolygonHairlinePrimitive2DDirect() 154 basegfx::B2DPolygon aLocalPolygon(rSource.getB2DPolygon()); in tryDrawPolygonStrokePrimitive2DDirect() local 156 if(!aLocalPolygon.count()) in tryDrawPolygonStrokePrimitive2DDirect() 162 aLocalPolygon = basegfx::tools::simplifyCurveSegments(aLocalPolygon); in tryDrawPolygonStrokePrimitive2DDirect() 168 aHairLinePolyPolygon.append(aLocalPolygon); in tryDrawPolygonStrokePrimitive2DDirect() 174 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 | 91 basegfx::B2DPolygon aLocalPolygon(rPolygon); in checkHairlineHitWithTolerance() local 92 aLocalPolygon.transform(getViewInformation2D().getObjectToViewTransformation()); in checkHairlineHitWithTolerance() 95 basegfx::B2DRange aPolygonRange(aLocalPolygon.getB2DRange()); in checkHairlineHitWithTolerance() 107 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()
|
/aoo42x/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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 118 const basegfx::B2DPolygon aLocalPolygon(pPath->GetPathPoly().getB2DPolygon(nPolyNum)); in CheckPolyPossibilitiesHelper() local 119 bool bCanSegment(bClosed || nPntNum < aLocalPolygon.count() - 1L); in CheckPolyPossibilitiesHelper() 131 eSmooth = basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum); in CheckPolyPossibilitiesHelper() 135 bSmoothFuz = (eSmooth != basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum)); in CheckPolyPossibilitiesHelper() 143 bool bCrv(aLocalPolygon.isNextControlPointUsed(nPntNum)); in CheckPolyPossibilitiesHelper()
|
Completed in 374 milliseconds