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

/inkscape/src/inkgc/
H A Dgc.cpp177 char *mode_string=std::getenv("_INKSCAPE_GC"); local
178 if (mode_string) {
179 if (!std::strcmp(mode_string, "enable")) {
181 } else if (!std::strcmp(mode_string, "debug")) {
183 } else if (!std::strcmp(mode_string, "disable")) {
186 throw InvalidGCModeError(mode_string);

Completed in 14 milliseconds