Home
last modified time | relevance | path

Searched refs:bugPart (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp16 static bool CompareResult(const char* func, SkString* bugOut, SkString* bugPart, int append, in CompareResult() argument
19 SkDebugf("%sPart %s\n", func, bugPart[0].c_str()); in CompareResult()
20 SkDebugf("%sPart %s\n", func, bugPart[1].c_str()); in CompareResult()
21 SkDebugf("%sPart %s\n", func, bugPart[2].c_str()); in CompareResult()
25 #define COMPARE_RESULT(append, compare) CompareResult(__FUNCTION__, &bugOut, bugPart, append, \
81 SkString bugPart[3] = { lh->debugPart(), this->debugPart(), rh->debugPart() }; in after() local

Completed in 3 milliseconds