Home
last modified time | relevance | path

Searched defs:pathTwo (Results 1 - 3 of 3) 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
241 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakeFromOp() argument
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp321 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 DSkPathOpsDebug.cpp533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() argument

Completed in 11 milliseconds