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

  /external/chromium_org/third_party/skia/src/views/
SkEvent.cpp 256 static void event_log(const char s[]) function
261 #define EVENT_LOG(s) event_log(s)
262 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
264 #define EVENT_LOG(s)
  /external/skia/src/views/
SkEvent.cpp 256 static void event_log(const char s[]) function
261 #define EVENT_LOG(s) event_log(s)
262 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
264 #define EVENT_LOG(s)

Completed in 154 milliseconds