Searched defs:pathTwo (Results 1 - 3 of 3) 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 241 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakeFromOp() argument
|
| /third_party/skia/modules/canvaskit/ |
| H A D | canvaskit_bindings.cpp | 321 bool ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp() argument 325 SkPathOrNull MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakePathFromOp() argument
|
| /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
|
Completed in 11 milliseconds