Searched refs:black (Results 1 - 6 of 6) sorted by relevance

/inkscape/share/extensions/Barcode/
H A DCode25i.py40 """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)
56 black = ENCODE[number[i*2]]
59 if black[j] == '1':
/inkscape/src/
H A Dsp-cursor.h9 GdkPixbuf* sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
H A Dsp-cursor.cpp57 GdkPixbuf *sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke) argument
94 colorMap[ccode] = RGBA(black.red, black.green, black.blue, 255);
/inkscape/src/ui/dialog/
H A Dprint-colors-preview-dialog.h40 Gtk::ToggleButton* black; member in class:Inkscape::UI::Dialog::PrintColorsPreviewDialog
/inkscape/share/extensions/
H A DjessyInk_keyBindings.py123 self.drawingActions["pathColourBlack"] = "drawingSetPathColour(\"black\");"
/inkscape/src/ui/tools/
H A Dtool-base.cpp185 style->black, style->white,

Completed in 2306 milliseconds