Searched defs:SkRTConf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkRTConf.h34 /** \class SkRTConf
37 template<typename T> class SkRTConf: public SkRTConfBase { class in inherits:SkRTConfBase
39 SkRTConf(const char *name, const T &defaultValue, const char *description);
54 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description)
89 template<typename T> friend class SkRTConf;
108 SkRTConf<T>::SkRTConf(const char *name, const T &defaultValue, const char *description) function in class:SkRTConf
122 void SkRTConf<T>::print(SkWStream *o) const {
143 void SkRTConf<T>::doPrint(char *s) const {
147 template<> inline void SkRTConf<boo
[all...]
/external/skia/include/utils/
H A DSkRTConf.h34 /** \class SkRTConf
37 template<typename T> class SkRTConf: public SkRTConfBase { class in inherits:SkRTConfBase
39 SkRTConf(const char *name, const T &defaultValue, const char *description);
54 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description)
91 template<typename T> friend class SkRTConf;
109 SkRTConf<T>::SkRTConf(const char *name, const T &defaultValue, const char *description) function in class:SkRTConf
123 void SkRTConf<T>::print(SkWStream *o) const {
144 void SkRTConf<T>::doPrint(char *s) const {
148 template<> inline void SkRTConf<boo
[all...]

Completed in 1889 milliseconds