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

  /external/skia/include/private/
SkMacros.h 20 * Usage: SK_MACRO_APPEND_LINE(foo) to make foo123, where 123 is the current
25 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__)
  /external/skqp/include/private/
SkMacros.h 20 * Usage: SK_MACRO_APPEND_LINE(foo) to make foo123, where 123 is the current
25 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__)

Completed in 275 milliseconds