Searched refs:SP_RGBA32_G_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.cpp40 lc[LIGHT_GREEN] = SP_RGBA32_G_U(color);
63 lc[LIGHT_GREEN] = SP_RGBA32_G_U(color);
103 lc[LIGHT_GREEN] = spmod * SP_RGBA32_G_U(color);
/inkscape/src/
H A Dcolor.h22 #define SP_RGBA32_G_U(v) (((v) >> 16) & 0xff) macro
28 #define SP_RGBA32_G_F(v) SP_COLOR_U_TO_F (SP_RGBA32_G_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.cpp631 guint32 g = static_cast<guint32>(SP_RGBA32_G_U (c1) * (1 - p) + SP_RGBA32_G_U (c2) * p);
990 (255 - SP_RGBA32_G_U(color)),
H A Dcolor-profile.cpp588 static_cast<guchar>(SP_RGBA32_G_U(val)),
H A Ddesktop.cpp1771 SP_RGBA32_G_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.cpp1060 (255 - SP_RGBA32_G_U(fill_goal)),
1065 (255 - SP_RGBA32_G_U(stroke_goal)),
/inkscape/src/extension/internal/
H A Djavafx-out.cpp139 unsigned int g = SP_RGBA32_G_U(rgba);
/inkscape/src/ui/widget/
H A Dselected-style.cpp670 (255 - SP_RGBA32_G_U(color)),
694 (255 - SP_RGBA32_G_U(color)),
H A Dcolor-icc-selector.cpp600 static_cast<guchar>(SP_RGBA32_G_U(val)),
/inkscape/src/widgets/
H A Dgradient-vector.cpp738 guint32 g = (guint32) (SP_RGBA32_G_U(c1) * p + SP_RGBA32_G_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 54 milliseconds