OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkRTConf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRTConf.h
34
/** \class
SkRTConf
37
template<typename T> class
SkRTConf
: public 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)
77
template<typename T> friend class
SkRTConf
;
92
SkRTConf
<T>::
SkRTConf
(const char *name, const T &defaultValue, const char *description)
106
void
SkRTConf
<T>::print(SkWStream *o) const {
121
void
SkRTConf
<T>::doPrint(char *s) const {
125
template<> inline void
SkRTConf
<bool>::doPrint(char *s) const
[
all
...]
/external/skia/include/utils/
SkRTConf.h
34
/** \class
SkRTConf
37
template<typename T> class
SkRTConf
: public 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)
77
template<typename T> friend class
SkRTConf
;
92
SkRTConf
<T>::
SkRTConf
(const char *name, const T &defaultValue, const char *description)
106
void
SkRTConf
<T>::print(SkWStream *o) const {
121
void
SkRTConf
<T>::doPrint(char *s) const {
125
template<> inline void
SkRTConf
<bool>::doPrint(char *s) const
[
all
...]
Completed in 418 milliseconds