Searched refs:dark (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-slider.h44 void setBackground(guint dark, guint light, guint size);
H A Dcolor-slider.cpp380 void ColorSlider::setBackground(guint dark, guint light, guint size) argument
382 _b0 = dark;
/inkscape/share/extensions/
H A Drender_barcode_qrcode.py248 dark = False
251 dark = ( ( (data[byteIndex] >> bitIndex) & 1) == 1)
256 dark = not dark
258 self.modules[row][col - c] = dark
571 dark = qrCode.isDark(row, col);
585 if (dark == qrCode.isDark(row + r, col + c) ):
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2046 gdk_cairo_set_source_color(cr->cobj(), &(style->dark[GTK_STATE_NORMAL]));
2080 gdk_cairo_set_source_color(cr->cobj(), &(style->dark[GTK_STATE_NORMAL]));
2112 &(style->dark[GTK_STATE_NORMAL]) :
2113 &(style->dark[GTK_STATE_ACTIVE]));
2148 &(style->dark[GTK_STATE_NORMAL]) :
2149 &(style->dark[GTK_STATE_ACTIVE]));
2181 &(style->dark[GTK_STATE_NORMAL]) :
2182 &(style->dark[GTK_STATE_ACTIVE]));
2251 gdk_cairo_set_source_color(cr->cobj(), &(style->dark[GTK_STATE_NORMAL]));

Completed in 34 milliseconds