Home
last modified time | relevance | path

Searched refs:pathOne (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.h60 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
/external/skia/src/pathops/
DSkPathOpsDebug.cpp122 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()