Searched refs:SP_RGBA32_F_COMPOSE (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-scales.cpp358 rgba = SP_RGBA32_F_COMPOSE(c[0], c[1], c[2], c[3]);
534 _s[0]->setColors(SP_RGBA32_F_COMPOSE(0.0, getScaled(_a[1]), getScaled(_a[2]), 1.0),
535 SP_RGBA32_F_COMPOSE(0.5, getScaled(_a[1]), getScaled(_a[2]), 1.0),
536 SP_RGBA32_F_COMPOSE(1.0, getScaled(_a[1]), getScaled(_a[2]), 1.0));
540 _s[1]->setColors(SP_RGBA32_F_COMPOSE(getScaled(_a[0]), 0.0, getScaled(_a[2]), 1.0),
541 SP_RGBA32_F_COMPOSE(getScaled(_a[0]), 0.5, getScaled(_a[2]), 1.0),
542 SP_RGBA32_F_COMPOSE(getScaled(_a[0]), 1.0, getScaled(_a[2]), 1.0));
546 _s[2]->setColors(SP_RGBA32_F_COMPOSE(getScaled(_a[0]), getScaled(_a[1]), 0.0, 1.0),
547 SP_RGBA32_F_COMPOSE(getScaled(_a[0]), getScaled(_a[1]), 0.5, 1.0),
548 SP_RGBA32_F_COMPOSE(getScale
[all...]
H A Dcolor-wheel-selector.cpp133 _slider->setColors(SP_RGBA32_F_COMPOSE(1.0, 1.0, 1.0, 0.0), SP_RGBA32_F_COMPOSE(1.0, 1.0, 1.0, 0.5),
134 SP_RGBA32_F_COMPOSE(1.0, 1.0, 1.0, 1.0));
H A Dcolor-icc-selector.cpp518 _impl->_slider->setColors(SP_RGBA32_F_COMPOSE(1.0, 1.0, 1.0, 0.0), SP_RGBA32_F_COMPOSE(1.0, 1.0, 1.0, 0.5),
519 SP_RGBA32_F_COMPOSE(1.0, 1.0, 1.0, 1.0));
/inkscape/src/
H A Dcolor.h32 #define SP_RGBA32_F_COMPOSE(r,g,b,a) SP_RGBA32_U_COMPOSE (SP_COLOR_F_TO_U (r), SP_COLOR_F_TO_U (g), SP_COLOR_F_TO_U (b), SP_COLOR_F_TO_U (a)) macro
H A Ddesktop-style.cpp82 guint32 rgba = SP_RGBA32_F_COMPOSE(color[0], color[1], color[2], color[3]);
H A Dgradient-drag.cpp354 return SP_RGBA32_F_COMPOSE(cf[0], cf[1], cf[2], cf[3]);
/inkscape/src/ui/tools/
H A Ddropper-tool.cpp153 return SP_RGBA32_F_COMPOSE(this->R,
263 guint32 c32 = SP_RGBA32_F_COMPOSE(R, G, B, alpha_to_set);
H A Dspray-tool.cpp479 return SP_RGBA32_F_COMPOSE(R, G, B, A);
747 rgba = SP_RGBA32_F_COMPOSE(r, g, b, a);
848 rgba = SP_RGBA32_F_COMPOSE(r, g, b, a);
H A Dtweak-tool.cpp1049 fill_goal = SP_RGBA32_F_COMPOSE(rgb[0], rgb[1], rgb[2], 1);
1055 stroke_goal = SP_RGBA32_F_COMPOSE(rgb[0], rgb[1], rgb[2], 1);
/inkscape/src/display/
H A Dnr-filter-diffuselighting.cpp161 guint32 color = SP_RGBA32_F_COMPOSE( r, g, b, 1.0 );
H A Dnr-filter-specularlighting.cpp174 guint32 color = SP_RGBA32_F_COMPOSE( r, g, b, 1.0 );
/inkscape/src/ui/dialog/
H A Dclonetiler.cpp2093 return SP_RGBA32_F_COMPOSE (R, G, B, A);
2476 sp_svg_write_color(color_string, sizeof(color_string), SP_RGBA32_F_COMPOSE(rgb[0], rgb[1], rgb[2], 1.0));
2573 rgba = SP_RGBA32_F_COMPOSE(r, g, b, a);

Completed in 73 milliseconds