Searched refs:SP_RGBA32_R_U (Results 1 - 14 of 14) 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));
H A Dnr-light.cpp39 lc[LIGHT_RED] = SP_RGBA32_R_U(color);
62 lc[LIGHT_RED] = SP_RGBA32_R_U(color);
102 lc[LIGHT_RED] = spmod * SP_RGBA32_R_U(color);
/inkscape/src/
H A Dcolor.h21 #define SP_RGBA32_R_U(v) (((v) >> 24) & 0xff) macro
27 #define SP_RGBA32_R_F(v) SP_COLOR_U_TO_F (SP_RGBA32_R_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.cpp630 guint32 r = static_cast<guint32>(SP_RGBA32_R_U (c1) * (1 - p) + SP_RGBA32_R_U (c2) * p);
989 (255 - SP_RGBA32_R_U(color)),
H A Dcolor-profile.cpp587 static_cast<guchar>(SP_RGBA32_R_U(val)),
H A Ddesktop.cpp1770 if (SP_RGBA32_R_U(nv->pagecolor) +
/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.cpp1059 (255 - SP_RGBA32_R_U(fill_goal)),
1064 (255 - SP_RGBA32_R_U(stroke_goal)),
/inkscape/src/extension/internal/
H A Djavafx-out.cpp138 unsigned int r = SP_RGBA32_R_U(rgba);
/inkscape/src/ui/widget/
H A Dselected-style.cpp669 (255 - SP_RGBA32_R_U(color)),
693 (255 - SP_RGBA32_R_U(color)),
H A Dcolor-icc-selector.cpp599 static_cast<guchar>(SP_RGBA32_R_U(val)),
/inkscape/src/widgets/
H A Dgradient-vector.cpp737 guint32 r = (guint32) (SP_RGBA32_R_U(c1) * p + SP_RGBA32_R_U(c2) * (1 - p));
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp360 const int r = SP_RGBA32_R_U(i), g = SP_RGBA32_G_U(i), b = SP_RGBA32_B_U(i);

Completed in 1432 milliseconds