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

  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 167 * 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__)
  /external/skia/include/core/
SkTypes.h 167 * 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__)

Completed in 233 milliseconds