/inkscape/src/ui/tools/ |
H A D | connector-tool.cpp | 966 ConnectorTool *cc = SP_CONNECTOR_CONTEXT( local 976 cc->active_handle = knot; 991 if (cc) { 992 cc->active_handle = NULL; 1013 endpt_handler(SPKnot */*knot*/, GdkEvent *event, ConnectorTool *cc) argument 1015 //g_assert( SP_IS_CONNECTOR_CONTEXT(cc) ); 1021 g_assert( (cc->active_handle == cc->endpt_handle[0]) || 1022 (cc->active_handle == cc 1237 cc_create_connection_point(ConnectorTool* cc) argument 1357 ConnectorTool *cc = SP_CONNECTOR_CONTEXT(data); local 1372 ConnectorTool *cc = SP_CONNECTOR_CONTEXT(data); local [all...] |
H A D | connector-tool.h | 148 void cc_create_connection_point(ConnectorTool* cc); 149 void cc_remove_connection_point(ConnectorTool* cc);
|
H A D | node-tool.cpp | 311 SPCurve *cc = new SPCurve(); local 314 cc->set_pathvector(*p); 315 c->append(cc, false); 316 cc->reset(); 326 cc->unref();
|
/inkscape/src/2geom/ |
H A D | path-intersection.h | 59 Crossings cc = t.crossings(a[i], b[*jp]); local 60 offset_crossings(cc, i, *jp); 61 ret.insert(ret.end(), cc.begin(), cc.end());
|
H A D | ellipse.cpp | 487 // | ff cc/2 dd/2 | |1| 488 // mu Q + R = [1 x y] | cc/2 aa ee/2 | |x| = 0 534 Coord cc = mu * C + c; local 542 bb /= aa; cc /= aa; dd /= aa; ee /= aa; /*ff /= aa;*/ 545 Coord alpha = (dd - cc*q) / (s - q); 546 Coord beta = cc - alpha; 551 cc /= bb; /*dd /= bb;*/ ee /= bb; ff /= bb; 554 Coord alpha = cc / ee; 555 Coord beta = ff * ee / cc; 561 lines[1] = Line(0, 1, cc/e [all...] |
H A D | conicsec.cpp | 1225 double cc = c * c; local 1235 result.coeff(0) = coeff(0) * cc + Bcs + coeff(2) * ss; 1236 result.coeff(2) = coeff(0) * ss - Bcs + coeff(2) * cc; 1237 result.coeff(1) = coeff(1) * (cc - ss) + 2 * (coeff(2) - coeff(0)) * cs;
|
H A D | path-intersection.cpp | 698 SimpleCrosser cc; 710 Crossings res = cc.crossings(p[i], p[j]);
|
/inkscape/src/libgdl/ |
H A D | libgdlmarshal.c | 71 register GCClosure *cc = (GCClosure*) closure; local 86 callback = (GMarshalFunc_VOID__INT_INT) (marshal_data ? marshal_data : cc->callback); 108 register GCClosure *cc = (GCClosure*) closure; local 123 callback = (GMarshalFunc_VOID__UINT_UINT) (marshal_data ? marshal_data : cc->callback); 148 register GCClosure *cc = (GCClosure*) closure; local 163 callback = (GMarshalFunc_VOID__OBJECT_ENUM_BOXED) (marshal_data ? marshal_data : cc->callback);
|
/inkscape/src/livarot/ |
H A D | ShapeSweep.cpp | 2185 int cb, cc; local 2187 cc = getPoint(i).incidentEdge[LAST]; 2189 if ((getEdge(cb).st == getEdge(cc).st && getEdge(cb).en == getEdge(cc).en) 2190 || (getEdge(cb).st == getEdge(cc).en && getEdge(cb).en == getEdge(cc).en)) doublon=true; 2193 if ( ebData[cb].pathID > ebData[cc].pathID ) { 2194 cc = getPoint(i).incidentEdge[FIRST]; // on swappe pour enlever cc 2196 } else if ( ebData[cb].pathID == ebData[cc] 2256 int cc; local [all...] |
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 795 GSList *cc = NULL; local 806 if (c) cc = g_slist_prepend(cc, c); 809 cc = g_slist_reverse(cc); 812 if ( cc ) { 813 curve = SPCurve::concat(cc); 818 while (cc) { 820 reinterpret_cast<SPCurve *>(cc->data)->unref(); 821 cc [all...] |
/inkscape/src/display/ |
H A D | sodipodi-ctrl.cpp | 525 guint32 cc = *p++; local 526 guint32 ac = cc & 0xff; 527 if (ac == 0 && cc != 0) { 528 *pb++ = argb32_from_rgba(cc | 0x000000ff); 531 guint32 ro = compose_xor(rb, (cc & 0xff000000) >> 24, ac); 532 guint32 go = compose_xor(gb, (cc & 0x00ff0000) >> 16, ac); 533 guint32 bo = compose_xor(bb, (cc & 0x0000ff00) >> 8, ac);
|
H A D | cairo-utils.cpp | 995 double cc = c1/255.0; local 997 if( cc < 0.04045 ) { 998 cc /= 12.92; 1000 cc = pow( (cc+0.055)/1.055, 2.4 ); 1002 cc *= 255.0; 1004 const guint32 c2 = (int)cc; 1013 double cc = c1/255.0; local 1015 if( cc < 0.0031308 ) { 1016 cc * [all...] |
/inkscape/share/extensions/ |
H A D | bezmisc.py | 75 cc=lx2-lx1 80 coef1=cc/aa 84 coef2=aa/cc
|
H A D | inkweb.js | 35 cc: "http://creativecommons.org/ns#",
|
H A D | gcodetools.py | 835 cc=l2[0]-l1[0] 838 if aa==cc==0 : return [] 840 coef1=cc/aa 844 coef2=aa/cc
|
/inkscape/src/ui/widget/ |
H A D | selected-style.cpp | 1268 RotateableSwatch::color_adjust(float *hsla, double by, guint32 cc, guint modifier) argument 1270 sp_color_rgb_to_hsl_floatv (hsla, SP_RGBA32_R_F(cc), SP_RGBA32_G_F(cc), SP_RGBA32_B_F(cc)); 1271 hsla[3] = SP_RGBA32_A_F(cc); 1369 guint32 cc; local 1371 cc = startcolor = parent->_thisselected[fillstroke]; 1374 cc = startcolor; 1380 diff = color_adjust(hsla, by, cc, modifier);
|
H A D | selected-style.h | 79 double color_adjust (float *hsl, double by, guint32 cc, guint state);
|
/inkscape/packaging/macosx/ports/_resources/port1.0/group/ |
H A D | python-1.0.tcl | 133 foreach var {cc objc cxx fc f77 f90} {
|
/inkscape/src/ |
H A D | snap.cpp | 311 Inkscape::Snapper::SnapConstraint cc = constraints.front(); //closest constraint local 318 cc = *c; // Remember the closest constraint itself 340 result.setPoint(cc.projection(result.getPoint())); 344 (*i)->constrainedSnap(isr, p, bbox_to_snap, cc, &_items_to_ignore,_unselected_nodes);
|