Searched refs:SP_RGBA32_R_U (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/display/ |
H A D | grayscale.cpp | 36 return process(SP_RGBA32_R_U(rgba), SP_RGBA32_G_U(rgba), SP_RGBA32_B_U(rgba), SP_RGBA32_A_U(rgba));
|
H A D | nr-light.cpp | 39 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 D | color.h | 21 #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 D | sp-cursor.cpp | 90 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 D | gradient-chemistry.cpp | 630 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 D | color-profile.cpp | 587 static_cast<guchar>(SP_RGBA32_R_U(val)),
|
H A D | desktop.cpp | 1770 if (SP_RGBA32_R_U(nv->pagecolor) +
|
/inkscape/src/ui/tools/ |
H A D | tool-base.cpp | 186 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 D | tweak-tool.cpp | 1059 (255 - SP_RGBA32_R_U(fill_goal)), 1064 (255 - SP_RGBA32_R_U(stroke_goal)),
|
/inkscape/src/extension/internal/ |
H A D | javafx-out.cpp | 138 unsigned int r = SP_RGBA32_R_U(rgba);
|
/inkscape/src/ui/widget/ |
H A D | selected-style.cpp | 669 (255 - SP_RGBA32_R_U(color)), 693 (255 - SP_RGBA32_R_U(color)),
|
H A D | color-icc-selector.cpp | 599 static_cast<guchar>(SP_RGBA32_R_U(val)),
|
/inkscape/src/widgets/ |
H A D | gradient-vector.cpp | 737 guint32 r = (guint32) (SP_RGBA32_R_U(c1) * p + SP_RGBA32_R_U(c2) * (1 - p));
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 360 const int r = SP_RGBA32_R_U(i), g = SP_RGBA32_G_U(i), b = SP_RGBA32_B_U(i);
|
Completed in 5957 milliseconds