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

  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 133 * Usage: SK_MACRO_CONCAT(a, b) to construct the symbol ab
138 #define SK_MACRO_CONCAT(X, Y) SK_MACRO_CONCAT_IMPL_PRIV(X, Y)
147 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__)
  /external/skia/include/core/
SkTypes.h 133 * Usage: SK_MACRO_CONCAT(a, b) to construct the symbol ab
138 #define SK_MACRO_CONCAT(X, Y) SK_MACRO_CONCAT_IMPL_PRIV(X, Y)
147 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__)

Completed in 404 milliseconds