Searched refs:fBeginSection (Results 1 – 4 of 4) sorted by relevance
18 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) { in SkATrace()21 fBeginSection = [](const char* name){ ATRACE_BEGIN(name); }; in SkATrace()25 fBeginSection = (decltype(fBeginSection))dlsym(lib, "ATrace_beginSection"); in SkATrace()48 fBeginSection(name); in addTraceEvent()
48 void (*fBeginSection)(const char*);
51 void (*fBeginSection)(const char*); variable