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

  /external/skia/tools/trace/
SkDebugfTracer.cpp 70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", fIndent.size(), fIndent.c_str(), category, name,
72 fIndent.append(" ");
83 fIndent.resize(fIndent.size() - 1);
84 SkDebugf("[% 2d]%s } %s\n", fIndent.size(), fIndent.c_str(), name);
SkDebugfTracer.h 45 SkString fIndent;
  /external/skqp/tools/trace/
SkDebugfTracer.cpp 70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", fIndent.size(), fIndent.c_str(), category, name,
72 fIndent.append(" ");
83 fIndent.resize(fIndent.size() - 1);
84 SkDebugf("[% 2d]%s } %s\n", fIndent.size(), fIndent.c_str(), name);
SkDebugfTracer.h 45 SkString fIndent;
  /external/skia/tools/
DumpRecord.cpp 23 , fIndent(0)
50 --fIndent;
56 ++fIndent;
61 ++fIndent;
68 ++fIndent;
75 --fIndent;
86 for (int i = 0; i < fIndent; i++) {
106 for (int i = 0; i < fIndent; i++) {
129 int fIndent;
  /external/skqp/tools/
DumpRecord.cpp 23 , fIndent(0)
50 --fIndent;
56 ++fIndent;
61 ++fIndent;
68 ++fIndent;
75 --fIndent;
86 for (int i = 0; i < fIndent; i++) {
106 for (int i = 0; i < fIndent; i++) {
129 int fIndent;
  /external/skia/tools/bookmaker/
parserCommon.h 50 , fIndent(indent) {
54 int fIndent;
80 fIndent += 4;
81 fIndentStack.emplace_back(kind, fIndent);
85 SkASSERT(fIndent >= 4);
86 SkASSERT(fIndentStack.back().fIndent == fIndent);
87 fIndent -= 4;
154 fIndent = 0;
243 int fIndent; // desired indentio
    [all...]
parserCommon.cpp 211 int indent = fIndent;
235 fIndent -= 4;
275 fIndent -= 4;
297 SkASSERT(fIndent >= fSpaces);
298 SkASSERT(fIndent - fSpaces < 80);
300 SkDebugf("%*s", fIndent - fSpaces, "");
302 fprintf(fOut, "%*s", fIndent - fSpaces, "");
303 fColumn = fIndent;
304 fSpaces = fIndent;
cataloger.cpp 94 fIndent = 4;
143 fIndent = 8;
179 fIndent = 4;
includeWriter.cpp 46 int lineLimit = 100 - fIndent - 7; // 7: , space //!< space
63 fIndent = fICSStack.size() * 4;
72 fIndent += 4;
76 fIndent -= 4;
128 fIndent += 4;
137 fIndent -= 4;
169 int saveIndent = fIndent;
170 if (fIndent < fColumn + 1) {
171 fIndent = fColumn + 1;
174 fIndent = saveIndent
    [all...]
includeParser.h 57 fIndent = 0;
71 int fIndent;
includeParser.cpp 254 if (!i.skipWhiteSpace(&fCheck.fIndent, &fCheck.fWriteReturn)) {
297 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
323 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
338 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
342 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
347 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
352 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
529 || (fCheck.fIndent && (i.startsWith("class ") || i.startsWith("struct ")))) {
539 lastIndent = fCheck.fIndent;
541 if (fCheck.fIndent) {
    [all...]
mdOut.cpp     [all...]
  /external/skqp/tools/bookmaker/
parserCommon.h 48 , fIndent(indent) {
52 int fIndent;
78 fIndent += 4;
79 fIndentStack.emplace_back(kind, fIndent);
83 SkASSERT(fIndent >= 4);
84 SkASSERT(fIndentStack.back().fIndent == fIndent);
85 fIndent -= 4;
152 fIndent = 0;
241 int fIndent; // desired indentio
    [all...]
parserCommon.cpp 211 int indent = fIndent;
235 fIndent -= 4;
275 fIndent -= 4;
297 SkASSERT(fIndent >= fSpaces);
298 SkASSERT(fIndent - fSpaces < 80);
300 SkDebugf("%*s", fIndent - fSpaces, "");
302 fprintf(fOut, "%*s", fIndent - fSpaces, "");
303 fColumn = fIndent;
304 fSpaces = fIndent;
cataloger.cpp 94 fIndent = 4;
143 fIndent = 8;
179 fIndent = 4;
includeWriter.cpp 46 int lineLimit = 100 - fIndent - 7; // 7: , space //!< space
63 fIndent = fICSStack.size() * 4;
72 fIndent += 4;
76 fIndent -= 4;
128 fIndent += 4;
137 fIndent -= 4;
169 int saveIndent = fIndent;
170 if (fIndent < fColumn + 1) {
171 fIndent = fColumn + 1;
174 fIndent = saveIndent
    [all...]
includeParser.h 57 fIndent = 0;
71 int fIndent;
includeParser.cpp 253 if (!i.skipWhiteSpace(&fCheck.fIndent, &fCheck.fWriteReturn)) {
296 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
322 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
337 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
341 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
346 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
351 i.skipToLineStart(&fCheck.fIndent, &fCheck.fWriteReturn);
528 || (fCheck.fIndent && (i.startsWith("class ") || i.startsWith("struct ")))) {
538 lastIndent = fCheck.fIndent;
540 if (fCheck.fIndent) {
    [all...]
mdOut.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 147 float fIndent = para->GetTextIndent();
148 if (fIndent > 0)
149 fStartPos += fIndent;
230 float fIndent = pStyle->GetTextIndent().GetValue();
231 if (fIndent > 0)
232 fStart += fIndent;
    [all...]

Completed in 675 milliseconds