Searched refs:which (Results 1 - 21 of 21) sorted by relevance

/inkscape/
H A Dautogen.sh18 WHICH_AUTORECONF=`which autoreconf`
24 WHICH_INTLTOOLIZE=`which intltoolize`
30 WHICH_AUTOPOINT=`which autopoint`
H A Dtools-version.sh24 loc=`which $x 2>/dev/null`
/inkscape/src/2geom/
H A Dintersection-graph.h49 // 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 Dintersection-graph.cpp122 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...]
H A Dpathvector.cpp146 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 Dpath.cpp479 unsigned which;
485 , which(w)
519 unsigned w = ii->which;
537 ActiveCurveList &acl = _active[ii->which];
/inkscape/packaging/
H A Drelease-sign-tarballs13 MD5SUM=`which md5sum || which gmd5sum`
14 SHA1SUM=`which sha1sum || which gsha1sum`
15 SHA256SUM=`which sha256sum || which gsha256sum`
17 # Choose which make program to use (could be gmake)
23 # Choose which grep program to use (on Solaris, must be gnu grep)
/inkscape/src/ui/tool/
H A Dpath-manipulator.h84 void scaleHandle(Node *n, int which, int dir, bool pixel);
85 void rotateHandle(Node *n, int which, int dir, bool pixel);
141 Handle *_chooseHandle(Node *n, int which);
H A Dmulti-path-manipulator.cpp581 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 Dpath-manipulator.cpp831 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 Dstroke-style.h158 void updateMarkerHist(SPMarkerLoc const which);
185 static void markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMarkerLoc const which);
H A Dstroke-style.cpp100 * \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/ui/dialog/
H A Dicon-preview.h97 void on_button_clicked(int which);
H A Dicon-preview.cpp74 void IconPreviewPanel::on_button_clicked(int which) argument
76 if ( hot != which ) {
79 hot = which;
/inkscape/src/xml/
H A Dsimple-node.h15 #error You have included xml/simple-node.h in your document, which is an implementation. Chances are that you want xml/node.h. Please fix that.
/inkscape/cxxtest/
H A Dcxxtestgen.py201 '''Analyze line which is part of a suite'''
321 def addSuiteCreateDestroy( suite, which, line ):
323 if suite.has_key(which):
324 abort( '%s:%s: %sSuite() already declared' % ( suite['file'], str(line), which ) )
325 suite[which] = line
570 '''Write CxxTest::initialize(), which replaces static initialization'''
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf19 any local customizations in local.conf which this file references.
/inkscape/share/extensions/
H A DjessyInk_core_mouseHandler_zoomControl.js99 * This function searches for the element with the highest z-order, which encloses the point the user clicked on
100 * and which view box fits entierly into the currently visible part of the slide.
273 else if (e.which)
274 value = e.which;
H A DjessyInk.js772 * @param dir direction in which to play the effect (1 = forwards, -1 = backwards)
1239 * @param afterSlide after which slide to insert the new one
1456 else if (e.which)
1457 value = e.which;
1875 * @param state the state into which the slide should be set
2191 * @param after_slide after which slide the new slide should be inserted into the presentation
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat101 # How to run the tests, which should be in DIR\runner.exe
/inkscape/src/
H A Dcolor-profile.cpp1050 bool which = prefs->getBool( "/options/softproof/enable"); local
1053 if ( which && !uri.empty() ) {

Completed in 2435 milliseconds