Searched refs:debugIndent (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DiscreteComparator.java | 41 private static int debugIndent; field in DiscreteComparator 238 debugIndent = new Exception().getStackTrace().length; in get() 316 … String gap = Utility.repeat(" ", new Exception().getStackTrace().length - debugIndent); in visit()
|
/external/skqp/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()
|
/external/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()
|
/external/skia/src/pathops/ |
D | SkOpContour.h | 82 int debugIndent() const { in debugIndent() function
|
/external/skqp/src/pathops/ |
D | SkOpContour.h | 82 int debugIndent() const { in debugIndent() function
|