Searched defs:white (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/trace/
H A Dimagemap-gdk.cpp34 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/src/
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
96 colorMap[ccode] = RGBA(white.red, white.green, white.blue, 255);

Completed in 13 milliseconds