Searched refs:fArc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp384 int fArc ; // flag for large or small arc 0 means less than 180 degrees local
385 if ( fabs(theta2 - theta1) > M_PI ) fArc = 1; else fArc = 0 ;
390 x1,y1, r1, r2, fArc, fSweep, x2, y2, xc, yc );
447 int fArc ; // flag for large or small arc 0 means less than 180 degrees local
448 if ( (theta2 - theta1) > 0 ) fArc = 1; else fArc = 0 ;
455 fArc, fSweep, int(xe), int(ye), int(xc), int(yc) ); local

Completed in 88 milliseconds