Searched refs:black (Results 1 - 6 of 6) 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) 56 black = ENCODE[number[i*2]] 59 if black[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 94 colorMap[ccode] = RGBA(black.red, black.green, black.blue, 255);
|
/inkscape/src/ui/dialog/ |
H A D | print-colors-preview-dialog.h | 40 Gtk::ToggleButton* black; member in class:Inkscape::UI::Dialog::PrintColorsPreviewDialog
|
/inkscape/share/extensions/ |
H A D | jessyInk_keyBindings.py | 123 self.drawingActions["pathColourBlack"] = "drawingSetPathColour(\"black\");"
|
/inkscape/src/ui/tools/ |
H A D | tool-base.cpp | 185 style->black, style->white,
|
Completed in 2306 milliseconds