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

/inkscape/src/
H A Ddesktop-style.cpp530 bool paint_effectively_set = local
538 if ((!paintImpossible) && (!paint->isSameType(*paint_res) || (paint_res->set != paint_effectively_set))) {
589 if (paint_res->set && paint_effectively_set && paint->isColor()) {
628 if (paint_res->set && paint_effectively_set && paint->isPaintserver()) { // copy the server
639 paint_res->set = paint_effectively_set;

Completed in 26 milliseconds