Searched defs:which (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/2geom/ |
H A D | intersection-graph.h | 49 // e.g. PolygonIntersectionGraph, which is going to be significantly faster 82 unsigned which; member in struct:Geom::PathIntersectionGraph::IntersectionVertex 107 int which; member in struct:Geom::PathIntersectionGraph::PathData 112 , which(w) 122 void _handleNonintersectingPaths(PathVector &result, unsigned which, bool inside);
|
H A D | pathvector.cpp | 146 unsigned which; member in struct:Geom::PathIntersectionSweepSet::PathRecord 151 , which(w) 179 unsigned w = ii->which; 180 unsigned ow = (ii->which + 1) % 2; 197 ActivePathList &apl = _active[ii->which];
|
H A D | intersection-graph.cpp | 122 xa->which = 0; xb->which = 1; 213 // which is neither degenerate nor normal. Those can occur in paths 358 unsigned w = iv.which; 367 // determine which direction to go 389 reverse, _pv[i->which][pi].size()); 391 _pv[i->which][pi].appendPortionTo(result.back(), ival, prev->p, i->p); 406 w = i->which; 421 void PathIntersectionGraph::_handleNonintersectingPaths(PathVector &result, unsigned which, bool inside) argument 429 unsigned w = which; [all...] |
/inkscape/src/ui/dialog/ |
H A D | icon-preview.cpp | 74 void IconPreviewPanel::on_button_clicked(int which) argument 76 if ( hot != which ) { 79 hot = which;
|
/inkscape/src/ui/tool/ |
H A D | multi-path-manipulator.cpp | 581 int which = 0; local 583 which = 1; 586 if (which != 0) break; // ambiguous 587 which = -1; 589 if (which == 0) break; // no handle chosen 598 pm.rotateHandle(n, which, 1, one_pixel); 602 pm.rotateHandle(n, which, -1, one_pixel); 607 pm.scaleHandle(n, which, 1, one_pixel); 611 pm.scaleHandle(n, which, -1, one_pixel);
|
H A D | path-manipulator.cpp | 831 void PathManipulator::scaleHandle(Node *n, int which, int dir, bool pixel) argument 836 Handle *h = _chooseHandle(n, which); 860 gchar const *key = which < 0 ? "handle:scale:left" : "handle:scale:right"; 864 void PathManipulator::rotateHandle(Node *n, int which, int dir, bool pixel) 869 Handle *h = _chooseHandle(n, which); 884 gchar const *key = which < 0 ? "handle:rotate:left" : "handle:rotate:right"; 888 Handle *PathManipulator::_chooseHandle(Node *n, int which) 901 if (which < 0) { 1442 // To show the direction, we append additional subpaths which consist of a single
|
/inkscape/src/widgets/ |
H A D | stroke-style.cpp | 100 * \param[in] grp The Gtk::RadioButtonGroup to which to add the new button 452 * \param[in] grp The Gtk::RadioButtonGroup in which to add the button 454 * \param[in] hb The Gtk::Box container in which to add the button 487 void StrokeStyle::markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMarkerLoc const /*which*/) 515 //spw->updateMarkerHist(which); 543 void StrokeStyle::updateMarkerHist(SPMarkerLoc const which) argument 545 switch (which) {
|
/inkscape/src/ |
H A D | color-profile.cpp | 1050 bool which = prefs->getBool( "/options/softproof/enable"); local 1053 if ( which && !uri.empty() ) {
|
Completed in 557 milliseconds