Searched refs:fEndSection (Results 1 – 4 of 4) sorted by relevance
16 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) { in SkATrace()20 fEndSection = []{ ATRACE_END(); }; in SkATrace()24 fEndSection = (decltype(fEndSection))dlsym(lib, "ATrace_endSection"); in SkATrace()50 fEndSection(); in addTraceEvent()61 fEndSection(); in updateTraceEventDuration()
49 void (*fEndSection)(void); variable