Lines Matching defs:set
154 // register a configuration variable after its value has been set by the parser.
156 // user might set the value after initialization time and we need to have
169 fConfs.set(conf->getName(),confArray);
291 template <typename T> void SkRTConfRegistry::set(const char *name,
297 SkDebugf("WARNING: Attempting to set configuration value \"%s\","
308 concrete->set(value);
313 template void SkRTConfRegistry::set(const char *name, bool value, bool);
314 template void SkRTConfRegistry::set(const char *name, int value, bool);
315 template void SkRTConfRegistry::set(const char *name, unsigned int value, bool);
316 template void SkRTConfRegistry::set(const char *name, float value, bool);
317 template void SkRTConfRegistry::set(const char *name, double value, bool);
318 template void SkRTConfRegistry::set(const char *name, char * value, bool);