OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SK_PURE_FUNC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPreConfig.h
220
* Use
SK_PURE_FUNC
as an attribute to indicate that a function's
225
* void function(int params)
SK_PURE_FUNC
;
228
# define
SK_PURE_FUNC
__attribute__((pure))
230
# define
SK_PURE_FUNC
/* nothing */
/external/skia/include/core/
SkPreConfig.h
220
* Use
SK_PURE_FUNC
as an attribute to indicate that a function's
225
* void function(int params)
SK_PURE_FUNC
;
228
# define
SK_PURE_FUNC
__attribute__((pure))
230
# define
SK_PURE_FUNC
/* nothing */
Completed in 184 milliseconds