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

/inkscape/src/display/
H A Dgrayscale.cpp59 return SP_RGBA32_U_COMPOSE(0xff, 0xff, 0xff, a);
61 return SP_RGBA32_U_COMPOSE(luminance + red_plus_one, luminance + green_plus_one, luminance + blue_plus_one, a);
/inkscape/src/
H A Dcolor.h31 #define SP_RGBA32_U_COMPOSE(r,g,b,a) ((((r) & 0xff) << 24) | (((g) & 0xff) << 16) | (((b) & 0xff) << 8) | ((a) & 0xff)) macro
32 #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))
H A Dcolor.cpp175 guint32 rgba = SP_RGBA32_U_COMPOSE( SP_COLOR_F_TO_U(v.c[0]),
H A Dgradient-chemistry.cpp635 return SP_RGBA32_U_COMPOSE(r, g, b, a);
988 SP_RGBA32_U_COMPOSE(
/inkscape/src/ui/widget/
H A Dcolor-icc-selector.cpp634 tmp.set(SP_RGBA32_U_COMPOSE(pre[0], pre[1], pre[2], 0xff));
768 guint32 other = SP_RGBA32_U_COMPOSE(post[0], post[1], post[2], 255);
996 SPColor other(SP_RGBA32_U_COMPOSE(post[0], post[1], post[2], 255));
H A Dselected-style.cpp531 SP_RGBA32_U_COMPOSE(
668 SP_RGBA32_U_COMPOSE(
692 SP_RGBA32_U_COMPOSE(
1313 SP_RGBA32_U_COMPOSE(
/inkscape/src/ui/dialog/
H A Dcolor-item.cpp45 #include "color.h" // for SP_RGBA32_U_COMPOSE
73 sp_svg_write_color( c, sizeof(c), SP_RGBA32_U_COMPOSE( r, g, b, 0xff ) );
88 sp_svg_write_color( c, sizeof(c), SP_RGBA32_U_COMPOSE( r, g, b, 0xff ) );
H A Dpixelartdialog.cpp458 SP_RGBA32_U_COMPOSE(unsigned(it->rgba[0]),
/inkscape/src/ui/tools/
H A Dtool-base.cpp186 SP_RGBA32_U_COMPOSE(SP_RGBA32_R_U(fillColor),SP_RGBA32_G_U(fillColor),SP_RGBA32_B_U(fillColor),SP_COLOR_F_TO_U(fillOpacity)),
187 SP_RGBA32_U_COMPOSE(SP_RGBA32_R_U(strokeColor),SP_RGBA32_G_U(strokeColor),SP_RGBA32_B_U(strokeColor),SP_COLOR_F_TO_U(strokeOpacity))
H A Dtweak-tool.cpp1058 fill_goal = SP_RGBA32_U_COMPOSE(
1063 stroke_goal = SP_RGBA32_U_COMPOSE(
/inkscape/src/ui/
H A Dinterface.cpp972 SP_RGBA32_U_COMPOSE(
1043 SP_RGBA32_U_COMPOSE(
/inkscape/src/widgets/
H A Dgradient-vector.cpp742 return SP_RGBA32_U_COMPOSE(r, g, b, a);

Completed in 63 milliseconds