Home
last modified time | relevance | path

Searched refs:m_traceFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.h332 uSynergyTraceFunc m_traceFunc; /* Function for tracing status (can be NULL) */ member
DuSynergy.c72 if (context->m_traceFunc != 0L) in sTrace()
73 context->m_traceFunc(context->m_cookie, text); in sTrace()