Searched defs:cnew (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dgradient-chemistry.cpp653 guint32 cnew = average_color (c1, c2, (offset - prev_stop->offset) / (next_stop->offset - prev_stop->offset)); local
656 sp_svg_write_color (c, sizeof(c), cnew);
657 gdouble opacity = (gdouble) SP_RGBA32_A_F (cnew);
/inkscape/src/widgets/
H A Dgradient-vector.cpp783 guint32 cnew = sp_average_color(c1, c2); local
787 sp_svg_write_color(c, sizeof(c), cnew);
788 gdouble opacity = static_cast<gdouble>(SP_RGBA32_A_F(cnew));

Completed in 67 milliseconds