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

  /external/skia/bench/
SkBenchmark.h 17 static SkBenchmark* SK_MACRO_APPEND_LINE(F_)(void* p) { code; } \
18 static BenchRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
  /external/skia/gm/
gm.h 20 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
21 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 142 * Usage: SK_MACRO_APPEND_LINE(foo) to make foo123, where 123 is the current
147 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__)
  /external/skia/include/core/
SkTypes.h 142 * Usage: SK_MACRO_APPEND_LINE(foo) to make foo123, where 123 is the current
147 #define SK_MACRO_APPEND_LINE(name) SK_MACRO_CONCAT(name, __LINE__)

Completed in 246 milliseconds