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

  /external/skia/src/core/
SkATrace.cpp 16 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) {
19 fBeginSection = (decltype(fBeginSection))dlsym(lib, "ATrace_beginSection");
42 fBeginSection(name);
SkATrace.h 48 void (*fBeginSection)(const char*);

Completed in 81 milliseconds