Home | History | Annotate | Download | only in animator

Lines Matching refs:fIndent

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;
266 SkDisplayList::fIndent += 4;
268 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
269 SkDisplayList::fIndent += 4;
271 SkDisplayList::fIndent -= 4;
272 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
275 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
276 SkDisplayList::fIndent += 4;
278 SkDisplayList::fIndent -= 4;
279 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
281 SkDisplayList::fIndent -= 4;