Searched refs:cb (Results 1 - 25 of 31) sorted by relevance

12

/inkscape/src/livarot/
H A DShapeRaster.cpp169 int cb = getPoint(nPt).incidentEdge[FIRST]; local
170 while ( cb >= 0 && cb < numberOfEdges() ) {
172 Shape::dg_arete const &e = getEdge(cb);
176 if ( ( d == DOWNWARDS && cb != upNo ) || ( d == UPWARDS && cb != dnNo ) ) {
179 SweepTree *node = swrData[cb].misc;
181 swrData[cb].misc = NULL;
186 cb = NextAt(nPt, cb);
234 int cb = getPoint(nPt).incidentEdge[FIRST]; local
266 int cb = curS->bord; local
312 int cb = getPoint(nPt).incidentEdge[FIRST]; local
338 int cb = getPoint(nPt).incidentEdge[FIRST]; local
365 int cb = qrsData[i].bord; local
580 int cb = qrsData[firstQRas].bord; local
699 int cb = curS->bord; local
786 int cb = qrsData[i].bord; local
820 int cb = curS->bord; local
868 int cb = getPoint(nPt).incidentEdge[FIRST]; local
911 int cb = getPoint(nPt).incidentEdge[FIRST]; local
939 int cb = curS->bord; local
967 int cb = curS->bord; local
982 int cb = curS->bord; local
1002 int cb = curS->bord; local
1025 int cb; local
1045 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1114 int cb = curS->bord; local
1154 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1196 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1223 int cb = curS->bord; local
1250 int cb = qrsData[i].bord; local
1306 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1337 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1360 int cb = qrsData[i].bord; local
1388 int cb = qrsData[i].bord; local
1401 int cb = qrsData[i].bord; local
1418 int cb = qrsData[i].bord; local
1458 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1488 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1511 int cb = qrsData[i].bord; local
1552 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1583 int cb = getPoint(nPt).incidentEdge[FIRST]; local
1606 int cb = qrsData[i].bord; local
[all...]
H A DShapeSweep.cpp353 int cb; local
357 cb = ptSh->getPoint(nPt).incidentEdge[FIRST];
358 while (cb >= 0 && cb < ptSh->numberOfEdges())
360 if ((ptSh->getEdge(cb).st < ptSh->getEdge(cb).en
361 && nPt == ptSh->getEdge(cb).en)
362 || (ptSh->getEdge(cb).st > ptSh->getEdge(cb).en
363 && nPt == ptSh->getEdge(cb)
1159 int cb; local
1979 PushIncidence(Shape * a, int cb, int pt, double theta) argument
2185 int cb, cc; local
2252 int cb; local
[all...]
H A DShape.cpp366 int cb; local
367 cb = getPoint(p).incidentEdge[FIRST];
368 while (cb >= 0 && cb < numberOfEdges())
370 if (getEdge(cb).st == p)
372 int ncb = getEdge(cb).nextS;
373 _aretes[cb].nextS = _aretes[cb].prevS = -1;
374 _aretes[cb].st = -1;
375 cb
402 int cb = getPoint(a).incidentEdge[FIRST]; local
462 int cb; local
1192 int cb = getPoint(st).incidentEdge[FIRST]; local
1495 int cb; local
[all...]
H A DLivarotDefs.h103 double ca, cr, cg, cb; member in struct:grad_stop
H A DPathConversion.cpp822 Geom::Rotate cb(sang);
832 cb = omega * cb;
833 AddPoint( cb.vector() * ar * cbangle + dr );
844 cb = omega * cb;
845 AddPoint( cb.vector() * ar * cbangle + dr);
966 Geom::Rotate cb(sang);
976 cb = omega * cb;
[all...]
H A DPathOutline.cpp1046 double cb = cos (b), sb = sin (b); local
1047 pos[0] = drx + ca * rx * cb - sa * ry * sb;
1048 pos[1] = dry + sa * rx * cb + ca * ry * sb;
1049 tgt[0] = ca * rx * sb + sa * ry * cb;
1050 tgt[1] = sa * rx * sb - ca * ry * cb;
1052 dtgt[0] = -ca * rx * cb + sa * ry * sb;
1053 dtgt[1] = -sa * rx * cb - ca * ry * sb;
1063 double cb = cos (b), sb = sin (b); local
1064 pos[0] = drx + ca * rx * cb - sa * ry * sb;
1065 pos[1] = dry + sa * rx * cb
[all...]
H A DShape.h488 int PushIncidence(Shape *a, int cb, int pt, double theta);
489 int CreateIncidence(Shape *a, int cb, int pt);
/inkscape/src/widgets/
H A Dege-paint-def.h76 void addCallback( ColorCallback cb, void* data );
77 void removeCallback( ColorCallback cb, void* data );
H A Dspw-utilities.h46 const gchar *label, const gchar *tip, gchar *key, GCallback cb);
51 int sensitive, GCallback cb);
H A Dege-paint-def.cpp137 HookData( ColorCallback cb, void* data ) {_cb = cb; _data = data;} argument
298 void PaintDef::addCallback( ColorCallback cb, void* data ) argument
300 _listeners.push_back( new HookData(cb, data) );
303 void PaintDef::removeCallback( ColorCallback /*cb*/, void* /*data*/ )
H A Dspw-utilities.cpp148 const gchar *label, const gchar *tip, gchar *key, GCallback cb)
160 g_signal_connect (G_OBJECT (b), "toggled", cb, dialog); local
172 int insensitive, GCallback cb)
214 g_signal_connect (G_OBJECT (b), "toggled", cb, dialog); local
147 spw_vbox_checkbutton(GtkWidget *dialog, GtkWidget *vbox, const gchar *label, const gchar *tip, gchar *key, GCallback cb) argument
170 spw_checkbutton(GtkWidget * dialog, GtkWidget * table, const gchar * label, gchar * key, int , int row, int insensitive, GCallback cb) argument
H A Dege-select-one-action.cpp990 GtkComboBox *cb = GTK_COMBO_BOX (widget); local
993 if (gtk_combo_box_get_has_entry (cb)) {
994 GtkBin *bin = GTK_BIN (cb);
1002 if (gtk_combo_box_get_active_iter (cb, &iter)) {
1003 GtkTreeModel *model = gtk_combo_box_get_model (cb);
H A Dgradient-toolbar.cpp458 GtkWidget *cb = gr_ege_select_one_get_combo(vb, "gradient_stops_combo_action"); local
459 if ( cb ) {
461 if (gtk_combo_box_get_active_iter(GTK_COMBO_BOX(cb), &iter)) {
462 GtkListStore *store = (GtkListStore *)gtk_combo_box_get_model(GTK_COMBO_BOX(cb));
/inkscape/src/
H A Dwinconsole.cpp116 si.cb = sizeof(STARTUPINFO);
H A Dsp-offset.cpp828 int pb, cb, fb; local
831 cb = theRes->getPoint(i).incidentEdge[FIRST];
840 nex = theRes->getEdge(cb).dx;
849 if (theRes->getEdge(cb).en == i)
857 if (theRes->getEdge(cb).st == i)
870 pb = cb;
871 cb = theRes->NextAt (i, cb);
874 while (cb >= 0 && pb >= 0 && pb != fb);
H A Dsplivarot.cpp245 int cb = theShape->getPoint(i).incidentEdge[FIRST]; local
250 while ( cb >= 0 && cb < theShape->numberOfEdges() ) {
251 if ( theShape->ebData[cb].pathID == 0 ) {
253 piece=theShape->ebData[cb].pieceID;
254 if ( theShape->getEdge(cb).st == i ) {
255 t=theShape->ebData[cb].tSt;
257 t=theShape->ebData[cb].tEn;
261 if ( theShape->ebData[cb].pathID == 1 ) nbOther++; // the cut is incident to this point
262 cb
599 int cb = theShape->getPoint(i).incidentEdge[FIRST]; local
[all...]
/inkscape/src/ui/dialog/
H A Dexport.h111 * @param cb Callback for when this spin button is changed (optional)
121 void (Export::*cb)() );
128 void (Export::*cb)() );
H A Dinkscape-preferences.cpp182 PrefCheckButton* cb = Gtk::manage( new PrefCheckButton); local
183 cb->init ( _("Show selection cue"), prefs_path + "/selcue", def_value);
184 p.add_line( false, "", *cb, "", _("Whether selected objects display a selection cue (the same as in selector)"));
189 PrefCheckButton* cb = Gtk::manage( new PrefCheckButton); local
190 cb->init ( _("Enable gradient editing"), prefs_path + "/gradientdrag", def_value);
191 p.add_line( false, "", *cb, "", _("Whether selected objects display gradient editing controls"));
195 PrefCheckButton* cb = Gtk::manage( new PrefCheckButton); local
196 cb->init ( _("Conversion to guides uses edges instead of bounding box"), prefs_path + "/convertguides", def_value);
197 p.add_line( false, "", *cb, "", _("Converting an object to guides places these along the object's true edges (imitating the object's shape), not along the bounding box"));
400 PrefCheckButton* cb local
462 PrefCheckButton* cb = Gtk::manage( new PrefCheckButton); local
[all...]
H A Dclonetiler.h43 static void clonetiler_symgroup_changed(GtkComboBox *cb, gpointer /*data*/);
/inkscape/src/display/
H A Dsodipodi-ctrlrect.cpp115 cairo_pattern_t *cb = ink_cairo_pattern_create_checkerboard(); local
116 cairo_set_source(buf->ct, cb);
117 cairo_pattern_destroy(cb);
/inkscape/src/libavoid/
H A Dconnector.h256 //! The cb function will be called when shapes are added to, removed
260 //! @param[in] cb A pointer to the callback function.
263 void setCallback(void (*cb)(void *), void *ptr);
/inkscape/src/ui/widget/
H A Dcolor-slider.cpp559 gint cr, cg, cb, ca; local
563 cb = b >> 16;
574 fc = (cb - bg) * ca;
609 gint cr, cg, cb, ca; local
614 cb = *sp++;
624 fc = (cb - bg) * ca;
/inkscape/src/svg/
H A Dsvg-path-geom-test.h437 Geom::Curve const* cb = &pb[j]; member in class:SvgPathGeomTest::Geom
438 if (typeid(*ca) == typeid(*cb))
442 Geom::LineSegment const *lb = dynamic_cast<Geom::LineSegment const*>(cb);
458 Geom::CubicBezier const *lb = dynamic_cast<Geom::CubicBezier const*>(cb);
494 sprintf(temp, "Different curve types: %s != %s, subpath: %u, segment: %u", typeid(*ca).name(), typeid(*cb).name(), static_cast<unsigned int>(i), static_cast<unsigned int>(j));
/inkscape/share/extensions/
H A Dprinting_marks.py181 cb = '255'
184 if bar['c'] == 'b' or bar['c'] == '*' : cb = str(255*i)
185 r_att = {'fill':'rgb('+cr+','+cg+','+cb+')',
/inkscape/src/libnrtype/
H A DFontInstance.cpp411 if (polyOffset+polyHeader->cb > bufferSize) break;
417 while ( curveOffset < polyOffset+polyHeader->cb ) {
458 polyOffset += polyHeader->cb;

Completed in 106 milliseconds

12