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