Searched refs:variable (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libcola/
H A Dgradient_projection.h5 #include <libvpsc/variable.h>
32 variable(NULL)
35 position = variable->position();
41 vpsc::Variable* variable; member in class:AlignmentConstraint
75 * The constraints are specified by a two lists of pairs of variable indexes and required separation.
135 * Extract the result of a VPSC solution to the variable positions
221 vpsc::Variable *v=ac->variable=new vpsc::Variable(vars.size(),ac->position,0.0001);
H A Dgradient_projection.cpp16 #include <libvpsc/variable.h>
/inkscape/packaging/macosx/
H A Dosx-app.sh190 if [ ! -e "$LIBPREFIX/lib/gtk-2.0/$(pkg-config --variable=gtk_binary_version gtk+-2.0)/engines/libmurrine.so" ]; then
195 if [ ! -e "$LIBPREFIX/lib/gtk-2.0/$(pkg-config --variable=gtk_binary_version gtk+-2.0)/engines/libadwaita.so" ]; then
420 # TODO Add a "$verbose" variable and command line switch, which sets wether these commands are verbose or not
571 pango_mod_version=`pkg-config --variable=pango_module_version pango`
576 gtk_version=`pkg-config --variable=gtk_binary_version gtk+-2.0`
580 gdk_pixbuf_version=`pkg-config --variable=gdk_pixbuf_binary_version gdk-pixbuf-2.0`
/inkscape/src/libavoid/
H A Dorthogonal.cpp67 variable(NULL),
82 variable(NULL)
179 Variable *variable; member in class:Avoid::ShiftSegment
2196 // Create a solver variable for the position of this segment.
2223 currSegment->variable = new Variable(varID, idealPos, weight);
2224 vs.push_back(currSegment->variable);
2236 Variable *prevVar = prevSeg->variable;
2306 double newPos = currSegment->variable->finalPosition;
/inkscape/share/extensions/
H A Dgcodetools.py121 def isset(variable):
123 return variable in locals() or variable in globals()

Completed in 46 milliseconds