Home
last modified time | relevance | path

Searched refs:nPoly (Results 1 – 25 of 34) sorted by path

12

/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx45 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()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx374 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()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx106 sal_uInt16 nPoly, nPoint, nPointCount; in map() local
107 for( nPoly = 0; nPoly < nPolyCount; nPoly++ ) in map()
109 Polygon& rPoly = rPolyPolygon[nPoly]; in map()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx175 int nPoly = PolyPoly.count(); in emitStructure() local
176 for( int i = 0; i < nPoly; i++ ) in emitStructure()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx339 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 …]
H A Dwinwmf.cxx1308 sal_uInt16 i, nPoly, nPoints = 0; in GetPlaceableBound() local
1309 *pStm >> nPoly; in GetPlaceableBound()
1310 for( i = 0; i < nPoly; i++ ) in GetPlaceableBound()
/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx47 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 Dsvdopath.cxx170 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 …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx888 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()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h237 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry…
241 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h167 …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…
/trunk/main/vcl/inc/
H A Dprintergfx.hxx358 void DrawPolyPolygon (sal_uInt32 nPoly,
367 void DrawPolyPolygonBezier (sal_uInt32 nPoly,
H A Dsalgdi.hxx122 …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,
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h135 virtual void drawPolyPolygon( sal_uInt32 nPoly,
151 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
H A Dsalgdi.h283 virtual void drawPolyPolygon( sal_uInt32 nPoly,
302 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx474 SAL_DLLPRIVATE void ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h195 …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…
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx599 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()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx103 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()
H A Dgraphictools.cxx65 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 Doutdev.cxx241 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 Doutdev4.cxx1340 for( long nPoly = 0, nPolyCount = rPolyPoly.Count(); nPoly < nPolyCount; nPoly++ ) in ImplDrawHatchLine() local
1342 const Polygon& rPoly = rPolyPoly[ (sal_uInt16) nPoly ]; in ImplDrawHatchLine()
H A Doutmap.cxx731 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 Dpdfwriter_impl.cxx9210 for( sal_uInt32 nPoly = 0; nPoly < nPolygonCount; nPoly++ ) in drawPolyLine() local
9212 aLine.append( (nPoly != 0 && (nPoly & 7) == 0) ? "\n" : " " ); in drawPolyLine()
9213 aPoly = aPolyPoly.getB2DPolygon( nPoly ); in drawPolyLine()
H A Dregion.cxx57 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplIsPolygonRectilinear() local
59 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplIsPolygonRectilinear()
108 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplRectilinearPolygonToBands() local
110 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplRectilinearPolygonToBands()
207 for ( sal_uInt16 nPoly = 0; nPoly < nPolyCount; nPoly++ ) in ImplGeneralPolygonToBands() local
210 const Polygon& aPoly = rPolyPoly.GetObject( nPoly ); in ImplGeneralPolygonToBands()

Completed in 189 milliseconds

12