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

/inkscape/src/ui/dialog/
H A Dcolor-item.cpp63 static bool bruteForce( SPDocument* document, Inkscape::XML::Node* node, Glib::ustring const& match, int r, int g, int b ) function in namespace:Inkscape::UI::Dialogs
99 changed |= bruteForce( document, first, match, r, g, b );
101 changed |= bruteForce( document, node->next(), match, r, g, b );
503 if ( bruteForce( document, rroot, paletteName, def.getR(), def.getG(), def.getB() ) ) {

Completed in 15 milliseconds