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()
193 SkString proxyStr = proxy->dump(); in Interval() local194 SkDebugf("New intvl %d: %s [%d, %d]\n", fUniqueID, proxyStr.c_str(), start, end); in Interval()
326 SkString proxyStr = target->dump(); in dump() local327 SkDebugf("%s%s\n", indent.c_str(), proxyStr.c_str()); in dump()
1069 SkString proxyStr = fViewCountPairs[p].fProxy->dump(); in onDumpInfo() local1070 str.append(proxyStr); in onDumpInfo()