Lines Matching defs:match
1970 gboolean match = false;
1978 match = false;
1981 match = true;
1997 match = true;
2004 match = true;
2008 match = true;
2010 match = true;
2013 if (match) {
2087 bool match = false;
2115 match = true;
2118 match = (sel_style->stroke_width.set == iter_style->stroke_width.set);
2126 match = (sel_style_for_width->stroke_width.computed == tmp_style.stroke_width.computed);
2130 match_g = match_g && match;
2132 match = (sel_style->stroke_dasharray.set == iter_style->stroke_dasharray.set);
2134 match = (sel_style->stroke_dasharray.values == iter_style->stroke_dasharray.values);
2137 match_g = match_g && match;
2139 match = true;
2142 match = (sel_style->marker_ptrs[i]->set == iter_style->marker_ptrs[i]->set);
2145 match = false;
2150 match_g = match_g && match;