Searched refs:white (Results 1 - 8 of 8) sorted by relevance
/inkscape/share/extensions/Barcode/ |
H A D | Code25i.py | 40 """Convert a text into string binary of black and white markers""" 41 # Start and stop code are already encoded into white (0) and black(1) bars 55 # First in the pair is encoded in black (1), second in white (0) 57 white = ENCODE[number[i*2+1]] 63 if white[j] == '1':
|
/inkscape/src/ |
H A D | sp-cursor.h | 9 GdkPixbuf* sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
|
H A D | sp-cursor.cpp | 57 GdkPixbuf *sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke) argument 96 colorMap[ccode] = RGBA(white.red, white.green, white.blue, 255);
|
H A D | svg-view-widget.cpp | 99 " background-color: white;\n" 109 style->bg[GTK_STATE_NORMAL] = style->white;
|
/inkscape/src/trace/ |
H A D | imagemap-gdk.cpp | 34 int white = 3 * (255-alpha); local 36 unsigned long bright = sample * alpha / 256 + white; 111 int white = 255 - alpha; local 112 int r = (int)p[0]; r = r * alpha / 256 + white; 113 int g = (int)p[1]; g = g * alpha / 256 + white; 114 int b = (int)p[2]; b = b * alpha / 256 + white; 154 int white = 255 - alpha; local 155 int r = (int)p[0]; r = r * alpha / 256 + white; 156 int g = (int)p[1]; g = g * alpha / 256 + white; 157 int b = (int)p[2]; b = b * alpha / 256 + white; [all...] |
/inkscape/share/extensions/ |
H A D | jessyInk_keyBindings.py | 127 self.drawingActions["pathColourWhite"] = "drawingSetPathColour(\"white\");"
|
/inkscape/src/ui/tools/ |
H A D | tool-base.cpp | 185 style->black, style->white,
|
/inkscape/src/widgets/ |
H A D | desktop-widget.cpp | 581 " background-color: white;\n" 590 style->bg[GTK_STATE_NORMAL] = style->white;
|
Completed in 40 milliseconds