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

12

/external/chromium_org/third_party/skia/src/animator/
H A DSkMatrixParts.cpp190 SkDisplayList::fIndent += 4; member in class:SkDisplayList
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
193 SkDisplayList::fIndent += 4; member in class:SkDisplayList
195 SkDisplayList::fIndent -= 4;
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
200 SkDisplayList::fIndent += 4; member in class:SkDisplayList
202 SkDisplayList::fIndent -= 4;
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
205 SkDisplayList::fIndent
258 SkDisplayList::fIndent += 4; member in class:SkDisplayList
261 SkDisplayList::fIndent += 4; member in class:SkDisplayList
268 SkDisplayList::fIndent += 4; member in class:SkDisplayList
[all...]
H A DSkDisplayList.h33 static int fIndent; member in class:SkDisplayList
H A DSkPaintPart.cpp94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
H A DSkDisplayList.cpp135 int SkDisplayList::fIndent; member in class:SkDisplayList
138 fIndent = 0;
H A DSkDisplayMovie.cpp93 SkDisplayList::fIndent += 4; member in class:SkDisplayList
95 SkDisplayList::fIndent -= 4;
H A DSkDrawGradient.cpp58 SkDisplayList::fIndent += 4; member in class:SkDisplayList
67 SkDisplayList::fIndent -= 4;
H A DSkDrawPath.cpp85 SkDisplayList::fIndent += 4; member in class:SkDisplayList
93 SkDisplayList::fIndent -= 4;
H A DSkDisplayPost.cpp99 SkDisplayList::fIndent += 4; member in class:SkDisplayList
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
157 SkDisplayList::fIndent -= 4;
H A DSkDisplayable.cpp246 SkDebugf("%*s", SkDisplayList::fIndent, "");
247 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0)
259 SkDisplayList::fIndent += 4; member in class:SkDisplayList
276 SkDisplayList::fIndent -= 4;
288 SkDebugf("%*s", SkDisplayList::fIndent, "");
H A DSkDump.cpp63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
H A DSkDisplayAdd.cpp68 SkDisplayList::fIndent += 4; member in class:SkDisplayList
72 SkDisplayList::fIndent -= 4;
H A DSkDrawGroup.cpp135 SkDisplayList::fIndent += 4; member in class:SkDisplayList
148 SkDisplayList::fIndent -= 4;
/external/skia/src/animator/
H A DSkMatrixParts.cpp190 SkDisplayList::fIndent += 4; member in class:SkDisplayList
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
193 SkDisplayList::fIndent += 4; member in class:SkDisplayList
195 SkDisplayList::fIndent -= 4;
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
200 SkDisplayList::fIndent += 4; member in class:SkDisplayList
202 SkDisplayList::fIndent -= 4;
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
205 SkDisplayList::fIndent
258 SkDisplayList::fIndent += 4; member in class:SkDisplayList
261 SkDisplayList::fIndent += 4; member in class:SkDisplayList
268 SkDisplayList::fIndent += 4; member in class:SkDisplayList
[all...]
H A DSkDisplayList.h33 static int fIndent; member in class:SkDisplayList
H A DSkPaintPart.cpp94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
H A DSkDisplayList.cpp135 int SkDisplayList::fIndent; member in class:SkDisplayList
138 fIndent = 0;
H A DSkDisplayMovie.cpp93 SkDisplayList::fIndent += 4; member in class:SkDisplayList
95 SkDisplayList::fIndent -= 4;
H A DSkDrawGradient.cpp58 SkDisplayList::fIndent += 4; member in class:SkDisplayList
67 SkDisplayList::fIndent -= 4;
H A DSkDrawPath.cpp85 SkDisplayList::fIndent += 4; member in class:SkDisplayList
93 SkDisplayList::fIndent -= 4;
H A DSkDisplayPost.cpp99 SkDisplayList::fIndent += 4; member in class:SkDisplayList
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
157 SkDisplayList::fIndent -= 4;
H A DSkDisplayable.cpp246 SkDebugf("%*s", SkDisplayList::fIndent, "");
247 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0)
259 SkDisplayList::fIndent += 4; member in class:SkDisplayList
276 SkDisplayList::fIndent -= 4;
288 SkDebugf("%*s", SkDisplayList::fIndent, "");
H A DSkDump.cpp63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
H A DSkDisplayAdd.cpp68 SkDisplayList::fIndent += 4; member in class:SkDisplayList
72 SkDisplayList::fIndent -= 4;
/external/chromium_org/third_party/skia/tools/
H A DDumpRecord.cpp22 , fIndent(0)
52 --fIndent;
58 ++fIndent;
63 ++fIndent;
73 for (int i = 0; i < fIndent; i++) {
96 int fIndent; member in class:__anon15443::Dumper
/external/skia/tools/
H A DDumpRecord.cpp22 , fIndent(0)
54 --fIndent;
60 ++fIndent;
65 ++fIndent;
75 for (int i = 0; i < fIndent; i++) {
98 int fIndent; member in class:__anon30826::Dumper

Completed in 1214 milliseconds

12