Lines Matching refs:nPoly
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()
2142 ImplDrawPolyPolygon( nPoly, ImplLogicToDevicePixel( rPolyPoly ) ); in DrawPolyPolygon()