Searched refs:nTotalPoints (Results 1 – 2 of 2) sorted by relevance
1603 sal_uLong nCurrPoly, nTotalPoints; in drawPolyPolygonBezier() local1605 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()
607 sal_uInt32 nTotalPoints = 0; in ImplWritePolyPolygonRecord() local611 nTotalPoints += rPolyPoly[ i ].GetSize(); in ImplWritePolyPolygonRecord()615 if( nTotalPoints ) in ImplWritePolyPolygonRecord()626 (*mpStm) << (sal_uInt32)nPolyCount << nTotalPoints; in ImplWritePolyPolygonRecord()
Completed in 29 milliseconds