HomeSort by relevance Sort by last modified time
    Searched refs:fEndSection (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkATrace.cpp 16 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) {
20 fEndSection = (decltype(fEndSection))dlsym(lib, "ATrace_endSection");
47 fEndSection();
58 fEndSection();
SkATrace.h 49 void (*fEndSection)(void);

Completed in 501 milliseconds