Home
last modified time | relevance | path

Searched refs:nTotalPoints (Results 1 – 2 of 2) sorted by path

/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx607 sal_uInt32 nTotalPoints = 0; in ImplWritePolyPolygonRecord() local
611 nTotalPoints += rPolyPoly[ i ].GetSize(); in ImplWritePolyPolygonRecord()
615 if( nTotalPoints ) in ImplWritePolyPolygonRecord()
626 (*mpStm) << (sal_uInt32)nPolyCount << nTotalPoints; in ImplWritePolyPolygonRecord()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1603 sal_uLong nCurrPoly, nTotalPoints; in drawPolyPolygonBezier() local
1605 for( nCurrPoly=0, nTotalPoints=0; nCurrPoly<nPoly; ++nCurrPoly ) in drawPolyPolygonBezier()
1606 nTotalPoints += *pCurrPoints++; in drawPolyPolygonBezier()
1612 if( nTotalPoints > SAL_POLY_STACKBUF ) in drawPolyPolygonBezier()
1614 pWinPointAry = new POINT[ nTotalPoints ]; in drawPolyPolygonBezier()
1615 pWinFlagAry = new BYTE[ nTotalPoints ]; in drawPolyPolygonBezier()
1629 PolyDraw(getHDC(), pWinPointAry, pWinFlagAry, nTotalPoints); in drawPolyPolygonBezier()

Completed in 33 milliseconds