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

/inkscape/src/livarot/
H A Dpath-description.cpp119 << (large ? "1" : "0") << " "
143 << (large ? 1 : 0);
H A Dpath-description.h124 : PathDescr(descr_arcto), p(pp), rx(x), ry(y), angle(a), large(l), clockwise(c) {}
135 bool large; member in struct:PathDescrArcTo
H A DPathConversion.cpp105 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold, curP);
294 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold);
532 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold);
701 bool large, bool wise,
705 double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang)
708 ArcAnglesAndCenter(iS, iE, rx, ry, angle, large, wise, sang, eang, dr);
714 bool large, bool wise,
763 if (large) {
779 if (!large) {
802 bool const large, boo
704 ArcAngles(const Geom::Point &iS, const Geom::Point &iE, double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang) argument
712 ArcAnglesAndCenter(Geom::Point const &iS, Geom::Point const &iE, double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang, Geom::Point &dr) argument
800 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const ) argument
944 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const , int const piece) argument
1060 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const , int const piece, offset_orig & ) argument
[all...]
H A DPath.h245 double angle, bool large, bool wise, double tresh);
251 double angle, bool large, bool wise, double tresh, int piece);
266 double angle, bool large, bool wise, double tresh, int piece,
274 double ry, double angle, bool large, bool wise,
303 bool clock, large; member in struct:Path::outline_callback_data::__anon406::__anon409
H A DPathOutline.cpp112 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
292 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
625 callsData.d.a.large = nData->large;
856 if ((nData->large == false)
939 bool const large = fin.large; local
1007 if (large == true)
1024 if (large == false)
1422 data->d.a.angle, data->d.a.large, dat
[all...]
H A DPathCutting.cpp311 currentpath->appendNew<Geom::EllipticalArc>( nData->rx, nData->ry, nData->angle*M_PI/180.0, nData->large, !nData->clockwise, nData->p );
575 curAdd->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
689 curAdd->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1206 bool clockw,large; local
1215 large=oData->large;
1219 ArcAngles(startP,endP,rx,ry,angle*M_PI/180.0,large,clockw,sang,eang);
1437 res->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1469 res->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1502 res->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nDat
[all...]
H A DPathSimplify.cpp1370 dest->ArcTo(nData->p, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise);
H A DShapeMisc.cpp1059 bool nLarge = nData->large;
/inkscape/share/extensions/
H A Ddxf_input.py176 large = 0 # large-arc-flag
178 large = 1
181 path += ' A %f,%f 0.0 %d %d %f,%f' % (r, r, large, sweep, vals[groups['10']][i], vals[groups['20']][i])
224 large = 0 # large-arc-flag
226 path += 'A %f,%f 0.0 %d %d %f,%f ' % (rm, rm, large, sweep, xc + rm*math.cos(a2*math.pi/180.0), yc + rm*math.sin(a2*math.pi/180.0))
228 path += 'A %f,%f 0.0 %d %d %f,%f ' % (rm, rm, large, sweep, xc + rm*math.cos((a1+180.0)*math.pi/180.0), yc + rm*math.sin((a1+180.0)*math.pi/180.0))
229 path += 'A %f,%f 0.0 %d %d %f,%f ' % (rm, rm, large, sweep, xc + rm*math.cos(a1*math.pi/180.0), yc + rm*math.sin(a1*math.pi/180.0))
310 large
[all...]

Completed in 98 milliseconds