Home
last modified time | relevance | path

Searched refs:nPoly (Results 1 – 25 of 34) sorted by last modified time

12

/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/svx/source/svdraw/
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/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/vcl/source/gdi/
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()
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 Dsalgdilayout.cxx382 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 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 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 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()
/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/svtools/source/filter/wmf/
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/vcl/win/source/gdi/
H A Dsalgdi.cxx624 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 …]
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx380 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 Dsvpgdi.hxx132 virtual void drawPolyPolygon( sal_uInt32 nPoly,
141 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
H A Dsvppspgraphics.cxx349 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()
H A Dsvppspgraphics.hxx151 virtual void drawPolyPolygon( sal_uInt32 nPoly,
160 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx473 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx415 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()
H A Dsalgdi.cxx930 void X11SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon() argument
939 for( i = 0; i < nPoly; i++ ) { in drawPolyPolygon()
973 for( sal_uInt32 i = 0; i < nPoly; i++ ) in drawPolyPolygon()
/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/inc/vcl/
H A Doutdev.hxx474 SAL_DLLPRIVATE void ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly );
/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,

Completed in 225 milliseconds

12