Home
last modified time | relevance | path

Searched defs:pathOne (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js86 const pathOne = new CanvasKit.Path(); constant
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp237 bool EMSCRIPTEN_KEEPALIVE ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
241 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp… in MakeFromOp()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp321 bool ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
325 SkPathOrNull MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakePathFromOp()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op()