Searched refs:debugIndent (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PathOpsDebug.cpp | 678 SkDebugf("%.*s", contour()->debugIndent(), " "); in dumpAll() 727 SkDebugf("%.*s", contour()->debugIndent(), " "); in dumpHead() 832 SkDebugf("%.*s", contour()->debugIndent(), " "); in dump() 837 SkDebugf("%.*s span=%d ", contour()->debugIndent(), " ", span->debugID()); in dump() 846 SkDebugf("%.*s", contour()->debugIndent(), " "); in dumpAll()
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 678 SkDebugf("%.*s", contour()->debugIndent(), " "); in dumpAll() 727 SkDebugf("%.*s", contour()->debugIndent(), " "); in dumpHead() 832 SkDebugf("%.*s", contour()->debugIndent(), " "); in dump() 837 SkDebugf("%.*s span=%d ", contour()->debugIndent(), " ", span->debugID()); in dump() 846 SkDebugf("%.*s", contour()->debugIndent(), " "); in dumpAll()
|
/third_party/skia/src/pathops/ |
D | SkOpContour.h | 81 int debugIndent() const { in debugIndent() function
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpContour.h | 82 int debugIndent() const { in debugIndent() function
|