Searched refs:nCurrOutput (Results 1 – 1 of 1) sorted by relevance
213 sal_uInt32 nCurrOutput=0; in graphicsPathFromB2DPolygon() local217 … rPoints[nCurrOutput++] = Gdiplus::PointF( static_cast<Gdiplus::REAL>(rPoint.getX()), in graphicsPathFromB2DPolygon()221 … rPoints[nCurrOutput++] = Gdiplus::PointF( static_cast<Gdiplus::REAL>(rControlPointA.getX()), in graphicsPathFromB2DPolygon()235 … rPoints[nCurrOutput++] = Gdiplus::PointF( static_cast<Gdiplus::REAL>(rPoint.getX()), in graphicsPathFromB2DPolygon()238 if(bNoLineJoin && nCurrOutput > 7) in graphicsPathFromB2DPolygon()240 for(sal_uInt32 a(3); a < nCurrOutput; a+=3) in graphicsPathFromB2DPolygon()248 rOutput->AddBeziers( &rPoints[0], nCurrOutput ); in graphicsPathFromB2DPolygon()258 if( nCurrOutput > 3 ) in graphicsPathFromB2DPolygon()260 if(bNoLineJoin && nCurrOutput > 7) in graphicsPathFromB2DPolygon()262 for(sal_uInt32 a(3); a < nCurrOutput; a+=3) in graphicsPathFromB2DPolygon()[all …]
Completed in 13 milliseconds