Searched refs:current_value (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dcolor_randomize.py32 def randomize_hsl(self, limit, current_value):
35 max = int((current_value * 255.0) + limit)
36 min = int((current_value * 255.0) - limit)
/inkscape/src/
H A Dsp-object.cpp1467 gchar *current_value = getTitleOrDesc(svg_tagname); local
1468 if (current_value) {
1469 bool different = std::strcmp(current_value, value);
1470 g_free(current_value);

Completed in 25 milliseconds