/external/skqp/tools/ |
D | DumpRecord.cpp | 23 , fIndent(0) in Dumper() 50 --fIndent; in print() 56 ++fIndent; in print() 61 ++fIndent; in print() 68 ++fIndent; in print() 75 --fIndent; in print() 86 for (int i = 0; i < fIndent; i++) { in print() 106 for (int i = 0; i < fIndent; i++) { in printNameAndTime() 129 int fIndent; member in __anone17d506c0111::Dumper
|
/external/skqp/tools/trace/ |
D | SkDebugfTracer.cpp | 70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", 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", fIndent.size(), fIndent.c_str(), name); in updateTraceEventDuration()
|
D | SkDebugfTracer.h | 45 SkString fIndent;
|
/external/skia/tools/trace/ |
D | SkDebugfTracer.cpp | 70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", 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", fIndent.size(), fIndent.c_str(), name); in updateTraceEventDuration()
|
D | SkDebugfTracer.h | 45 SkString fIndent;
|
/external/skia/tools/ |
D | dump_record.cpp | 34 , 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
|
/external/skqp/tools/bookmaker/ |
D | parserCommon.h | 48 , fIndent(indent) { in IndentState() 52 int fIndent; member 78 fIndent += 4; in indentIn() 79 fIndentStack.emplace_back(kind, fIndent); in indentIn() 83 SkASSERT(fIndent >= 4); in indentOut() 84 SkASSERT(fIndentStack.back().fIndent == fIndent); in indentOut() 85 fIndent -= 4; in indentOut() 152 fIndent = 0; in resetCommon() 241 int fIndent; // desired indention variable
|
D | includeWriter.cpp | 46 int lineLimit = 100 - fIndent - 7; // 7: , space //!< space in checkEnumLengths() 63 fIndent = fICSStack.size() * 4; in constOut() 72 fIndent += 4; in constOut() 76 fIndent -= 4; in constOut() 128 fIndent += 4; in descriptionOut() 137 fIndent -= 4; in descriptionOut() 169 int saveIndent = fIndent; in descriptionOut() 170 if (fIndent < fColumn + 1) { in descriptionOut() 171 fIndent = fColumn + 1; in descriptionOut() 174 fIndent = saveIndent; in descriptionOut() [all …]
|
D | parserCommon.cpp | 211 int indent = fIndent; in writeBlockIndent() 235 fIndent -= 4; in writeBlockTrim() 275 fIndent -= 4; in writeBlockTrim() 297 SkASSERT(fIndent >= fSpaces); in writePending() 298 SkASSERT(fIndent - fSpaces < 80); in writePending() 300 SkDebugf("%*s", fIndent - fSpaces, ""); in writePending() 302 fprintf(fOut, "%*s", fIndent - fSpaces, ""); in writePending() 303 fColumn = fIndent; in writePending() 304 fSpaces = fIndent; in writePending()
|
D | cataloger.cpp | 94 fIndent = 4; in parseFromFile() 143 fIndent = 8; in textOut() 179 fIndent = 4; in textOut()
|
D | includeParser.h | 57 fIndent = 0; in reset() 71 int fIndent; member
|
D | includeParser.cpp | 253 if (!i.skipWhiteSpace(&fCheck.fIndent, &fCheck.fWriteReturn)) { in advanceInclude() 296 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn); in advanceInclude() 322 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn); in advanceInclude() 337 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn); in advanceInclude() 341 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn); in advanceInclude() 346 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn); in advanceInclude() 351 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn); in advanceInclude() 528 … || (fCheck.fIndent && (i.startsWith("class ") || i.startsWith("struct ")))) { in writeCodeBlock() 538 lastIndent = fCheck.fIndent; in writeCodeBlock() 540 if (fCheck.fIndent) { in writeCodeBlock() [all …]
|
D | mdOut.cpp | 1860 fIndent = 0; in markTypeOut() 2149 fIndent = start - spaceStart; in resolveOut() 2157 fIndent = 0; in resolveOut()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 164 float fIndent = para->GetTextIndent(); in InitBreak() local 165 if (fIndent > 0) in InitBreak() 166 fStartPos += fIndent; in InitBreak() 248 float fIndent = pStyle->GetTextIndent().GetValue(); in InitBreak() local 249 if (fIndent > 0) in InitBreak() 250 fStart += fIndent; in InitBreak() 1085 float fIndent = para->GetTextIndent(); in AppendTextLine() local 1086 if (fIndent > 0) in AppendTextLine() 1087 fStartPos += fIndent; in AppendTextLine()
|