OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SK_CONF_TRY_SET
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRTConf.h
57
/*
SK_CONF_TRY_SET
() is like SK_CONF_SET(), but doesn't complain if
60
#define
SK_CONF_TRY_SET
(confname, value) \
65
#define
SK_CONF_TRY_SET
(confname, value) (void) confname, (void) value
/external/skia/include/utils/
SkRTConf.h
57
/*
SK_CONF_TRY_SET
() is like SK_CONF_SET(), but doesn't complain if
60
#define
SK_CONF_TRY_SET
(confname, value) \
65
#define
SK_CONF_TRY_SET
(confname, value) (void) confname, (void) value
Completed in 2745 milliseconds