Searched defs:good (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dcolor-item.cpp154 bool good = false; local
163 good = true;
167 return good;
172 bool good = false; local
188 good = true;
193 return good;
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp3096 // WMF files that do not specify a font are unlikely to look very good!
3104 // Default pen, WMF files that do not specify a pen are unlikely to look very good!
3112 // Default brush is none - no fill. WMF files that do not specify a brush are unlikely to look very good!
3139 int good = myMetaFileProc(contents,length, &d); local
3145 if (good) {
H A Demf-inout.cpp1832 in for good measure. Ours not to question why...
3557 int good = myEnhMetaFileProc(contents,length, &d); local
3565 if (good) {

Completed in 115 milliseconds