Home
last modified time | relevance | path

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

/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp237 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 DPathOpsExtendedTest.h62 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp321 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 DSkPathOpsDebug.cpp533 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