Searched refs:flag (Results 1 - 13 of 13) sorted by relevance
| /inkscape/src/libavoid/ |
| H A D | makepath.h | 34 extern void makePath(ConnRef *lineRef, bool *flag);
|
| H A D | graph.h | 57 void addConn(bool *flag);
|
| H A D | graph.cpp | 292 void EdgeInf::addConn(bool *flag) argument 294 _conns.push_back(flag);
|
| H A D | makepath.cpp | 747 void makePath(ConnRef *lineRef, bool *flag) argument 772 directEdge->addConn(flag);
|
| H A D | connector.cpp | 720 bool *flag = &(_needs_reroute_flag); local 759 makePath(this, flag); 863 edge->addConn(flag);
|
| /inkscape/src/libgdl/ |
| H A D | gdl-dock-item.h | 89 * Status flag of a GdlDockItem. Don't use unless you derive a widget from GdlDockItem 148 #define GDL_DOCK_ITEM_SET_FLAGS(item,flag) \ 149 G_STMT_START { (GDL_DOCK_ITEM_FLAGS (item) |= (flag)); } G_STMT_END 150 #define GDL_DOCK_ITEM_UNSET_FLAGS(item,flag) \ 151 G_STMT_START { (GDL_DOCK_ITEM_FLAGS (item) &= ~(flag)); } G_STMT_END
|
| H A D | gdl-dock-object.h | 139 #define GDL_DOCK_OBJECT_SET_FLAGS(obj,flag) \ 140 G_STMT_START { (GDL_DOCK_OBJECT_FLAGS (obj) |= (flag)); } G_STMT_END 141 #define GDL_DOCK_OBJECT_UNSET_FLAGS(obj,flag) \ 142 G_STMT_START { (GDL_DOCK_OBJECT_FLAGS (obj) &= ~(flag)); } G_STMT_END
|
| /inkscape/src/svg/ |
| H A D | path-string.h | 155 void _appendFlag(bool flag) { argument 156 _abs_state.append(flag); 157 _rel_state.append(flag); 200 void append(bool flag) { argument 202 str += ( flag ? '1' : '0' );
|
| /inkscape/share/extensions/ |
| H A D | dxf_input.py | 176 large = 0 # large-arc-flag 224 large = 0 # large-arc-flag 310 large = 0 # large-arc-flag 376 flag = 0 # (0, 1, 2, 3) = (none, LAYER, LTYPE, DIMTXT) variable 393 if flag == 1 and line[0] == '2': 397 if flag == 2 and line[0] == '2': 400 if flag == 3 and line[0] == '2': 403 flag = 1 variable 405 flag = 2 variable 407 flag variable 415 flag = 0 variable [all...] |
| /inkscape/src/ |
| H A D | knot.h | 113 * Set flag in knot, with side effects. 115 void setFlag(unsigned int flag, bool set);
|
| H A D | knot.cpp | 430 void SPKnot::setFlag(guint flag, bool set) { argument 432 this->flags |= flag; 434 this->flags &= ~flag; 437 switch (flag) {
|
| /inkscape/share/extensions/ink2canvas/ |
| H A D | canvas.py | 163 def arc(self, x, y, r, a1, a2, flag): 164 data = (x, y, r, a1, a2, flag)
|
| /inkscape/src/widgets/ |
| H A D | tweak-toolbar.cpp | 81 bool flag = ((mode == Inkscape::UI::Tools::TWEAK_MODE_COLORPAINT) || (mode == Inkscape::UI::Tools::TWEAK_MODE_COLORJITTER)); local 85 gtk_action_set_visible(act, flag); 90 gtk_action_set_visible(fid, !flag);
|
Completed in 29 milliseconds