/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 142 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4() 144 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4() 158 Polygon aPolygon( nPoints ); in ImplDoClass4() local 164 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4() 169 Polygon aPolygon( (sal_uInt16)2 ); in ImplDoClass4() local 271 Polygon aPolygon( nPoints ); in ImplDoClass4() local 278 mpOutAct->DrawPolygon( aPolygon ); in ImplDoClass4() 300 Polygon aPolygon( nPoints ); in ImplDoClass4() local 548 Polygon aPolygon( aBoundingBox, in ImplDoClass4() local 551 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4() [all …]
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 539 Polygon aPolygon(nCount + (bClose ? 1 : 0)); in create2DDecompositionOfGraphic() local 546 aPolygon[a] = aPoint; in create2DDecompositionOfGraphic() 551 aPolygon[aPolygon.GetSize() - 1] = aPolygon[0]; in create2DDecompositionOfGraphic() 560 aOut.DrawPolyLine(aPolygon, aLineInfo); in create2DDecompositionOfGraphic() 564 aOut.DrawPolyLine(aPolygon); in create2DDecompositionOfGraphic() 585 aPolygon[a] = aPoint; in create2DDecompositionOfGraphic() 590 aPolygon[aPolygon.GetSize() - 1] = aPolygon[0]; in create2DDecompositionOfGraphic() 595 aOut.DrawPolygon(aPolygon); in create2DDecompositionOfGraphic() 616 aPolygon[a] = aPoint; in create2DDecompositionOfGraphic() 621 aPolygon[aPolygon.GetSize() - 1] = aPolygon[0]; in create2DDecompositionOfGraphic() [all …]
|
H A D | borderlineprimitive2d.cxx | 134 basegfx::B2DPolygon aPolygon; in create2DDecomposition() local 144 aPolygon.append(aTmpStart); in create2DDecomposition() 145 aPolygon.append(aTmpEnd); in create2DDecomposition() 148 aPolygon, in create2DDecomposition() 156 aPolygon.append(aTmpStart + aLineWidthOffset); in create2DDecomposition() 157 aPolygon.append(aTmpEnd + aLineWidthOffset); in create2DDecomposition() 158 aPolygon.append(aTmpEnd - aLineWidthOffset); in create2DDecomposition() 159 aPolygon.append(aTmpStart - aLineWidthOffset); in create2DDecomposition() 160 aPolygon.setClosed(true); in create2DDecomposition() 163 basegfx::B2DPolyPolygon(aPolygon), getRGBColor())); in create2DDecomposition()
|
H A D | wrongspellprimitive2d.cxx | 68 basegfx::B2DPolygon aPolygon; in create2DDecomposition() local 70 aPolygon.append(getTransformation() * aStart); in create2DDecomposition() 71 aPolygon.append(getTransformation() * aStop); in create2DDecomposition() 77 …Primitive2DReference xPrimitive(new PolygonWavePrimitive2D(aPolygon, aLineAttribute, fWaveWidth, 0… in create2DDecomposition()
|
H A D | unifiedtransparenceprimitive2d.cxx | 97 const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(aPolygonRange)); in get2DDecomposition() local 101 … = Primitive2DReference(new PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aPolygon), aGray)); in get2DDecomposition() 102 … aTransparenceContent[1] = Primitive2DReference(new PolygonHairlinePrimitive2D(aPolygon, aGray)); in get2DDecomposition()
|
H A D | fillgraphicprimitive2d.cxx | 134 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in getB2DRange() local 135 aPolygon.transform(getTransformation()); in getB2DRange() 137 return basegfx::tools::getRange(aPolygon); in getB2DRange()
|
/aoo42x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 821 DrawPolyLine( aPolygon ); in ReadLine() 850 aPolygon.SetPoint(aP0,i); in ReadRelLine() 859 DrawPolyLine( aPolygon ); in ReadRelLine() 1222 const Polygon aSegPoly( aPolygon[ nStartPos ], aPolygon[ nStartPos + 1 ], in ReadBezier() 1223 aPolygon[ nStartPos + 3 ], aPolygon[ nStartPos + 2 ], in ReadBezier() 1235 aPolygon = aBezPoly; in ReadBezier() 1241 AddPointsToArea(aPolygon); in ReadBezier() 1243 AddPointsToPath(aPolygon); in ReadBezier() 1248 DrawPolyLine( aPolygon ); in ReadBezier() 1270 DrawPolyLine( aPolygon ); in ReadFillet() [all …]
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 533 PM_POLYGON aPolygon; in drawPolygon() local 536 aPolygon.aPointl = new POINTL[ nPoints ]; in drawPolygon() 537 aPolygon.ulPoints = nPoints; in drawPolygon() 540 POINTL* pTempOS2PtAry = aPolygon.aPointl; in drawPolygon() 560 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon() 561 Ft2PolyLine( mhPS, aPolygon.ulPoints, aPolygon.aPointl ); in drawPolygon() 567 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon() 568 Ft2PolyLine( mhPS, aPolygon.ulPoints, aPolygon.aPointl ); in drawPolygon() 581 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon() 589 Ft2Move( mhPS, aPolygon.aPointl ); in drawPolygon() [all …]
|
/aoo42x/main/svx/source/engine3d/ |
H A D | polygn3d.cxx | 136 const basegfx::B3DPolygon aPolygon(aPolyPoly3D.getB3DPolygon(a)); in CreateDefaultNormals() local 142 basegfx::B3DVector aNormal(-basegfx::tools::getNormal(aPolygon)); in CreateDefaultNormals() 145 for(sal_uInt32 b(0L); b < aPolygon.count(); b++) in CreateDefaultNormals() 174 const basegfx::B3DPolygon& aPolygon(aPolyPoly3D.getB3DPolygon(a)); in CreateDefaultTexture() local 177 basegfx::B3DRange aVolume(basegfx::tools::getRange(aPolygon)); in CreateDefaultTexture() 180 basegfx::B3DVector aNormal(basegfx::tools::getNormal(aPolygon)); in CreateDefaultTexture() 208 for(sal_uInt32 b(0L); b < aPolygon.count(); b++) in CreateDefaultTexture() 211 const basegfx::B3DPoint aCandidate(aPolygon.getB3DPoint(b)); in CreateDefaultTexture()
|
H A D | helperminimaldepth3d.cxx | 120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D() local 121 const sal_uInt32 nCount(aPolygon.count()); in processBasePrimitive3D() 125 …basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * aPolygon.getB3DPoint(b)); in processBasePrimitive3D()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dsvgpolypolygon.cxx | 720 const B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(i)); in exportToSvgD() local 721 const sal_uInt32 nPointCount(aPolygon.count()); in exportToSvgD() 725 const bool bPolyUsesControlPoints(aPolygon.areControlPointsUsed()); in exportToSvgD() 726 … const sal_uInt32 nEdgeCount(aPolygon.isClosed() ? nPointCount : nPointCount - 1); in exportToSvgD() 731 B2DPoint aEdgeStart(aPolygon.getB2DPoint(0)); in exportToSvgD() 753 const B2DPoint aEdgeEnd(aPolygon.getB2DPoint(nNextIndex)); in exportToSvgD() 757 … && (aPolygon.isNextControlPointUsed(nIndex) || aPolygon.isPrevControlPointUsed(nNextIndex))); in exportToSvgD() 762 const B2DPoint aControlEdgeStart(aPolygon.getNextControlPoint(nIndex)); in exportToSvgD() 779 && CONTINUITY_C2 == aPolygon.getContinuityInPoint(nIndex)); in exportToSvgD() 940 if(aPolygon.isClosed()) in exportToSvgD() [all …]
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaytriangle.cxx | 45 basegfx::B2DPolygon aPolygon; in createOverlayObjectPrimitive2DSequence() local 47 aPolygon.append(getBasePosition()); in createOverlayObjectPrimitive2DSequence() 48 aPolygon.append(getSecondPosition()); in createOverlayObjectPrimitive2DSequence() 49 aPolygon.append(getThirdPosition()); in createOverlayObjectPrimitive2DSequence() 50 aPolygon.setClosed(true); in createOverlayObjectPrimitive2DSequence() 54 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
|
H A D | overlaytools.cxx | 157 basegfx::B2DPolygon aPolygon; in create2DDecomposition() local 159 … aPolygon.append(basegfx::B2DPoint(getViewport().getMinX(), getBasePosition().getY())); in create2DDecomposition() 160 … aPolygon.append(basegfx::B2DPoint(getViewport().getMaxX(), getBasePosition().getY())); in create2DDecomposition() 164 aPolygon, in create2DDecomposition() 169 aPolygon.clear(); in create2DDecomposition() 170 … aPolygon.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMinY())); in create2DDecomposition() 171 … aPolygon.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMaxY())); in create2DDecomposition() 175 aPolygon, in create2DDecomposition()
|
H A D | overlayrollingrectangle.cxx | 57 … const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(aRollingRectangle)); in createOverlayObjectPrimitive2DSequence() local 61 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence() 71 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | contourextractor2d.cxx | 100 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in processBasePrimitive2D() local 101 aPolygon.transform(aLocalTransform); in processBasePrimitive2D() 102 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aPolygon)); in processBasePrimitive2D() 110 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in processBasePrimitive2D() local 111 aPolygon.transform(aLocalTransform); in processBasePrimitive2D() 112 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aPolygon)); in processBasePrimitive2D()
|
H A D | textaspolygonextractor2d.cxx | 126 basegfx::B2DPolygon aPolygon(rPoHaCandidate.getB2DPolygon()); in processBasePrimitive2D() local 128 if(aPolygon.count()) in processBasePrimitive2D() 131 aPolygon.transform(getViewInformation2D().getObjectToViewTransformation()); in processBasePrimitive2D() 137 maTarget.push_back(TextAsPolygonDataNode(basegfx::B2DPolyPolygon(aPolygon), aColor, false)); in processBasePrimitive2D()
|
H A D | vclprocessor2d.cxx | 401 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in RenderBitmapPrimitive2D() local 402 aPolygon.transform(aLocalTransform); in RenderBitmapPrimitive2D() 406 mpOutputDevice->DrawPolygon(aPolygon); in RenderBitmapPrimitive2D() 514 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in RenderFillGraphicPrimitive2D() local 515 aPolygon.transform(aLocalTransform); in RenderFillGraphicPrimitive2D() 519 mpOutputDevice->DrawPolygon(aPolygon); in RenderFillGraphicPrimitive2D() 1286 const basegfx::B2DPolygon aPolygon( in RenderSvgLinearAtomPrimitive2D() local 1302 basegfx::B2DPolygon aNew(aPolygon); in RenderSvgLinearAtomPrimitive2D()
|
/aoo42x/main/basegfx/source/raster/ |
H A D | rasterconvert3d.cxx | 242 B3DPolygon aPolygon; in rasterconvertB3DEdge() local 243 …aPolygon.append(B3DPoint(aStart.getX() + aPerpend.getX(), aStart.getY() + aPerpend.getY(), fZStart… in rasterconvertB3DEdge() 244 …aPolygon.append(B3DPoint(aEnd.getX() + aPerpend.getX(), aEnd.getY() + aPerpend.getY(), fZEndWithAd… in rasterconvertB3DEdge() 245 …aPolygon.append(B3DPoint(aEnd.getX() - aPerpend.getX(), aEnd.getY() - aPerpend.getY(), fZEndWithAd… in rasterconvertB3DEdge() 246 …aPolygon.append(B3DPoint(aStart.getX() - aPerpend.getX(), aStart.getY() - aPerpend.getY(), fZStart… in rasterconvertB3DEdge() 247 aPolygon.setClosed(true); in rasterconvertB3DEdge() 249 addArea(aPolygon, 0); in rasterconvertB3DEdge()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 394 const basegfx::B2DPolygon aPolygon(pPolyPolyPath->getB2DPolygon(0)); in isValid() local 396 if(!aPolygon.count()) in isValid() 401 const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon)); in isValid() 426 basegfx::B2DPolygon aPolygon(pPolyPolyPath->getB2DPolygon(0)); in decomposePathNode() local 430 aPolygon.transform(*pSvgPathNode->getTransform()); in decomposePathNode() 433 const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon)); in decomposePathNode() 483 aPolygon, in decomposePathNode()
|
/aoo42x/main/svx/source/sdr/primitive2d/ |
H A D | sdrmeasureprimitive2d.cxx | 56 basegfx::B2DPolygon aPolygon; in impCreatePart() local 58 aPolygon.append(rStart); in impCreatePart() 59 aPolygon.append(rEnd); in impCreatePart() 60 aPolygon.transform(rObjectMatrix); in impCreatePart() 65 aPolygon, in impCreatePart() 73 aPolygon, in impCreatePart() 86 aPolygon, in impCreatePart()
|
/aoo42x/main/svx/source/table/ |
H A D | tablehandles.cxx | 141 basegfx::B2DPolygon aPolygon; in getPolyPolygon() local 142 aPolygon.append( aStart ); in getPolyPolygon() 143 aPolygon.append( aEnd ); in getPolyPolygon() 147 rVisible.append(aPolygon); in getPolyPolygon() 151 rInvisible.append(aPolygon); in getPolyPolygon()
|
/aoo42x/main/drawinglayer/source/processor3d/ |
H A D | cutfindprocessor3d.cxx | 178 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(0)); in processBasePrimitive3D() local 179 const sal_uInt32 nPointCount(aPolygon.count()); in processBasePrimitive3D() 183 const basegfx::B3DVector aPlaneNormal(aPolygon.getNormal()); in processBasePrimitive3D() 187 const basegfx::B3DPoint aPointOnPlane(aPolygon.getB3DPoint(0)); in processBasePrimitive3D()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 294 ::basegfx::B2DPolygon aPolygon; in SetLineEndAttr() 295 aPolygon.append(::basegfx::B2DPoint(0.0, 330.0)); in SetLineEndAttr() 296 aPolygon.append(::basegfx::B2DPoint(100.0, 0.0)); in SetLineEndAttr() 297 aPolygon.append(::basegfx::B2DPoint(200.0, 330.0)); in SetLineEndAttr() 298 aPolygon.setClosed(true); in SetLineEndAttr() 309 ::basegfx::B2DPolygon aPolygon; in SetLineEndAttr() 310 aPolygon.append(::basegfx::B2DPoint(0.0, 330.0)); in SetLineEndAttr() 311 aPolygon.append(::basegfx::B2DPoint(100.0, 0.0)); in SetLineEndAttr() 312 aPolygon.append(::basegfx::B2DPoint(200.0, 330.0)); in SetLineEndAttr() 313 aPolygon.setClosed(true); in SetLineEndAttr() [all …]
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 231 Polygon aPolygon( aRect ); in ImplReadRegion() local 232 PolyPolygon aPolyPolyOr1( aPolygon ); in ImplReadRegion() 327 Polygon aPolygon( (sal_uInt16)nPoints ); in ReadEnhWMF() local 331 aPolygon[ i ] = Point( nX32, nY32 ); in ReadEnhWMF() 333 pOut->DrawPolyLine( aPolygon, bFlag, bRecordPath ); in ReadEnhWMF() 1214 Polygon aPolygon( pnPoints[ i ] ); in ReadEnhWMF() local 1218 aPolygon[ k ] = Point( nX16, nY16 ); in ReadEnhWMF() 1220 pOut->DrawPolyLine( aPolygon, sal_False, bRecordPath ); in ReadEnhWMF()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 1239 basegfx::B2DPolygon aPolygon = rPolygon; in drawPolyLine() local 1244 aPolygon.transform( basegfx::tools::createTranslateB2DHomMatrix(0.5, 0.5) ); in drawPolyLine() 1253 … basegfx::tools::createLineTrapezoidFromB2DPolygon( aB2DTrapVector, aPolygon, rLineWidth.getX() ); in drawPolyLine() 1270 …aPolygon.transform( basegfx::tools::createScaleB2DHomMatrix(1.0, rLineWidth.getX() / rLineWidth.ge… in drawPolyLine() 1274 …const basegfx::B2DPolyPolygon aAreaPolyPoly( basegfx::tools::createAreaGeometry(aPolygon, fHalfWid… in drawPolyLine() 1280 …aPolygon.transform(basegfx::tools::createScaleB2DHomMatrix(1.0, rLineWidth.getY() / rLineWidth.get… in drawPolyLine()
|