Searched defs:EVENT_LOGN (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/views/
H A DSkEvent.cpp262 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0) macro
265 #define EVENT_LOGN(s, n) macro
423 EVENT_LOGN("ProcessEvent", (int32_t)evt);

Completed in 153 milliseconds