Searched refs:item_style_match (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfind.h114 bool item_style_match (SPItem *item, const gchar *text, bool exact, bool casematch, bool replace=false);
H A Dfind.cpp415 bool Find::item_style_match (SPItem *item, const gchar *text, bool exact, bool casematch, bool replace/*=false*/) function in class:Inkscape::UI::Dialog::Find
607 if (item_style_match(item, text, exact, casematch)) {
611 item_style_match(item, text, exact, casematch, _action_replace);

Completed in 21 milliseconds