Home | History | Annotate | Download | only in utils

Lines Matching defs:set

129 // register a configuration variable after its value has been set by the parser.
131 // user might set the value after initialization time and we need to have
144 fConfs.set(conf->getName(),confArray);
266 template <typename T> void SkRTConfRegistry::set(const char *name,
272 SkDebugf("WARNING: Attempting to set configuration value \"%s\","
283 concrete->set(value);
288 template void SkRTConfRegistry::set(const char *name, bool value, bool);
289 template void SkRTConfRegistry::set(const char *name, int value, bool);
290 template void SkRTConfRegistry::set(const char *name, unsigned int value, bool);
291 template void SkRTConfRegistry::set(const char *name, float value, bool);
292 template void SkRTConfRegistry::set(const char *name, double value, bool);
293 template void SkRTConfRegistry::set(const char *name, char * value, bool);