Searched refs:SK_MACRO_CONCAT_IMPL_PRIV (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h160 * SK_MACRO_CONCAT_IMPL_PRIV just exists to make this work. Do not use directly
163 #define SK_MACRO_CONCAT(X, Y) SK_MACRO_CONCAT_IMPL_PRIV(X, Y)
164 #define SK_MACRO_CONCAT_IMPL_PRIV(X, Y) X ## Y macro
/external/skia/include/core/
H A DSkTypes.h160 * SK_MACRO_CONCAT_IMPL_PRIV just exists to make this work. Do not use directly
163 #define SK_MACRO_CONCAT(X, Y) SK_MACRO_CONCAT_IMPL_PRIV(X, Y)
164 #define SK_MACRO_CONCAT_IMPL_PRIV(X, Y) X ## Y macro

Completed in 307 milliseconds