Searched defs:matches (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-sel-eng.c | 223 *@return TRUE if the class additional selector matches 272 *@return TRUE if the additional attribute selector matches 307 *Returns TRUE if the instance of #CRAdditional selector matches 312 *return TRUE if the additional selector matches the current xml node 454 *Evaluates if a given additional selector matches an xml node. 457 *@return TRUE is a_add_sel matches a_node, FALSE otherwise. 588 *if it matches the xml node given in parameter. 592 *if matches the current node. 598 *selector matches the xml node, FALSE otherwise. 642 *matches th 696 gboolean matches = FALSE; local 812 gboolean matches = FALSE; local [all...] |
/inkscape/src/ui/ |
H A D | interface.cpp | 1130 SPGradient* matches = 0; local 1136 matches = grad; 1141 if (matches) { 1143 colorspec += matches->getId();
|
/inkscape/src/ |
H A D | selection-chemistry.cpp | 1901 std::vector<SPItem*> matches = all_list; local 1903 matches = sp_get_same_style(sel, matches); 1906 matches = sp_get_same_style(sel, matches, SP_FILL_COLOR); 1909 matches = sp_get_same_style(sel, matches, SP_STROKE_COLOR); 1912 matches = sp_get_same_style(sel, matches,SP_STROKE_STYLE_ALL); 1914 all_matches.insert(all_matches.end(), matches 1942 std::vector<SPItem*> matches = all_list; local 1969 std::vector<SPItem*> matches ; local 2067 std::vector<SPItem*> matches; local 2086 std::vector<SPItem*> matches; local [all...] |
Completed in 34 milliseconds