Searched refs:proxyStr (Results 1 – 4 of 4) sorted by relevance
118 SkString proxyStr = fDDLTarget->dump(); in dump() local119 SkDebugf("%s", proxyStr.c_str()); in dump()
222 SkString proxyStr = proxy->dump(); in Interval() local223 SkDebugf("New intvl %d: %s [%d, %d]\n", fUniqueID, proxyStr.c_str(), start, end); in Interval()
338 SkString proxyStr = target->dump(); in dump() local339 SkDebugf("%s%s\n", indent.c_str(), proxyStr.c_str()); in dump()
1092 SkString proxyStr = fViewCountPairs[p].fProxy->dump(); in onDumpInfo() local1093 str.append(proxyStr); in onDumpInfo()