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

/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h167 * Usage: SK_MACRO_APPEND_LINE(foo) to make foo123, where 123 is the current
172 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__) macro
/external/skia/include/core/
H A DSkTypes.h167 * Usage: SK_MACRO_APPEND_LINE(foo) to make foo123, where 123 is the current
172 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__) macro

Completed in 328 milliseconds