Home
last modified time | relevance | path

Searched refs:fIndent (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/trace/
H A DSkDebugfTracer.cpp70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", (int)fIndent.size(), fIndent.c_str(), category, name, in addTraceEvent()
72 fIndent.append(" "); in addTraceEvent()
83 fIndent.resize(fIndent.size() - 1); in updateTraceEventDuration()
84 SkDebugf("[% 2d]%s } %s\n", (int)fIndent.size(), fIndent.c_str(), name); in updateTraceEventDuration()
H A DSkDebugfTracer.h45 SkString fIndent; member in SkDebugfTracer
/third_party/skia/tools/
H A Ddump_record.cpp34 , fIndent(0) in Dumper()
61 --fIndent; in print()
67 ++fIndent; in print()
72 ++fIndent; in print()
79 ++fIndent; in print()
86 --fIndent; in print()
96 for (int i = 0; i < fIndent; i++) { in print()
115 for (int i = 0; i < fIndent; i++) { in printNameAndTime()
138 int fIndent; member in Dumper

Completed in 2 milliseconds