SVG_PAINT_COLOR 91 applications/testapps/svg2bifs/main.c if (svg_props->fill->type == SVG_PAINT_COLOR) { SVG_PAINT_COLOR 121 applications/testapps/svg2bifs/main.c if (svg_props->stroke->type == SVG_PAINT_COLOR) { SVG_PAINT_COLOR 1357 src/compositor/drawable.c } else if (props->fill->type == SVG_PAINT_COLOR) { SVG_PAINT_COLOR 1415 src/compositor/drawable.c } else if (props->stroke->type == SVG_PAINT_COLOR) { SVG_PAINT_COLOR 622 src/laser/lsr_dec.c paint->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 634 src/laser/lsr_dec.c paint->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 665 src/laser/lsr_dec.c paint->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 443 src/laser/lsr_enc.c if ((paint->type==SVG_PAINT_COLOR) && (paint->color.type==SVG_COLOR_RGBCOLOR)) { SVG_PAINT_COLOR 464 src/laser/lsr_enc.c case SVG_PAINT_COLOR: SVG_PAINT_COLOR 4156 src/laser/lsr_enc.c else if (paint && (paint->type==SVG_PAINT_COLOR) ) { SVG_PAINT_COLOR 1972 src/scenegraph/svg_attributes.c paint->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 5013 src/scenegraph/svg_attributes.c if (p1->type==SVG_PAINT_COLOR) return svg_colors_equal(&p1->color, &p2->color); SVG_PAINT_COLOR 5696 src/scenegraph/svg_attributes.c if (pa->type != pb->type || pa->type != SVG_PAINT_COLOR || pb->type != SVG_PAINT_COLOR) { SVG_PAINT_COLOR 5700 src/scenegraph/svg_attributes.c pc->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 6303 src/scenegraph/svg_attributes.c if ( ((SVG_Paint *)a->far_ptr)->type == SVG_PAINT_COLOR) { SVG_PAINT_COLOR 51 src/scenegraph/svg_properties.c svg_props->color->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 67 src/scenegraph/svg_properties.c svg_props->fill->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 117 src/scenegraph/svg_properties.c svg_props->solid_color->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 128 src/scenegraph/svg_properties.c svg_props->stop_color->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 593 src/scenegraph/svg_properties.c if (all_atts->color && all_atts->color->type == SVG_PAINT_COLOR SVG_PAINT_COLOR 617 src/scenegraph/svg_properties.c if (all_atts->fill->type == SVG_PAINT_COLOR && SVG_PAINT_COLOR 686 src/scenegraph/svg_properties.c if (all_atts->solid_color->type == SVG_PAINT_COLOR && SVG_PAINT_COLOR 707 src/scenegraph/svg_properties.c if (all_atts->stop_color->type == SVG_PAINT_COLOR && SVG_PAINT_COLOR 728 src/scenegraph/svg_properties.c if (all_atts->stroke->type == SVG_PAINT_COLOR && SVG_PAINT_COLOR 966 src/scenegraph/svg_smjs.c if (1 || paint->type==SVG_PAINT_COLOR) { SVG_PAINT_COLOR 1284 src/scenegraph/svg_smjs.c paint->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 832 src/scenegraph/xml_ns.c ((SVG_Paint *)att->data)->type = SVG_PAINT_COLOR; SVG_PAINT_COLOR 837 src/scenegraph/xml_ns.c ((SVG_Paint *)att->data)->type = SVG_PAINT_COLOR;