Searched refs:proxyStr (Results 1 – 4 of 4) sorted by relevance
115 SkString proxyStr = fDDLTarget->dump(); in dump() local116 SkDebugf("%s", proxyStr.c_str()); in dump()
202 SkString proxyStr = proxy->dump(); in Interval() local203 SkDebugf("New intvl %d: %s [%d, %d]\n", fUniqueID, proxyStr.c_str(), start, end); in Interval()
320 SkString proxyStr = target->dump(); in dump() local321 SkDebugf("%s%s\n", indent.c_str(), proxyStr.c_str()); in dump()
1078 SkString proxyStr = fViewCountPairs[p].fProxy->dump(); in onDumpInfo() local1079 str.append(proxyStr); in onDumpInfo()