HomeSort by relevance Sort by last modified time
    Searched refs:SK_MACRO_CONCAT_IMPL_PRIV (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 135 * SK_MACRO_CONCAT_IMPL_PRIV just exists to make this work. Do not use directly
138 #define SK_MACRO_CONCAT(X, Y) SK_MACRO_CONCAT_IMPL_PRIV(X, Y)
139 #define SK_MACRO_CONCAT_IMPL_PRIV(X, Y) X ## Y
  /external/skia/include/core/
SkTypes.h 135 * SK_MACRO_CONCAT_IMPL_PRIV just exists to make this work. Do not use directly
138 #define SK_MACRO_CONCAT(X, Y) SK_MACRO_CONCAT_IMPL_PRIV(X, Y)
139 #define SK_MACRO_CONCAT_IMPL_PRIV(X, Y) X ## Y

Completed in 299 milliseconds