/aoo4110/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 339 sal_Int32 i, nPoly; in ReadEnhWMF() local 343 *pWMF >> nPoly >> i; in ReadEnhWMF() 378 sal_uInt32 nPoly(0); in ReadEnhWMF() local 384 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF() 401 PolyPolygon aPolyPoly(nPoly, nPoly); in ReadEnhWMF() 1195 sal_Int32 i, nPoly, nGesPoints; in ReadEnhWMF() local 1198 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF() 1206 for ( i = 0; i < nPoly; i++ ) in ReadEnhWMF() 1230 sal_uInt32 nPoly(0); in ReadEnhWMF() local 1234 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF() [all …]
|
/aoo4110/main/chart2/source/tools/ |
H A D | BaseGFXHelper.cxx | 45 for(sal_Int32 nPoly = 0; nPoly < nPolyCount; nPoly++) in getBoundVolume() local 47 sal_Int32 nPointCount = rPolyPoly.SequenceX[nPoly].getLength(); in getBoundVolume() 53 rPolyPoly.SequenceX[nPoly][nPoint] in getBoundVolume() 54 , rPolyPoly.SequenceY[nPoly][nPoint] in getBoundVolume() 55 , rPolyPoly.SequenceZ[nPoly][nPoint])); in getBoundVolume() 61 rPolyPoly.SequenceX[nPoly][nPoint] in getBoundVolume() 62 , rPolyPoly.SequenceY[nPoly][nPoint] in getBoundVolume() 63 , rPolyPoly.SequenceZ[nPoly][nPoint])); in getBoundVolume()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 624 sal_uLong nPoly, in ImplPreparePolyDraw() argument 1463 if ( nPoly <= SAL_POLYPOLYCOUNT_STACKBUF ) in drawPolyPolygon() 1466 pWinPointAry = new UINT[nPoly]; in drawPolyPolygon() 1468 for ( i = 0; i < (UINT)nPoly; i++ ) in drawPolyPolygon() 1486 for ( i = 0; i < (UINT)nPoly; i++ ) in drawPolyPolygon() 1499 nPoly = 0; in drawPolyPolygon() 1502 nPolyPolyPoints += pWinPointAry[(UINT)nPoly]; in drawPolyPolygon() 1503 nPoly++; in drawPolyPolygon() 1506 nPoly--; in drawPolyPolygon() 1508 pWinPointAry[(UINT)nPoly] = MAX_64KSALPOINTS; in drawPolyPolygon() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | region.cxx | 55 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplIsPolygonRectilinear() local 57 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplIsPolygonRectilinear() 106 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplRectilinearPolygonToBands() local 108 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplRectilinearPolygonToBands() 205 for ( sal_uInt16 nPoly = 0; nPoly < nPolyCount; nPoly++ ) in ImplGeneralPolygonToBands() local 208 const Polygon& aPoly = rPolyPoly.GetObject( nPoly ); in ImplGeneralPolygonToBands()
|
H A D | salgdilayout.cxx | 382 sal_Int32 nPoly = i_rPoly.count(); in mirror() local 383 for( sal_Int32 i = 0; i < nPoly; i++ ) in mirror() 469 void SalGraphics::DrawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in DrawPolyPolygon() argument 474 SalPoint **pPtAry2 = new SalPoint*[nPoly]; in DrawPolyPolygon() 476 for(i=0; i<nPoly; i++) in DrawPolyPolygon() 483 drawPolyPolygon( nPoly, pPoints, (PCONSTSALPOINT*)pPtAry2 ); in DrawPolyPolygon() 485 for(i=0; i<nPoly; i++) in DrawPolyPolygon() 490 drawPolyPolygon( nPoly, pPoints, pPtAry ); in DrawPolyPolygon()
|
H A D | graphictools.cxx | 65 sal_uInt16 nPoly; in polyPolyToString() local 66 for(nPoly=0; nPoly<rPolyPoly.Count(); ++nPoly) in polyPolyToString() 68 const Polygon& rPoly = rPolyPoly[nPoly]; in polyPolyToString()
|
H A D | outdev.cxx | 241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon() argument 244 if(!nPoly) in ImplDrawPolyPolygon() 255 if ( nPoly > OUTDEV_POLYPOLY_STACKBUF ) in ImplDrawPolyPolygon() 257 pPointAry = new sal_uInt32[nPoly]; in ImplDrawPolyPolygon() 258 pPointAryAry = new PCONSTSALPOINT[nPoly]; in ImplDrawPolyPolygon() 259 pFlagAryAry = new const sal_uInt8*[nPoly]; in ImplDrawPolyPolygon() 286 while ( i < nPoly ); in ImplDrawPolyPolygon() 2057 sal_uInt16 nPoly = rPolyPoly.Count(); in DrawPolyPolygon() local 2059 …if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || !nPoly || ImplIsRecordLayout(… in DrawPolyPolygon() 2123 if ( nPoly == 1 ) in DrawPolyPolygon() [all …]
|
H A D | outmap.cxx | 731 sal_uInt16 nPoly = aPolyPoly.Count(); in ImplLogicToDevicePixel() local 732 for( sal_uInt16 i = 0; i < nPoly; i++ ) in ImplLogicToDevicePixel() 1240 sal_uInt16 nPoly = aPolyPoly.Count(); in LogicToPixel() local 1241 for( sal_uInt16 i = 0; i < nPoly; i++ ) in LogicToPixel() 1449 sal_uInt16 nPoly = aPolyPoly.Count(); in LogicToPixel() local 1450 for( sal_uInt16 i = 0; i < nPoly; i++ ) in LogicToPixel() 1635 sal_uInt16 nPoly = aPolyPoly.Count(); in PixelToLogic() local 1636 for( sal_uInt16 i = 0; i < nPoly; i++ ) in PixelToLogic() 1848 sal_uInt16 nPoly = aPolyPoly.Count(); in PixelToLogic() local 1849 for( sal_uInt16 i = 0; i < nPoly; i++ ) in PixelToLogic()
|
H A D | cvtsvm.cxx | 103 const sal_uInt16 nPoly = rPolyPoly.Count(); in ImplWritePolyPolyAction() local 107 for( n = 0; n < nPoly; n++ ) in ImplWritePolyPolyAction() 111 rOStm << (sal_Int32) ( 8 + ( nPoly << 2 ) + ( nPoints << 3 ) ); in ImplWritePolyPolyAction() 112 rOStm << (sal_Int32) nPoly; in ImplWritePolyPolyAction() 114 for( n = 0; n < nPoly; n++ ) in ImplWritePolyPolyAction() 828 for( sal_uInt16 nPoly = 0, nCount = aPolyPoly.Count(); nPoly < nCount; nPoly++ ) in ImplConvertFromSVM1() local 829 rMtf.AddAction( new MetaPolyLineAction( aPolyPoly[ nPoly ], aLineInfo ) ); in ImplConvertFromSVM1()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | polypolygoneditor.cxx | 47 sal_uInt32 nPoly, nPnt; in DeletePoints() local 48 if( GetRelativePolyPoint(maPolyPolygon,(*aIter), nPoly, nPnt) ) in DeletePoints() 51 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPoly)); in DeletePoints() 57 maPolyPolygon.remove(nPoly); in DeletePoints() 61 maPolyPolygon.setB2DPolygon(nPoly, aCandidate); in DeletePoints()
|
H A D | svdopath.cxx | 170 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData() 220 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly() 886 sal_uInt32 nPoly,nPnt; in endPathDrag() local 895 aTempPolyPolygon.remove(nPoly); in endPathDrag() 899 aTempPolyPolygon.setB2DPolygon(nPoly, aCandidate); in endPathDrag() 2479 sal_uInt32 nPoly,nPnt; in GetSnapPoint() local 2510 sal_uInt32 nPoly,nPnt; in GetPoint() local 2524 sal_uInt32 nPoly,nPnt; in NbcSetPoint() local 2530 maPathPolygon.setB2DPolygon(nPoly, aNewPolygon); in NbcSetPoint() 2700 sal_uInt32 nPoly, nPnt; in RipPoint() local [all …]
|
/aoo4110/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 374 for(sal_Int32 nPoly=0;nPoly<nPolyCount;nPoly++) in impl_createLine() local 376 sal_Int32 nPointCount = aPoly.SequenceX[nPoly].getLength(); in impl_createLine() 380 aPoint1.PositionX = aPoly.SequenceX[nPoly][nPoint+1]; in impl_createLine() 381 aPoint1.PositionY = aPoly.SequenceY[nPoly][nPoint+1]; in impl_createLine() 382 aPoint1.PositionZ = aPoly.SequenceZ[nPoly][nPoint+1]; in impl_createLine() 384 aPoint2.PositionX = aPoly.SequenceX[nPoly][nPoint]; in impl_createLine() 385 aPoint2.PositionY = aPoly.SequenceY[nPoly][nPoint]; in impl_createLine() 386 aPoint2.PositionZ = aPoly.SequenceZ[nPoly][nPoint]; in impl_createLine()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 599 void Os2SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon() argument 604 PM_POLYGON* aPolygonAry = new PM_POLYGON[ nPoly ]; in drawPolyPolygon() 606 for( i = 0; i < nPoly; i++ ) in drawPolyPolygon() 634 for ( i = 0; i < nPoly; i++ ) in drawPolyPolygon() 653 GpiPolygons( mhPS, nPoly, aPolygonAry, nOptions, POLYGON_EXCL ); in drawPolyPolygon() 660 for( i = 0; i < nPoly; i++ ) in drawPolyPolygon() 669 for( i = 0; i < nPoly; i++ ) in drawPolyPolygon()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 380 void SvpSalGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon() argument 384 if( ( m_bUseLineColor || m_bUseFillColor ) && nPoly ) in drawPolyPolygon() 387 for( sal_uInt32 nPolygon = 0; nPolygon < nPoly; nPolygon++ ) in drawPolyPolygon() 409 nPoly = aPolyPoly.count(); in drawPolyPolygon() 410 for( sal_uInt32 i = 0; i < nPoly; i++ ) in drawPolyPolygon()
|
H A D | svpgdi.hxx | 132 virtual void drawPolyPolygon( sal_uInt32 nPoly, 141 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
|
H A D | svppspgraphics.hxx | 151 virtual void drawPolyPolygon( sal_uInt32 nPoly, 160 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
|
H A D | svppspgraphics.cxx | 349 void PspGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in drawPolyPolygon() argument 351 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon() 377 sal_Bool PspGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly, in drawPolyPolygonBezier() argument 383 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
/aoo4110/main/vcl/inc/ |
H A D | salgdi.hxx | 122 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 132 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin… 375 void DrawPolyPolygon( sal_uInt32 nPoly, 397 sal_Bool DrawPolyPolygonBezier( sal_uInt32 nPoly,
|
H A D | printergfx.hxx | 358 void DrawPolyPolygon (sal_uInt32 nPoly, 367 void DrawPolyPolygonBezier (sal_uInt32 nPoly,
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 888 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon() local 890 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() 893 const SalPoint *pPtAry = ppPtAry[nPoly]; in drawPolyPolygon() 909 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon() local 911 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() 914 const SalPoint *pPtAry = ppPtAry[nPoly]; in drawPolyPolygon()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 473 PrinterGfx::DrawPolyPolygon (sal_uInt32 nPoly, const sal_uInt32* pSizes, const Point** pPaths ) in DrawPolyPolygon() argument 476 if ( !nPoly || !pPaths || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygon() 481 for( unsigned int i = 0; i < nPoly; i++ ) in DrawPolyPolygon() 633 PrinterGfx::DrawPolyPolygonBezier (sal_uInt32 nPoly, const sal_uInt32 * pPoints, const Point* const… in DrawPolyPolygonBezier() argument 637 if ( !nPoly || !pPtAry || !pPoints || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygonBezier() 641 for (unsigned int i=0; i<nPoly;i++) in DrawPolyPolygonBezier()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 135 virtual void drawPolyPolygon( sal_uInt32 nPoly, 151 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salgdi.h | 167 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 177 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
|
/aoo4110/main/vcl/inc/win/ |
H A D | salgdi.h | 195 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 205 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 415 void PspGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon() argument 419 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon() 451 sal_Bool PspGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly, in drawPolyPolygonBezier() argument 457 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|