Searched refs:SP_RGBA32_A_U (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/display/
H A Dgrayscale.cpp36 return process(SP_RGBA32_R_U(rgba), SP_RGBA32_G_U(rgba), SP_RGBA32_B_U(rgba), SP_RGBA32_A_U(rgba));
/inkscape/src/
H A Dcolor.h24 #define SP_RGBA32_A_U(v) ((v) & 0xff) macro
30 #define SP_RGBA32_A_F(v) SP_COLOR_U_TO_F (SP_RGBA32_A_U (v))
H A Dsp-cursor.cpp90 colorMap[ccode] = RGBA(SP_RGBA32_R_U(fill), SP_RGBA32_G_U(fill), SP_RGBA32_B_U(fill), SP_RGBA32_A_U(fill));
92 colorMap[ccode] = RGBA(SP_RGBA32_R_U(stroke), SP_RGBA32_G_U(stroke), SP_RGBA32_B_U(stroke), SP_RGBA32_A_U(stroke));
H A Dgradient-chemistry.cpp633 guint32 a = static_cast<guint32>(SP_RGBA32_A_U (c1) * (1 - p) + SP_RGBA32_A_U (c2) * p);
992 SP_RGBA32_A_U(color)
/inkscape/src/extension/internal/
H A Djavafx-out.cpp141 unsigned int a = SP_RGBA32_A_U(rgba);
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp1062 (255 - SP_RGBA32_A_U(fill_goal)));
1067 (255 - SP_RGBA32_A_U(stroke_goal)));
/inkscape/src/ui/widget/
H A Dselected-style.cpp672 SP_RGBA32_A_U(color)
696 SP_RGBA32_A_U(color)
/inkscape/src/widgets/
H A Dgradient-vector.cpp740 guint32 a = (guint32) (SP_RGBA32_A_U(c1) * p + SP_RGBA32_A_U(c2) * (1 - p));

Completed in 556 milliseconds