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

  /external/skia/src/animator/
SkDisplayList.h 43 static int fIndent;
SkDisplayMovie.cpp 101 SkDisplayList::fIndent += 4;
103 SkDisplayList::fIndent -= 4;
SkDisplayList.cpp 143 int SkDisplayList::fIndent;
146 fIndent = 0;
SkDrawGradient.cpp 119 SkDisplayList::fIndent += 4;
128 SkDisplayList::fIndent -= 4;
SkDrawPaint.cpp 132 SkDisplayList::fIndent +=4;
153 SkDisplayList::fIndent -= 4;
SkDrawPath.cpp 93 SkDisplayList::fIndent += 4;
101 SkDisplayList::fIndent -= 4;
SkDisplayAdd.cpp 76 SkDisplayList::fIndent += 4;
80 SkDisplayList::fIndent -= 4;
SkMatrixParts.cpp 198 SkDisplayList::fIndent += 4;
200 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
201 SkDisplayList::fIndent += 4;
203 SkDisplayList::fIndent -= 4;
204 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
207 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
208 SkDisplayList::fIndent += 4;
210 SkDisplayList::fIndent -= 4;
211 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
213 SkDisplayList::fIndent -= 4
    [all...]
SkDisplayPost.cpp 111 SkDisplayList::fIndent += 4;
132 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
173 SkDisplayList::fIndent -= 4;
SkDrawGroup.cpp 143 SkDisplayList::fIndent += 4;
156 SkDisplayList::fIndent -= 4;
SkDisplayable.cpp 258 SkDebugf("%*s", SkDisplayList::fIndent, "");
259 if (SkDisplayList::fDumpIndex != 0 && SkDisplayList::fIndent == 0)
271 SkDisplayList::fIndent += 4;
288 SkDisplayList::fIndent -= 4;
300 SkDebugf("%*s", SkDisplayList::fIndent, "");
SkDisplayApply.cpp 241 SkDisplayList::fIndent += 4;
261 SkDisplayList::fIndent -= 4;

Completed in 1463 milliseconds