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

1 2

  /external/chromium_org/third_party/skia/src/animator/
SkMatrixParts.cpp 190 SkDisplayList::fIndent += 4;
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
193 SkDisplayList::fIndent += 4;
195 SkDisplayList::fIndent -= 4;
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
200 SkDisplayList::fIndent += 4;
202 SkDisplayList::fIndent -= 4;
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
205 SkDisplayList::fIndent -= 4
    [all...]
SkDisplayList.h 33 static int fIndent;
SkPaintPart.cpp 94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
SkDisplayList.cpp 135 int SkDisplayList::fIndent;
138 fIndent = 0;
SkDisplayMovie.cpp 93 SkDisplayList::fIndent += 4;
95 SkDisplayList::fIndent -= 4;
SkDrawGradient.cpp 58 SkDisplayList::fIndent += 4;
67 SkDisplayList::fIndent -= 4;
SkDrawPath.cpp 85 SkDisplayList::fIndent += 4;
93 SkDisplayList::fIndent -= 4;
SkDisplayPost.cpp 99 SkDisplayList::fIndent += 4;
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
157 SkDisplayList::fIndent -= 4;
SkDisplayable.cpp 246 SkDebugf("%*s", SkDisplayList::fIndent, "");
247 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0)
259 SkDisplayList::fIndent += 4;
276 SkDisplayList::fIndent -= 4;
288 SkDebugf("%*s", SkDisplayList::fIndent, "");
SkDump.cpp 63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
SkDisplayAdd.cpp 68 SkDisplayList::fIndent += 4;
72 SkDisplayList::fIndent -= 4;
SkDrawGroup.cpp 135 SkDisplayList::fIndent += 4;
148 SkDisplayList::fIndent -= 4;
  /external/skia/src/animator/
SkMatrixParts.cpp 190 SkDisplayList::fIndent += 4;
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
193 SkDisplayList::fIndent += 4;
195 SkDisplayList::fIndent -= 4;
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
200 SkDisplayList::fIndent += 4;
202 SkDisplayList::fIndent -= 4;
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
205 SkDisplayList::fIndent -= 4
    [all...]
SkDisplayList.h 33 static int fIndent;
SkPaintPart.cpp 94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
SkDisplayList.cpp 135 int SkDisplayList::fIndent;
138 fIndent = 0;
SkDisplayMovie.cpp 93 SkDisplayList::fIndent += 4;
95 SkDisplayList::fIndent -= 4;
SkDrawGradient.cpp 58 SkDisplayList::fIndent += 4;
67 SkDisplayList::fIndent -= 4;
SkDrawPath.cpp 85 SkDisplayList::fIndent += 4;
93 SkDisplayList::fIndent -= 4;
SkDisplayPost.cpp 99 SkDisplayList::fIndent += 4;
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
157 SkDisplayList::fIndent -= 4;
SkDisplayable.cpp 246 SkDebugf("%*s", SkDisplayList::fIndent, "");
247 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0)
259 SkDisplayList::fIndent += 4;
276 SkDisplayList::fIndent -= 4;
288 SkDebugf("%*s", SkDisplayList::fIndent, "");
SkDump.cpp 63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
SkDisplayAdd.cpp 68 SkDisplayList::fIndent += 4;
72 SkDisplayList::fIndent -= 4;
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 22 , fIndent(0)
54 --fIndent;
60 ++fIndent;
65 ++fIndent;
75 for (int i = 0; i < fIndent; i++) {
98 int fIndent;
  /external/skia/tools/
DumpRecord.cpp 22 , fIndent(0)
54 --fIndent;
60 ++fIndent;
65 ++fIndent;
75 for (int i = 0; i < fIndent; i++) {
98 int fIndent;

Completed in 150 milliseconds

1 2