Searched defs:rf (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ |
H A D | cairo-utils.cpp | 926 static int ink_cairo_surface_average_color_internal(cairo_surface_t *surface, double &rf, double &gf, double &bf, double &af) argument 928 rf = gf = bf = af = 0.0; 940 rf += r / 255.0; 951 double rf,gf,bf,af; local 952 ink_cairo_surface_average_color_premul(surface, rf,gf,bf,af); 953 guint32 r = round(rf * 255);
|
Completed in 19 milliseconds