Searched refs:fEndSection (Results 1 – 4 of 4) sorted by relevance
18 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) { in SkATrace()22 fEndSection = []{ ATRACE_END(); }; in SkATrace()26 fEndSection = (decltype(fEndSection))dlsym(lib, "ATrace_endSection"); in SkATrace()52 fEndSection(); in addTraceEvent()63 fEndSection(); in updateTraceEventDuration()
49 void (*fEndSection)(void); variable
52 void (*fEndSection)(void); variable