SVG_COLOR_RGBCOLOR   92 applications/testapps/svg2bifs/main.c 			if (svg_props->fill->color.type == SVG_COLOR_RGBCOLOR) {
SVG_COLOR_RGBCOLOR  122 applications/testapps/svg2bifs/main.c 			if (svg_props->stroke->color.type == SVG_COLOR_RGBCOLOR) {
SVG_COLOR_RGBCOLOR 1360 src/compositor/drawable.c 		} else if (props->fill->color.type == SVG_COLOR_RGBCOLOR) {
SVG_COLOR_RGBCOLOR 1418 src/compositor/drawable.c 		} else if (props->stroke->color.type == SVG_COLOR_RGBCOLOR) {
SVG_COLOR_RGBCOLOR  467 src/laser/lsr_dec.c 	color->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  349 src/laser/lsr_enc.c 	if (color->type!=SVG_COLOR_RGBCOLOR) return -1;
SVG_COLOR_RGBCOLOR  443 src/laser/lsr_enc.c 	if ((paint->type==SVG_PAINT_COLOR) && (paint->color.type==SVG_COLOR_RGBCOLOR)) {
SVG_COLOR_RGBCOLOR  614 src/scenegraph/svg_attributes.c 		col->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  678 src/scenegraph/svg_attributes.c 		col->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  714 src/scenegraph/svg_attributes.c 		col->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  724 src/scenegraph/svg_attributes.c 		col->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR 3717 src/scenegraph/svg_attributes.c 	else if (col->type !=SVG_COLOR_RGBCOLOR) {
SVG_COLOR_RGBCOLOR 5329 src/scenegraph/svg_attributes.c 	if (a->type != SVG_COLOR_RGBCOLOR || b->type != SVG_COLOR_RGBCOLOR) {
SVG_COLOR_RGBCOLOR 5333 src/scenegraph/svg_attributes.c 	c->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR   52 src/scenegraph/svg_properties.c 		svg_props->color->color.type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR   68 src/scenegraph/svg_properties.c 		svg_props->fill->color.type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  118 src/scenegraph/svg_properties.c 		svg_props->solid_color->color.type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  129 src/scenegraph/svg_properties.c 		svg_props->stop_color->color.type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  140 src/scenegraph/svg_properties.c 		svg_props->stroke->color.type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR 1274 src/scenegraph/svg_smjs.c 		col->type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR 1285 src/scenegraph/svg_smjs.c 		paint->color.type = SVG_COLOR_RGBCOLOR;
SVG_COLOR_RGBCOLOR  838 src/scenegraph/xml_ns.c 		((SVG_Paint *)att->data)->color.type = SVG_COLOR_RGBCOLOR;