Searched refs:pathOne (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.h | 60 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 122 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() argument 123 SkDebugf(" testPathOp(reporter, %s, %s, %s, filename);\n", pathOne, pathTwo, gOpStrs[op]); in show_op()
|