Searched refs:pathTwo (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 237 bool EMSCRIPTEN_KEEPALIVE ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp() argument 238 return Op(pathOne, pathTwo, op, &pathOne); in ApplyPathOp() 241 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakeFromOp() argument 243 if (Op(pathOne, pathTwo, op, &out)) { in MakeFromOp()
|
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.h | 62 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 321 bool ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp() argument 322 return Op(pathOne, pathTwo, op, &pathOne); in ApplyPathOp() 325 SkPathOrNull MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakePathFromOp() argument 327 if (Op(pathOne, pathTwo, op, &out)) { in MakePathFromOp()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() argument 534 SkDebugf(" testPathOp(reporter, %s, %s, %s, filename);\n", pathOne, pathTwo, gOpStrs[op]); in show_op()
|
Completed in 17 milliseconds