Lines Matching defs:colors
3 * Reading \& writing of SVG/CSS colors.
54 * These are the colors defined in the SVG standard
216 static std::map<string, unsigned long> colors;
368 if (colors.empty()) {
369 colors = sp_svg_create_color_hash();
382 if (colors.count(string(c))) {
383 val = colors[string(c)];
502 std::map<string, unsigned long> colors;
505 colors[sp_svg_color_named[i].name] = sp_svg_color_named[i].rgb;
507 return colors;
527 color_in[i] = static_cast<guchar>((((gdouble)icc->colors[i]) * 256.0) * (gdouble)comps[i].scale);
556 dest->colors.clear();
602 dest->colors.push_back( dbl );
635 dest->colors.clear();